mkj / dropbear

Dropbear SSH
https://matt.ucc.asn.au/dropbear/dropbear.html
Other
1.62k stars 395 forks source link

Streamlined NTRU Prime + x25519 key exchange method #157

Open oittaa opened 2 years ago

oittaa commented 2 years ago

OpenSSH ships with a post quantum key exchange algorithm enabled by default. It would be great if Dropbear also supported it. Thanks!

OpenSSH 9.0/9.0p1 (2022-04-08)

mkj commented 2 years ago

Not sure that I'll get this done myself but I'd be happy to merge patches. Whether to enable it by default depends on resource usage - code size and how much delay it adds to session connection time on a small device.

westurner commented 1 year ago