Skip to content

Commit 8bbd273

Browse files
authored
Merge pull request #1000 from github/djdefi-ssh-doc
2 parents e248364 + 391c6d4 commit 8bbd273

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/ghe-host-check

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ if [ $rc -ne 0 ]; then
6868
echo "$output" 1>&2
6969
echo "Error: ssh connection with '$host' failed" 1>&2
7070
echo "Note that your SSH key needs to be setup on $host as described in:" 1>&2
71-
echo "* https://enterprise.github.com/help/articles/adding-an-ssh-key-for-shell-access" 1>&2
71+
echo "* https://docs.github.com/enterprise-server/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh" 1>&2
7272
;;
7373
101)
7474
echo "Error: couldn't read GitHub Enterprise Server fingerprint on '$host' or this isn't a GitHub appliance." 1>&2

bin/ghe-restore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#/ Note that the GitHub Enterprise host must be reachable and your SSH key must
77
#/ be setup as described in the following help article:
88
#/
9-
#/ <https://enterprise.github.com/help/articles/adding-an-ssh-key-for-shell-access>
9+
#/ <https://docs.github.com/enterprise-server/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh >
1010
#/
1111
#/ OPTIONS:
1212
#/ -c | --config Restore appliance settings and license in addition to

0 commit comments

Comments
 (0)