Greetings!
Please review the pull request #28: (#9587) Disasble ssh agent forwarding by default opened by (bodepd)
Some more information about the pull request:
- Opened: Sun Sep 18 23:39:54 UTC 2011
- Based on: puppetlabs:master (b835b42c3b2041a32841524b034ddcd92e55a2e7)
- Requested merge: bodepd:no_agent_forwarding (a9ac67bf050968b5e28e5d5a23603882ac87e68d)
Description:
The agent fowarding wound up causing test failures in
cloud provisioner (b/c it does not support agent forwarding)
Thanks!
The Pull Request Bot
Diff follows:
diff --git a/lib/test_config.rb b/lib/test_config.rb
index a0b7745..1020984 100644
--- a/lib/test_config.rb
+++ b/lib/test_config.rb
@@ -8,8 +8,7 @@ module TestConfig
:auth_methods => ["publickey"],
:keys => [Options.parse_args[:keyfile]],
:port => 22,
- :user_known_hosts_file => "#{ENV['HOME']}/.ssh/known_hosts",
- :forward_agent => true
+ :user_known_hosts_file => "#{ENV['HOME']}/.ssh/known_hosts"
}
end
-- You received this message because you are subscribed to the Google Groups "Puppet Developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to [email protected].
For more options, visit this group at http://groups.google.com/group/puppet-dev?hl=en.
