From 63dfb1db9173448088290e846cc02b1518c850d9 Mon Sep 17 00:00:00 2001 From: Megan Marsh Date: Wed, 5 Sep 2018 11:29:20 -0700 Subject: [PATCH] fix default ssh bastion port in docs --- website/source/docs/templates/communicator.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/templates/communicator.html.md b/website/source/docs/templates/communicator.html.md index 352d370e8..725c3e890 100644 --- a/website/source/docs/templates/communicator.html.md +++ b/website/source/docs/templates/communicator.html.md @@ -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.