diff options
author | delano <delano@solutious.com> | 2012-05-24 07:51:03 -0400 |
---|---|---|
committer | delano <delano@solutious.com> | 2012-05-24 07:51:03 -0400 |
commit | 17709188e36e701d6f44dd74b61d6b294148956b (patch) | |
tree | bcbc3c5c4653dd0de488393d509c0482c08536e0 /lib/net/ssh/authentication/key_manager.rb | |
parent | c6aec69413433966ff169d98cc10c18f220f72a2 (diff) | |
parent | 3a74662c52f52c0d1dac69b427c40b7580f12cd1 (diff) | |
download | net-ssh-addalgos.tar.gz |
Merged addalgosaddalgos
Diffstat (limited to 'lib/net/ssh/authentication/key_manager.rb')
-rw-r--r-- | lib/net/ssh/authentication/key_manager.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/net/ssh/authentication/key_manager.rb b/lib/net/ssh/authentication/key_manager.rb index 6c1704e..80bff95 100644 --- a/lib/net/ssh/authentication/key_manager.rb +++ b/lib/net/ssh/authentication/key_manager.rb @@ -222,7 +222,7 @@ module Net identity end - rescue OpenSSL::PKey::RSAError, OpenSSL::PKey::DSAError => e + rescue OpenSSL::PKey::RSAError, OpenSSL::PKey::DSAError, OpenSSL::PKey::ECError => e if ask_passphrase process_identity_loading_error(identity, e) nil |