mirror of
http://galexander.org/git/simplesshd.git
synced 2025-07-13 06:18:10 +00:00
note that the new dropbear has ed25519!
This commit is contained in:
parent
6517339b7a
commit
6c6a885cb0
4
NOTES
4
NOTES
@ -1274,6 +1274,8 @@ than 128kB, and RECV_MAX_PAYLOAD_LEN hardly matters at all. So I'm going
|
|||||||
with 512kB / 128kB. And I confirm, that does work with WinSCP.
|
with 512kB / 128kB. And I confirm, that does work with WinSCP.
|
||||||
|
|
||||||
|
|
||||||
|
XXX - ed25519? new dropbear 2020.79!
|
||||||
|
|
||||||
XXX - ability to dynamically request <uses-permission-sdk-23 android:name="android.permission.SEND_SMS" />
|
XXX - ability to dynamically request <uses-permission-sdk-23 android:name="android.permission.SEND_SMS" />
|
||||||
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
|
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
|
||||||
XXX - on android 6 (duckling moto g2), the notification is white-on-white?
|
XXX - on android 6 (duckling moto g2), the notification is white-on-white?
|
||||||
@ -1296,8 +1298,6 @@ XXX - test file renaming in /storage/emulated/0/download on Quiche for Ben Reave
|
|||||||
|
|
||||||
XXX - see if settings looks better with SDK26, if not, hack it so that the ones with strings have their states shown
|
XXX - see if settings looks better with SDK26, if not, hack it so that the ones with strings have their states shown
|
||||||
|
|
||||||
XXX - ed25519?
|
|
||||||
|
|
||||||
XXX - try /data/data/com.termux/files/usr/bin/zsh as login shell
|
XXX - try /data/data/com.termux/files/usr/bin/zsh as login shell
|
||||||
|
|
||||||
XXX - libiconv? HAVE_ICONV_H etc
|
XXX - libiconv? HAVE_ICONV_H etc
|
||||||
|
Loading…
Reference in New Issue
Block a user