diff --git a/lib/protocol/Protocol.js b/lib/protocol/Protocol.js index 73024881..73bc7f3b 100644 --- a/lib/protocol/Protocol.js +++ b/lib/protocol/Protocol.js @@ -2110,7 +2110,7 @@ function modesToBytes(modes) { function sendExtInfo(proto) { let serverSigAlgs = - 'ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521' + 'ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,' + 'rsa-sha2-512,rsa-sha2-256,ssh-rsa,ssh-dss'; if (eddsaSupported) serverSigAlgs = `ssh-ed25519,${serverSigAlgs}`;