Programming/Git13 SSH key & multi GitHub & IntelliJ SSH key 발급 git bash에서 실행 아래 명령 입력, 이메일은 수정 $ ssh-keygen -t rsa -b 4096 -C "your_email@example.com" 엔터 클릭 Enter a file in which to save the key (/Users/you/.ssh/id_rsa): [Press enter] SSH 암호 입력, 암호입력없이 하려면 엔터 Enter passphrase (empty for no passphrase): [Type a passphrase] Enter same passphrase again: [Type passphrase again] ssh key 클립보드에 복사 $ clip < ~/.ssh/id_rsa.pub 발급한 SSH key를 ssh-agent에 등록 ss.. 2016. 3. 25. 이전 1 2 3 다음