github1 여러 GitHub SSH Key 사용하기 1. SSH KEY 를 생성합니다, $ ssh-keygen -t rsa -b 4096 -C "your_email@example.com" Generating public/private rsa key pair. Enter file in which to save the key (/home/you/.ssh/id_rsa): id_rsa_kye (원하는 파일명 입력) 2. 생성한 KEY를 등록합니다. $ ssh-add ~/.ssh/id_rsa_kye (맥에서 VSCode의 소스컨트롤 기능을 이용하려면 다음처럼 애플 키체인에 등록한다) //MacOS (12.0 Monterey) 인 경우 ssh-add --apple-use-keychain ~/.ssh/[your-private-key] // 그 외 ssh-add -K .. 2021. 4. 29. 이전 1 다음