Matir / hacks

Miscellaneous Hacks
BSD 2-Clause "Simplified" License
17 stars 6 forks source link

sshscan: Handle diffie-hellman-group1-sha1 #1

Open Matir opened 3 years ago

Matir commented 3 years ago
2021/08/28 19:37:10 Error scanning: ssh: handshake failed: ssh: no common algorithm for key exchange; client offered: [curve25519-sha256@libssh.org ecdh-sha2-nistp256 ecdh-sha2-nistp384 ecdh-sha2-nistp521 diffie-hellman-group14-sha1], server offered: [diffie-hellman-group1-sha1]
Matir commented 3 years ago

Other failures: 2021/08/28 19:46:10 Error scanning: ssh: handshake failed: ssh: no common algorithm for client to server cipher; client offered: [aes128-gcm@openssh.com chacha20-poly1305@openssh.com aes128-ctr aes192-ctr aes256-ctr], server offered: [aes256-cbc aes128-cbc 3des-cbc]

Matir commented 3 years ago

Also diffie-hellman-group-exchange-sha256, but only partial implementation in golang.org/x/crypto/ssh?