No connectivity against recent OpenSSH 8.2
See original GitHub issueI’m trying to use vx.connectbot from F-Droid to upload files to my laptop over WLAN and see this in syslog on the laptop, running Debian unstable:
sshd[11179]: Unable to negotiate with 192.168.178.24 port 42928: no matching key exchange method found. Their offer: diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1 [preauth]
OpenSSH 8.2 only offers these KexAlgorithms
by default:
curve25519-sha256, curve25519-sha256@libssh.org, ecdh-sha2-nistp256, ecdh-sha2-nistp384, ecdh-sha2-nistp521, diffie-hellman-group-exchange-sha256, diffie-hellman-group16-sha512, diffie-hellman-group18-sha512, diffie-hellman-group14-sha256
Please implement diffie-hellman-group-exchange-sha256
, should be closest to what already exists.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:2
- Comments:11
I’ve uploaded an APK that you can use as well. https://github.com/hyc/vxconnectbot/releases/tag/v1.7.1-50
Note that you’ll need to uninstall your existing version before you can install the debug build. You should probably back up your settings first.
Maybe we can get @mmatuska motivated to synch up and release a new official binary.