mscdex / ssh2-streams

SSH2 and SFTP client/server protocol streams for node.js
MIT License
204 stars 143 forks source link

Add support for DH group14 sha256. #141

Closed marcfisher closed 4 years ago

mscdex commented 5 years ago

Perhaps we could add the other diffie-hellman groups from RFC 8268 as well?

mscdex commented 4 years ago

This should be resolved now with the ssh2 rewrite. For more details see here.