diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/com/trilead/ssh2/transport/KexManager.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/trilead/ssh2/transport/KexManager.java b/src/com/trilead/ssh2/transport/KexManager.java index acf2812..ee0784a 100644 --- a/src/com/trilead/ssh2/transport/KexManager.java +++ b/src/com/trilead/ssh2/transport/KexManager.java @@ -70,7 +70,7 @@ public class KexManager HOSTKEY_ALGS.add("ecdsa-sha2-nistp521"); } HOSTKEY_ALGS.add("ssh-rsa"); - HOSTKEY_ALGS.add("ssh-dsa"); + HOSTKEY_ALGS.add("ssh-dss"); } private static final Set<String> KEX_ALGS = new LinkedHashSet<String>(); |