lib/rye/box.rb in rye-0.6.5 vs lib/rye/box.rb in rye-0.6.6
- old
+ new
@@ -102,10 +102,11 @@
# Add the given private keys to the keychain that will be used for @host
add_keys(@opts[:keys])
# We don't want Net::SSH to handle the keypairs. This may change
# but for we're letting ssh-agent do it.
- #@opts.delete(:keys)
+ # TODO: Check if this should ot should not be enabled.
+ @opts.delete(:keys)
# From: capistrano/lib/capistrano/cli.rb
STDOUT.sync = true # so that Net::SSH prompts show up
debug "ssh-agent info: #{Rye.sshagent_info.inspect}"