packer-cn/helper/communicator
James Nugent 7425fef2c7 builder/amazon: Allow use of local SSH Agent
This commit adds an option to use the local SSH Agent to authenticate
connections to source instances started by the the EBS and Instance
Store builders.

This is of use when the source AMI _already_ has configuration for
authorized SSH keys - for example if one uses an SSH certificate
authority.

A further extension (not implemented in this commit) is to allow SSH
agent use with a pre-defined key pair, in order to allow keys with
passphrases to be used without giving the passphrase to Packer.
2016-10-23 21:43:47 -05:00
..
config.go builder/amazon: Allow use of local SSH Agent 2016-10-23 21:43:47 -05:00
config_test.go Add 4 testing scenarios for WinRM helper communicator config. 2016-03-02 11:48:20 +00:00
ssh.go helper/communicator: validate ssh keys 2015-06-13 18:05:10 -04:00
step_connect.go go fmt 2016-02-08 17:34:06 -08:00
step_connect_ssh.go Add sftp file transfer support 2015-07-26 23:49:18 +00:00
step_connect_test.go helper/communicator: can be disabled 2015-06-13 17:50:45 -04:00
step_connect_winrm.go Add support for NTLM the WinRM communicator. 2016-03-10 10:53:38 -08:00
testing.go builder/null: pass unit tests 2015-06-13 18:55:37 -04:00
winrm.go helper/communicator: WinRM stuff 2015-06-13 22:05:48 -07:00