From 2c79cd35df7ebec5632c1024203362b77f2f20de Mon Sep 17 00:00:00 2001 From: James Bardin Date: Mon, 8 Jan 2018 17:12:55 -0500 Subject: [PATCH] add agent_identity in the connection docs --- website/docs/provisioners/connection.html.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/docs/provisioners/connection.html.markdown b/website/docs/provisioners/connection.html.markdown index cd04ffefb..9a499bcab 100644 --- a/website/docs/provisioners/connection.html.markdown +++ b/website/docs/provisioners/connection.html.markdown @@ -81,6 +81,8 @@ provisioner "file" { only supported SSH authentication agent is [Pageant](http://the.earth.li/~sgtatham/putty/0.66/htmldoc/Chapter9.html#pageant). +* `agent_identity` - The preferred identity from the ssh agent for authentication. + **Additional arguments only supported by the `winrm` connection type:** * `https` - Set to `true` to connect using HTTPS instead of HTTP.