github_ssh-key_tutorial
#ssh key awesome tutorial
This is ssh key tutorial
- First create a folder
- Second create a file example.txt
- Open git bash here
- git init
- git add .
- git commit -m”ssh key tutorial”
- ssh-keygen –help
- ssh-keygen
- press enter button three times
- eval
ssh-agent -s
or eval $(ssh-agent -s)
- ssh-add ~/.ssh/id_rsa
- copy and press github account id_rsa.pub
- for ssh key check ssh -T git@github.com
- write yes