From 38521b4880f2584e6874cde85964ea42a4da3bce Mon Sep 17 00:00:00 2001 From: Stoney <19228888+ThatStoney@users.noreply.github.com> Date: Fri, 16 Sep 2022 11:48:40 -0400 Subject: [PATCH] Add link to "adding a ssh key" (#30811) Co-authored-by: djdefi Co-authored-by: hubwriter --- .../accessing-the-administrative-shell-ssh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh.md b/content/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh.md index c0e8a764c7..4a9caa69d2 100644 --- a/content/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh.md +++ b/content/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh.md @@ -27,7 +27,7 @@ If you have SSH access to the administrative shell, you can run {% data variable ## Enabling access to the administrative shell via SSH -To enable administrative SSH access, you must add your SSH public key to your instance's list of authorized keys. +To enable administrative SSH access, you must add your SSH public key to your instance's list of authorized keys. For more information, see "[Generating a new SSH key and adding it to the ssh-agent](/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)." {% tip %}