summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDelano Mandelbaum <delano@delanotes.com>2013-09-23 14:41:40 -0700
committerDelano Mandelbaum <delano@delanotes.com>2013-09-23 14:41:40 -0700
commit448e2c043667ea15eb2a4ae1ab5b43bd19a47123 (patch)
tree7ebc00bd475adbcd0eb4ef2af1543309c27e4e8e
parente3c3b6542580f15fb1a0a6ffad5383f2373ab43a (diff)
parent125191a600cc1e49e2e56e985362a2d583a71b0e (diff)
downloadnet-ssh-448e2c043667ea15eb2a4ae1ab5b43bd19a47123.tar.gz
Merge pull request #123 from j0hnds/auth_namespace_error
Fix for "Authentication Method determination can pick up a class from th...
-rw-r--r--lib/net/ssh/authentication/session.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/net/ssh/authentication/session.rb b/lib/net/ssh/authentication/session.rb
index 96c63c5..b8650d5 100644
--- a/lib/net/ssh/authentication/session.rb
+++ b/lib/net/ssh/authentication/session.rb
@@ -2,6 +2,7 @@ require 'net/ssh/loggable'
require 'net/ssh/transport/constants'
require 'net/ssh/authentication/constants'
require 'net/ssh/authentication/key_manager'
+require 'net/ssh/authentication/methods/none'
require 'net/ssh/authentication/methods/publickey'
require 'net/ssh/authentication/methods/hostbased'
require 'net/ssh/authentication/methods/password'