diff options
Diffstat (limited to 'lib/net/ssh.rb')
-rw-r--r-- | lib/net/ssh.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/net/ssh.rb b/lib/net/ssh.rb index 1440035..00425ae 100644 --- a/lib/net/ssh.rb +++ b/lib/net/ssh.rb @@ -231,7 +231,7 @@ module Net when :error then Logger::ERROR when :fatal then Logger::FATAL else raise ArgumentError, "can't convert #{options[:verbose].inspect} to any of the Logger level constants" - end + end end transport = Transport::Session.new(host, options) @@ -269,7 +269,7 @@ module Net when true then Net::SSH::Config.expandable_default_files when false, nil then return {} else Array(use_ssh_config) - end + end Net::SSH::Config.for(host, files) end |