We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e248364 commit 9661447Copy full SHA for 9661447
bin/ghe-host-check
@@ -68,7 +68,7 @@ if [ $rc -ne 0 ]; then
68
echo "$output" 1>&2
69
echo "Error: ssh connection with '$host' failed" 1>&2
70
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
+ echo "* https://docs.github.com/enterprise-server/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh" 1>&2
72
;;
73
101)
74
echo "Error: couldn't read GitHub Enterprise Server fingerprint on '$host' or this isn't a GitHub appliance." 1>&2
0 commit comments