From 1f4502e3e0799384f6d3d21eb7d0df875c76efba Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Wed, 20 May 2015 10:22:48 +0200 Subject: [PATCH] docs/exoscale: require port 22 in security group too Signed-off-by: Vincent Bernat --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 4f265e6efa..064972ff8e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1357,7 +1357,7 @@ Options: - `--exoscale-disk-size`: Disk size for the host in GB. Default: `50`. - `--exoscale-security-group`: Security group. It will be created if it doesn't exist. Default: `docker-machine`. -If a custom security group is provided, you need to ensure that you allow TCP port 2376 in an ingress rule. +If a custom security group is provided, you need to ensure that you allow TCP ports 22 and 2376 in an ingress rule. ## Release Notes