jtesta / ssh-audit

SSH server & client security auditing (banner, key exchange, encryption, mac, compression, compatibility, security, etc)
MIT License
3.23k stars 165 forks source link

update Dropbear SSH support list #257

Closed perkelix closed 3 months ago

perkelix commented 3 months ago

As per changelog:

Since 2020.79:

Support ed25519 hostkeys and authorized_keys. Add chacha20-poly1305 authenticated cipher. Support using rsa-sha2 signatures.

It should also be noted that, according to the changelog, support for OpenSSH mitigation mechanisms is pending. This should be monitored for future ssh-audit releases.

jtesta commented 3 months ago

Done.

perkelix commented 3 months ago

Are we sure that only support for rsa-sha2-256 was added?