From c828d1f27a88947b573bdc56bc1b443e95814ae4 Mon Sep 17 00:00:00 2001 From: gitulisca <107976350+gitulisca@users.noreply.github.com> Date: Wed, 28 Sep 2022 10:48:16 +1000 Subject: [PATCH] Update instructions on granting backup host access to GHES (#959) --- docs/getting-started.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index c80873d0..58054f3b 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -31,8 +31,8 @@ * In a clustering environment, the `GHE_EXTRA_SSH_OPTS` key must be configured with the `-i ` SSH option. - 3. Add the backup host's SSH key to the GitHub appliance as an *Authorized SSH - key*. See [Adding your SSH key to the ssh-agent][4] for instructions. + 3. Add the backup host's SSH public key to the GitHub Enterprise Server appliance, in order to grant it administrative shell access. + See [Accessing the GitHub Enterprise Server administrative shell (SSH)][4] for instructions. 4. Run `bin/ghe-host-check` to verify SSH connectivity with the GitHub appliance. @@ -42,4 +42,4 @@ [1]: https://github.com/github/backup-utils/releases [2]: https://github.com/github/backup-utils/releases/tag/v2.11.4 [3]: https://github.com/github/enterprise-backup-site/blob/master/backup.config-example -[4]: https://docs.github.com/enterprise-server/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent#adding-your-ssh-key-to-the-ssh-agent +[4]: https://docs.github.com/enterprise-server/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh