From 1783827c4099ec79d6dfa6b102a0162a8da2cc0c Mon Sep 17 00:00:00 2001 From: asatara Date: Tue, 22 Apr 2014 14:30:27 -0700 Subject: [PATCH] Added documentation --- website/source/docs/builders/vmware-iso.html.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/source/docs/builders/vmware-iso.html.markdown b/website/source/docs/builders/vmware-iso.html.markdown index 8de9e13ec..dd545f56a 100644 --- a/website/source/docs/builders/vmware-iso.html.markdown +++ b/website/source/docs/builders/vmware-iso.html.markdown @@ -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.