terraform/communicator
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
..
remote Adding some abstractions for the communicators 2015-05-01 18:48:54 +02:00
ssh communicator/ssh: bastion host support 2015-06-22 18:00:18 -05:00
winrm Improved some logging... 2015-05-11 15:18:32 +02:00
communicator.go Adding support for WinRM 2015-05-01 18:48:54 +02:00
communicator_mock.go Adding the tests... 2015-05-08 18:17:57 +02:00
communicator_test.go Adding support for WinRM 2015-05-01 18:48:54 +02:00