From 133648203c7714d8a24e7bb2a1df7cab434fc6d7 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 11 Jun 2013 14:49:32 -0700 Subject: [PATCH] website: document new amazon ssh_timeout config var --- website/source/docs/builders/amazon-ebs.html.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/source/docs/builders/amazon-ebs.html.markdown b/website/source/docs/builders/amazon-ebs.html.markdown index 313b3ce4d..ea13690a4 100644 --- a/website/source/docs/builders/amazon-ebs.html.markdown +++ b/website/source/docs/builders/amazon-ebs.html.markdown @@ -62,6 +62,10 @@ Optional: * `ssh_port` (int) - The port that SSH will be available on. This defaults to port 22. +* `ssh_timeout` (string) - The time to wait for SSH to become available + before timing out. The format of this value is a duration such as "5s" + or "5m". The default SSH timeout is "1m", or one minute. + ## Basic Example Here is a basic example. It is completely valid except for the access keys: