Last active
October 19, 2020 07:52
-
-
Save huuphuoc1396/d2a0cff947f3545a13fe9d5a1858f5c7 to your computer and use it in GitHub Desktop.
Github - Permission denied (publickey) - Using ssh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ssh-add ~/.ssh/your_id_rsa | |
ssh-add -l | |
ssh -Tv [email protected] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment