title | intro | redirect_from | versions | topics | shortTitle | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Testing your SSH connection |
After you've set up your SSH key and added it to {% data variables.product.prodname_dotcom %}, you can test your connection. |
|
|
|
Test your SSH connection |
Before testing your SSH connection, you should have already:
You'll need to authenticate this action using your password, which is the SSH key passphrase you created earlier. See AUTOTITLE.
{% ifversion ghec %}
[!NOTE] {% data reusables.enterprise-data-residency.access-domain %}
{% endif %}
{% data reusables.command_line.open_the_multi_os_terminal %}
-
Enter the following:
ssh -T git@{% data variables.product.product_url %} # Attempts to ssh to {% data variables.product.github %}
You may see a warning like this:
> The authenticity of host '{% data variables.product.product_url %} (IP ADDRESS)' can't be established. > ED25519 key fingerprint is SHA256:+DiY3wvvV6TuJJhbpZisF/zLDA0zPMSvHdkr4UvCOqU. > Are you sure you want to continue connecting (yes/no)?
-
Verify that the fingerprint in the message you see matches {% ifversion fpt or ghec %}{% data variables.product.prodname_dotcom %}'s public key fingerprint{% else %} your enterprise's public key fingerprint{% endif %}. If it does, then type
yes
:> Hi USERNAME! You've successfully authenticated, but GitHub does not > provide shell access.
{% linux %}
You may see this error message:
... Agent admitted failure to sign using the key. debug1: No more authentication methods to try. Permission denied (publickey).
This is a known problem with certain Linux distributions. For more information, see AUTOTITLE.
{% endlinux %}
[!NOTE] The remote command should exit with code 1.
-
Verify that the resulting message contains your username. If you receive a "permission denied" message, see AUTOTITLE.