summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklos Fazkeas <mfazekas@szemafor.com>2014-10-25 13:38:46 +0200
committerMiklos Fazkeas <mfazekas@szemafor.com>2014-10-25 13:38:46 +0200
commit3df5403eecbfe6b7e534a439457272a426a67fa4 (patch)
treee0e93f81c076a53a46c269244eabc9236825782b
parent2c2874a3bff3f3069793b00477c8df8e7be324b2 (diff)
downloadnet-ssh-3df5403eecbfe6b7e534a439457272a426a67fa4.tar.gz
Revert "Update chipers for known_hosts"
This reverts commit cba8e6cfd0c2c9f849613737d2b40704372b8a2e.
-rw-r--r--lib/net/ssh/known_hosts.rb12
1 files changed, 2 insertions, 10 deletions
diff --git a/lib/net/ssh/known_hosts.rb b/lib/net/ssh/known_hosts.rb
index 7ee253a..f91131e 100644
--- a/lib/net/ssh/known_hosts.rb
+++ b/lib/net/ssh/known_hosts.rb
@@ -15,17 +15,9 @@ module Net; module SSH
SUPPORTED_TYPE = %w(ssh-rsa ssh-dss
ecdsa-sha2-nistp256
ecdsa-sha2-nistp384
- ecdsa-sha2-nistp521
- ssh-ed25519-cert-v01@openssh.com
- ssh-rsa-cert-v01@openssh.com
- ssh-rsa-cert-v00@openssh.com
- ssh-ed25519
- )
+ ecdsa-sha2-nistp521)
else
- SUPPORTED_TYPE = %w(ssh-rsa ssh-dss
- ssh-rsa-cert-v01@openssh.com
- ssh-rsa-cert-v00@openssh.com
- )
+ SUPPORTED_TYPE = %w(ssh-rsa ssh-dss)
end