lib/testlab/container/ssh.rb in testlab-0.8.4 vs lib/testlab/container/ssh.rb in testlab-0.8.5
- old
+ new
@@ -25,10 +25,10 @@
HostName #{self.ip}
Port 22
UserKnownHostsFile /dev/null
StrictHostKeyChecking no
PasswordAuthentication no
- ForwardAgent yes
+ ForwardAgent no
IdentitiesOnly yes
EOF
identities.each do |identity|
output += " IdentityFile #{identity}\n"