Skip to content

Commit 9661447

Browse files
authored
Update link to SSH key doc
1 parent e248364 commit 9661447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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

0 commit comments

Comments
 (0)