From 951f4201f7928111632ddec14a3db13fcb331aef Mon Sep 17 00:00:00 2001 From: Tarrant Date: Sun, 15 Mar 2015 16:37:33 -0700 Subject: [PATCH] Add documentation for ssh-agent --- website/source/docs/provisioners/connection.html.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/source/docs/provisioners/connection.html.markdown b/website/source/docs/provisioners/connection.html.markdown index af55fb2e4..6d289c6da 100644 --- a/website/source/docs/provisioners/connection.html.markdown +++ b/website/source/docs/provisioners/connection.html.markdown @@ -46,6 +46,8 @@ The following arguments are supported: * `key_file` - The SSH key to use for the connection. This takes preference over the password if provided. +* `agent` - Set to true to enable using ssh-agent to authenticate. + * `host` - The address of the resource to connect to. This is provided by the provider. * `port` - The port to connect to. This defaults to 22.