Skip to content

Commit c828d1f

Browse files
authored
Update instructions on granting backup host access to GHES (#959)
1 parent b7cc545 commit c828d1f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/getting-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
* In a clustering environment, the `GHE_EXTRA_SSH_OPTS` key must be configured
3232
with the `-i <abs path to private key>` SSH option.
3333

34-
3. Add the backup host's SSH key to the GitHub appliance as an *Authorized SSH
35-
key*. See [Adding your SSH key to the ssh-agent][4] for instructions.
34+
3. Add the backup host's SSH public key to the GitHub Enterprise Server appliance, in order to grant it administrative shell access.
35+
See [Accessing the GitHub Enterprise Server administrative shell (SSH)][4] for instructions.
3636
3737
4. Run `bin/ghe-host-check` to verify SSH connectivity with the GitHub
3838
appliance.
@@ -42,4 +42,4 @@
4242
[1]: https://github.com/github/backup-utils/releases
4343
[2]: https://github.com/github/backup-utils/releases/tag/v2.11.4
4444
[3]: https://github.com/github/enterprise-backup-site/blob/master/backup.config-example
45-
[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
45+
[4]: https://docs.github.com/enterprise-server/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh

0 commit comments

Comments
 (0)