SSH Key 등록방법

ssh-keygen을 통해 키 generate.

$ cd ~/.ssh 
$ ssh-keygen

해당 파일 ssh key 등록 (bitbucket, github)등

$ cat id_rsa.pub
태그sshkeygit