summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Pyatkin <aspyatkin@users.noreply.github.com>2020-02-11 14:16:08 +0400
committerAlexander Pyatkin <aspyatkin@users.noreply.github.com>2020-02-11 14:16:08 +0400
commit9eb6a445a57546930bf82149422e573f6d63e23b (patch)
tree588b10182cd706a920699aae086989883d81b569
parent6c7d0afab9cb48a880f163a24268f9a2d0e42631 (diff)
downloadnet-ssh-9eb6a445a57546930bf82149422e573f6d63e23b.tar.gz
One more fix
-rw-r--r--lib/net/ssh/transport/kex.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/net/ssh/transport/kex.rb b/lib/net/ssh/transport/kex.rb
index bec7f9f..b3571c3 100644
--- a/lib/net/ssh/transport/kex.rb
+++ b/lib/net/ssh/transport/kex.rb
@@ -23,6 +23,7 @@ module Net::SSH::Transport
if Net::SSH::Transport::Kex::Curve25519Sha256Loader::LOADED
MAP['curve25519-sha256'] = Curve25519Sha256
+ MAP['curve25519-sha256@libssh.org'] = Curve25519Sha256
end
end
end