website: add note about tilde in ssh key path

Signed-off-by: Mikhail Ushanov <gm.mephisto@gmail.com>
This commit is contained in:
Mikhail Ushanov 2018-11-06 23:13:31 +03:00
parent 536252683e
commit 8400146a2e
1 changed files with 5 additions and 3 deletions

View File

@ -75,8 +75,9 @@ The SSH communicator has the following options:
- `ssh_bastion_port` (number) - The port of the bastion host. Defaults to - `ssh_bastion_port` (number) - The port of the bastion host. Defaults to
`22`. `22`.
- `ssh_bastion_private_key_file` (string) - A private key file to use to - `ssh_bastion_private_key_file` (string) - Path to a PEM encoded private
authenticate with the bastion host. key file to use to authenticate with the bastion host. The `~` can be used
in path and will be expanded to the home directory of current user.
- `ssh_bastion_username` (string) - The username to connect to the bastion - `ssh_bastion_username` (string) - The username to connect to the bastion
host. host.
@ -111,7 +112,8 @@ The SSH communicator has the following options:
- `ssh_port` (number) - The port to connect to SSH. This defaults to `22`. - `ssh_port` (number) - The port to connect to SSH. This defaults to `22`.
- `ssh_private_key_file` (string) - Path to a PEM encoded private key file to - `ssh_private_key_file` (string) - Path to a PEM encoded private key file to
use to authenticate with SSH. use to authenticate with SSH. The `~` can be used in path and will be
expanded to the home directory of current user.
- `ssh_proxy_host` (string) - A SOCKS proxy host to use for SSH connection - `ssh_proxy_host` (string) - A SOCKS proxy host to use for SSH connection