spec/integration/spec_helper.rb in rundock-0.2.0 vs spec/integration/spec_helper.rb in rundock-0.2.2
- old
+ new
@@ -7,9 +7,10 @@
host = ENV['TARGET_HOST']
options = Net::SSH::Config.for(host, ["#{ENV['HOME']}/.ssh/config_rundock_spec_#{ENV['TARGET_HOST']}"])
options[:user] ||= Etc.getlogin
+ options[:paranoid] = false
set :host, options[:host_name] || host
set :ssh_options, options
set :request_pty, true
set :disable_sudo, true