SSH Cheat Sheet For GitHub
SSH Cheat Sheet For GitHub
ssh -T [email protected]
You should see a message like:
Hi <username>! You've successfully authenticated, but GitHub does not provide shell
access.
Host github.com
HostName github.com
User git
IdentityFile ~/.ssh/id_ed25519
Host github-work
HostName github.com
User git
IdentityFile ~/.ssh/id_ed25519_work
7. Troubleshooting