terraform/communicator/ssh
Paul Hinze 44de0996c5 communicator/ssh: switch agent default to true
This changes SSH Agent utilization from opt-in to opt-out, bringing
Terraform in line with the behavior of Packer and the `ssh` command
itself.

But skip SSH agent connections if the SSH_AUTH_SOCK env var doesn't exist,
whcih means there's no agent to connect to.
2015-06-19 17:14:43 -05:00
..
communicator.go Fixing #2033 by adding a small check on the input 2015-05-21 23:36:54 +02:00
communicator_test.go Updated the PR according to the review comments 2015-05-01 18:52:01 +02:00
password.go Adding some abstractions for the communicators 2015-05-01 18:48:54 +02:00
password_test.go Adding some abstractions for the communicators 2015-05-01 18:48:54 +02:00
provisioner.go communicator/ssh: switch agent default to true 2015-06-19 17:14:43 -05:00
provisioner_test.go Adding support for WinRM 2015-05-01 18:48:54 +02:00