Computer/Server

[Git] project 별 rsa 키 파일 설정시

생각하는달팽이 2015. 8. 19. 11:31

Q_1

Could not open a connection to your authentication agent.


A_1

agent 를 활성화시킨다. 

eval `ssh-agent -s`


A_2

이후 생성한 키파일을 추가해준다. ( id_rsa < 이걸 다른걸로 바꾸면됨 )

ssh-add ~/.ssh/id_rsa


반응형