From c0bc74990beddd2efafa217d2e2b45a163f11f94 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 23 Jun 2015 14:49:36 -0700 Subject: [PATCH] website: note SSH forwarding --- website/source/docs/templates/communicator.html.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/source/docs/templates/communicator.html.md b/website/source/docs/templates/communicator.html.md index fbbe79343..438983c98 100644 --- a/website/source/docs/templates/communicator.html.md +++ b/website/source/docs/templates/communicator.html.md @@ -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