From 7813ad5ef40468f3faa47db1611aa38c57aa23b3 Mon Sep 17 00:00:00 2001 From: Wilken Rivera Date: Thu, 3 Sep 2020 13:31:47 -0400 Subject: [PATCH] communicator/ssh: Add note for builder specific SSH supported options --- website/pages/docs/communicators/ssh.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/website/pages/docs/communicators/ssh.mdx b/website/pages/docs/communicators/ssh.mdx index f9a1ddbb5..ab2341f91 100644 --- a/website/pages/docs/communicators/ssh.mdx +++ b/website/pages/docs/communicators/ssh.mdx @@ -60,6 +60,12 @@ The SSH communicator has the following options: @include "helper/communicator/SSH-not-required.mdx" +~> Note: SSH communicator options: `ssh_keypair_name`, `ssh_agent_auth`, + `temporary_key_pair_name` and `ssh_private_key_file` are also supported by + the communicator. But they may not be supported for every builder. Please check + the builder specific documentation for additional SSH supported options. + + ### SSH Communicator Details Packer will only use one authentication method, either `publickey` or if