summaryrefslogtreecommitdiff
path: root/lib/net/ssh/config.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/net/ssh/config.rb')
-rw-r--r--lib/net/ssh/config.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/net/ssh/config.rb b/lib/net/ssh/config.rb
index 027d099..7d1fedc 100644
--- a/lib/net/ssh/config.rb
+++ b/lib/net/ssh/config.rb
@@ -41,7 +41,7 @@ module Net; module SSH
# http://lwn.net/Articles/544640/
# "hostbased" is off and "none" is not supported but we allow it since
# it's used by some clients to query the server for allowed auth methods
- @@default_auth_methods = %w(none publickey password keyboard-interactive)
+ @@default_auth_methods = %w(none publickey hostbased password keyboard-interactive)
# Returns an array of locations of OpenSSH configuration files
# to parse by default.