git
github ssh 등록
codinglog
2021. 8. 4. 15:36
$ssh-keygen -t rsa -b 4096 -C "이메일"
기본값으로 엔터 엔터
공개키 클립보드로 복사(windows)
clip < ~/.ssh/id_rsa.pub
mac은
pbcopy < ~/.ssh/id_rsa.pub
깃 허브가서
프로필
Settings -> SSH and GPG keys -> New SSH key
반응형