From 260cd1f9a8de786da39c39b66d6bfca981e41965 Mon Sep 17 00:00:00 2001 From: Michael Stanclift Date: Tue, 12 Apr 2022 14:39:48 -0500 Subject: [PATCH] Updated Hidden Figures (markdown) --- Hidden-Figures.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Hidden-Figures.md b/Hidden-Figures.md index 85544c2..9c445a0 100644 --- a/Hidden-Figures.md +++ b/Hidden-Figures.md @@ -30,6 +30,7 @@ These variables allow you to change the name of the Docker container on both the ### `GS_SSH_PORT` -Gravity Sync is configured by default to use the standard SSH port (22) but if you need to change this, such as if you're traversing a NAT/firewall for a multi-site deployment, you can use a non-standard port. +Gravity Sync is configured by default to use the standard SSH port (22) but if you need to change this, such as if you're traversing a NAT/firewall for a multi-site deployment, you can use a non-standard port. When running `gravity-sync config` on an install with non-standard SSH ports, you can specify the target SSH port number in the config command. +- Example: `gravity-sync config 1234` (where 1234 is the remote SSH port) - Default setting in Gravity Sync is 22. \ No newline at end of file