You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SSH private keys can be tested against github.com to see if they are registered against an existing user account. If the key exists the username corresponding to the key will be provided:
$ ssh -i <path to SSH private key> -T git@github.com
Hi <username>! You've successfully authenticated, but GitHub does not provide shell access.
The text was updated successfully, but these errors were encountered:
SSH private keys can be tested against
github.com
to see if they are registered against an existing user account. If the key exists the username corresponding to the key will be provided:The text was updated successfully, but these errors were encountered: