fix default ssh bastion port in docs
This commit is contained in:
parent
cfbba44fdd
commit
63dfb1db91
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue