mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-09 08:42:33 -04:00
website: note SSH forwarding
This commit is contained in:
parent
3cc90768a2
commit
c0bc74990b
1 changed files with 4 additions and 0 deletions
|
|
@ -48,6 +48,10 @@ configuration parameters for that communicator. These are documented below.
|
|||
|
||||
## SSH Communicator
|
||||
|
||||
The SSH communicator connects to the host via SSH. If you have an SSH
|
||||
agent enabled on the machine running Packer, it will automatically forward
|
||||
the SSH agent to the remote host.
|
||||
|
||||
The SSH communicator has the following options:
|
||||
|
||||
* `ssh_host` (string) - The address to SSH to. This usually is automatically
|
||||
|
|
|
|||
Loading…
Reference in a new issue