terraform/communicator/ssh
Paul Hinze a7cbbbd258 communicator/ssh: bastion host support
* adds `bastion_*` fields to `connection` which add configuration for a
   bastion host
 * if `bastion_host` is set, connect to that host first, then jump
   through it to make the SSH connection to `host`
 * enables SSH Agent forwarding by default
2015-06-22 18:00:18 -05:00
..
communicator.go communicator/ssh: bastion host support 2015-06-22 18:00:18 -05: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: bastion host support 2015-06-22 18:00:18 -05:00
provisioner_test.go communicator/ssh: bastion host support 2015-06-22 18:00:18 -05:00