fix default ssh bastion port in docs

This commit is contained in:
Megan Marsh 2018-09-05 11:29:20 -07:00
parent cfbba44fdd
commit 63dfb1db91
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ The SSH communicator has the following options:
- `ssh_bastion_password` (string) - The password to use to authenticate
with the bastion host.
- `ssh_bastion_port` (number) - The port of the bastion host. Defaults to `1`.
- `ssh_bastion_port` (number) - The port of the bastion host. Defaults to `22`.
- `ssh_bastion_private_key_file` (string) - A private key file to use
to authenticate with the bastion host.