From 7dc86e068614bf195a5f6ad2fbb0ec2a9618e72c Mon Sep 17 00:00:00 2001 From: Michael Stanclift Date: Thu, 14 Apr 2022 08:44:39 -0500 Subject: [PATCH] Updated Installing (markdown) --- Installing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installing.md b/Installing.md index 4d8e2f5..358f9eb 100644 --- a/Installing.md +++ b/Installing.md @@ -29,6 +29,6 @@ After you're pleased with your configuration of both Gravity Sync instances, pro ### Custom SSH Ports -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. +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. To do so, simply specify the target SSH port number in the config command. **Example:** `gravity-sync config 1234` (where 1234 is the remote SSH port) \ No newline at end of file