Commit ce89b357 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

website: update website for ssh_key_path stuff

parent d54b0bd6
...@@ -156,6 +156,11 @@ Optional: ...@@ -156,6 +156,11 @@ Optional:
Packer will choose a randomly available port in this range to use as the Packer will choose a randomly available port in this range to use as the
host port. host port.
* `ssh_key_path` (string) - Path to a private key to use for authenticating
with SSH. By default this is not set (key-based auth won't be used).
The associated public key is expected to already be configured on the
VM being prepared by some other process (kickstart, etc.).
* `ssh_password` (string) - The password for `ssh_username` to use to * `ssh_password` (string) - The password for `ssh_username` to use to
authenticate with SSH. By default this is the empty string. authenticate with SSH. By default this is the empty string.
......
...@@ -148,6 +148,11 @@ Optional: ...@@ -148,6 +148,11 @@ Optional:
If it doesn't shut down in this time, it is an error. By default, the timeout If it doesn't shut down in this time, it is an error. By default, the timeout
is "5m", or five minutes. is "5m", or five minutes.
* `ssh_key_path` (string) - Path to a private key to use for authenticating
with SSH. By default this is not set (key-based auth won't be used).
The associated public key is expected to already be configured on the
VM being prepared by some other process (kickstart, etc.).
* `ssh_password` (string) - The password for `ssh_username` to use to * `ssh_password` (string) - The password for `ssh_username` to use to
authenticate with SSH. By default this is the empty string. authenticate with SSH. By default this is the empty string.
......
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