diff --git a/NOTES b/NOTES index e1a3d6c..f95b3a1 100644 --- a/NOTES +++ b/NOTES @@ -1294,12 +1294,6 @@ the /sdcard nightmare that we've known all along is getting worse. -XXX - restart the daemon on app upgrade - - - - - XXX - Rich D has problem with ssh-rsa key "Exit before auth from <192.168.10.123:58978>:(user 'user', 0 fails): Non-matching signing type" but ssh -vvv on other side says "debug1: Authentication succeeded (publickey)." before it notices the remote closed the connection. client is mint 18.3 (https://svn.dd-wrt.com/changeset/44047) XXX - when i am forced to upgrade to SDK 30, request MANAGE_EXTERNAL_STORAGE permission XXX - Vitalii suggests giving an error message for unrecognized key types (ed25519) that are encountered in authorized_keys, so the user doesn't have to stab in the dark diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index dcc808b..55b171e 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -37,7 +37,11 @@ - + + + + diff --git a/doc/index.html b/doc/index.html index 68ff118..acc02b1 100644 --- a/doc/index.html +++ b/doc/index.html @@ -97,7 +97,7 @@ greater than 1024 (because SimpleSSHD does not have root).
Buffer hack for rsync+SuperSU
A bug in SuperSU interacts with an infelicity in rsync to cause an -occasional deadlock. This is a real pain because I use SuperSU+rsync +occasional deadlock. This is a real pain because I use SuperSU+rsync for system-wide backups, which will always eventually trigger the deadlock. To work around this, there is a "Buffer hack" option that should be enabled if you use rsync with SuperSU. It adds a miniscule @@ -221,6 +221,7 @@ harmless.

Change Log

    +
  • 2021/01/XXX Version 27: New approach to accessing /sdcard. Automatically re-start on package upgrade if Start on Boot enabled.
  • 2020/12/29 Version 26: Fix ed25519 host key creation.
  • 2020/12/29 Version 25: Fix compatibility with WinSCP. Update to upstream Dropbear 2020.81 -- adding ed25519 support!
  • 2020/01/01 Version 24: Fix crash with "Start on Open" on Android 9. New TV icon. Improve performance.