How to setup ssh key for GitHub || Permission denied (publickey/privatekey)

preview_player
Показать описание
You may check here some helpful commands for setup the GitHub ssh key.

You may also find detailed instructions on the given link:

Testing ssh connection

Hi username! You've successfully authenticated, but GitHub does not provide shell access.

"Hurray, you have successfully connected ssh key"
=====================================
If you are getting any errors like
1. permission denied (publickey)
2. Bad configuration
3. Key unauthorized
Please watch the complete video

Some helpful commands:

$ eval "$(ssh-agent -s)"

$ ssh-add ~/.ssh/id_ed25519

Рекомендации по теме
Комментарии
Автор

Your video is really helpful...i did it

SGLiveCricket
Автор

8:06 how can I solve the last error? "You've successfully authenticated, but GitHub does not provide shell access"

Gianni.achillea