Commit 6c1b6dbb authored by Clint's avatar Clint

Merge pull request #2256 from mitchellh/f-amazon-document-private-keypair

builder/amazon: Update docs on ssh_private_key
parents 452421b8 91e565d5
......@@ -152,7 +152,8 @@ AMI if one with the same name already exists. Default `false`.
to port 22.
* `ssh_private_key_file` (string) - Use this ssh private key file instead of
a generated ssh key pair for connecting to the instance.
a generated ssh key pair for connecting to the instance. This key file must
already exist on the `source_ami`
* `ssh_private_ip` (bool) - If true, then SSH will always use the private
IP if available.
......
......@@ -191,7 +191,8 @@ AMI if one with the same name already exists. Default `false`.
to port 22.
* `ssh_private_key_file` (string) - Use this ssh private key file instead of
a generated ssh key pair for connecting to the instance.
a generated ssh key pair for connecting to the instance. This key file must
already exist on the `source_ami`
* `ssh_private_ip` (bool) - If true, then SSH will always use the private
IP if available.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment