From e12a23c1a6bf5b0197e059c2c3c9af4411811878 Mon Sep 17 00:00:00 2001 From: Ronald Chmara Date: Mon, 11 Jan 2016 12:44:15 -0800 Subject: [PATCH 1/3] Old port 22 reference changed Newer software versions utilize port 122, not port 22, for SSH --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f76cf42e..7c3b17c12 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Backup host software requirements are modest: Linux or other modern Unix operating system with [rsync][4] v2.6.4 or newer. The backup host must be able to establish network connections outbound to the -GitHub appliance over SSH (port 22). +GitHub appliance over SSH (port 22, or 122 (see below)). ##### Storage requirements From 6497f296d68caace37998107388fe4932769a032 Mon Sep 17 00:00:00 2001 From: Ronald Chmara Date: Fri, 29 Jan 2016 08:24:17 -0800 Subject: [PATCH 2/3] Update verbiage per Sergio Rubio (rubiojr) Commit on PR https://github.com/github/backup-utils/pull/153#issuecomment-176767435 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c3b17c12..1e97a926d 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Backup host software requirements are modest: Linux or other modern Unix operating system with [rsync][4] v2.6.4 or newer. The backup host must be able to establish network connections outbound to the -GitHub appliance over SSH (port 22, or 122 (see below)). +GitHub appliance over SSH. TCP port 122 is used to backup GitHub Enterprise 2.0 or newer instances and TCP port 22 is used for older versions (11.10.34X). ##### Storage requirements From d08cbb3a3ece6cac47b0ed691393cb88d81ecc5d Mon Sep 17 00:00:00 2001 From: Ronald Chmara Date: Fri, 29 Jan 2016 09:08:25 -0800 Subject: [PATCH 3/3] Minor comma added for grammar. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e97a926d..b47c0e7d5 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Backup host software requirements are modest: Linux or other modern Unix operating system with [rsync][4] v2.6.4 or newer. The backup host must be able to establish network connections outbound to the -GitHub appliance over SSH. TCP port 122 is used to backup GitHub Enterprise 2.0 or newer instances and TCP port 22 is used for older versions (11.10.34X). +GitHub appliance over SSH. TCP port 122 is used to backup GitHub Enterprise 2.0 or newer instances, and TCP port 22 is used for older versions (11.10.34X). ##### Storage requirements