opk12

Results 203 comments of opk12

So the new search feature should take into account the warning title, for example `Disconnected speed camera`, not only the checkbox label, which is `enforcement` in this example.

Instead, 1-3-4 from f-droid seems not affected. It works and I am using it. (1-3-4 did crash in the settings: once while scrolling the settings; once by clicking Login in...

Is this the MapDust failure from issue #31?

Some crashes have been fixed since 1.4.0 has been released, so it may be worth trying the next version. When it comes to crash reporting, I love [LogFox](https://github.com/F0x1d/LogFox), I launch...

Side note if anyone cannot update for whatever reason: 1.3.6 can be installed manually, - from f-droid.org, click [here](https://f-droid.org/en/packages/org.gittner.osmbugs/), scroll to the bottom `Version 1-3-6` - `Download APK` - in...

I confirm that it does not work in the app (does not download issues and shows a toast message with an error message). To disable MapDust as a user: click...

What about `AuthorizedKeysCommand` ([manpage](https://man.archlinux.org/man/sshd_config.5#AuthorizedKeysCommand))? I think it would also solve the permissions problem, if one used `cat ...` or `echo ...`. My use case is a container / hardened chroot....

Right, I checked again now. `dropbear -E -s -F -r ... -w -g -a -p 2222 -P ...` warns for permissions of authorized_keys. It does not warn for non-existent authorized_keys....

But if `-s` is passed (`Disable password logins`) and authorized_keys does not exist, the server is unusable?

It is for a non-root dropbear, sorry for not clarifying earlier. The context is my unprivileged container use case described [here](https://github.com/mkj/dropbear/issues/257#issuecomment-1851803222), so a single-user server + clients who run apps...