From ffd121938829d433efae87415da8f75474003522 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sun, 23 Jun 2013 20:41:10 -0700 Subject: [PATCH] website: Add ssh_port docs for virtualbox --- website/source/docs/builders/virtualbox.html.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/source/docs/builders/virtualbox.html.markdown b/website/source/docs/builders/virtualbox.html.markdown index 187828936..791b8a1b6 100644 --- a/website/source/docs/builders/virtualbox.html.markdown +++ b/website/source/docs/builders/virtualbox.html.markdown @@ -112,6 +112,9 @@ Optional: * `ssh_password` (string) - The password for `ssh_username` to use to authenticate with SSH. By default this is the empty string. +* `ssh_port` (int) - The port that SSH will be listening on in the guest + virtual machine. By default this is 22. + * `ssh_wait_timeout` (string) - The duration to wait for SSH to become available. By default this is "20m", or 20 minutes. Note that this should be quite long since the timer begins as soon as virtual machine is booted.