1. 터미널에서 SSH Key발급받기

ssh-keygen -t rsa -b 4096 -C "이메일 주소"

 

cd /Users/Lee/.ssh  //경로이동

cat ./id_rsa.pud //key값 확인

2. github에 sshKey 등록하기

 

 

1번에서 가져온 key 값을 등록하면 끝

+ Recent posts