From ce89b357c0e5d5c9ff707322cd14b7d76ecbdbdc Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 27 Aug 2013 22:59:36 -0700 Subject: [PATCH] website: update website for ssh_key_path stuff --- website/source/docs/builders/virtualbox.html.markdown | 5 +++++ website/source/docs/builders/vmware.html.markdown | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/website/source/docs/builders/virtualbox.html.markdown b/website/source/docs/builders/virtualbox.html.markdown index 7d0fe8109..ff29bf647 100644 --- a/website/source/docs/builders/virtualbox.html.markdown +++ b/website/source/docs/builders/virtualbox.html.markdown @@ -156,6 +156,11 @@ Optional: Packer will choose a randomly available port in this range to use as the 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 authenticate with SSH. By default this is the empty string. diff --git a/website/source/docs/builders/vmware.html.markdown b/website/source/docs/builders/vmware.html.markdown index d615d78bd..ca67fa414 100644 --- a/website/source/docs/builders/vmware.html.markdown +++ b/website/source/docs/builders/vmware.html.markdown @@ -148,6 +148,11 @@ Optional: If it doesn't shut down in this time, it is an error. By default, the timeout 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 authenticate with SSH. By default this is the empty string.