Built with from Grav and Hugo
$ ssh-keygen $ cat ~/.ssh/id_rsa.pub
$ eval $(ssh-agent -s) $ ssh-add ~/.ssh/id_rsa
$ ssh -T git@githbu.com
Github 의 내 settings 페이지로 들어가서
settings
SSH and GPG keys 탭에 들어가면 new ssh key 버튼이 있다.
SSH and GPG keys
새로 만들기에 id_ras.pub 내용을 복붙하면 된다.