Merge pull request #9891 from hashicorp/d-ssh-communicator-supported-opts

communicator/ssh: Add note for builder specific SSH supported options
This commit is contained in:
Wilken Rivera 2020-09-03 13:51:18 -04:00 committed by GitHub
commit 6334fc2da4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -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