mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-09 08:42:33 -04:00
Added documentation
This commit is contained in:
parent
ecbb0e8498
commit
1783827c40
1 changed files with 3 additions and 0 deletions
|
|
@ -185,6 +185,9 @@ Optional:
|
|||
The associated public key is expected to already be configured on the
|
||||
VM being prepared by some other process (kickstart, etc.).
|
||||
|
||||
* `ssh_host` (string) - Hostname or IP address of the host. By default, DHCP
|
||||
is used to connect to the host and this field is not used.
|
||||
|
||||
* `ssh_password` (string) - The password for `ssh_username` to use to
|
||||
authenticate with SSH. By default this is the empty string.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue