티스토리 뷰
발생일: 2014.01.14
키워드: ssh-add
문제:
`ssh-add` 명령을 사용하던 중에 아래 오류를 만났다.
Could not open a connection to your authentication agent.
어떻게 해결해야할까?
해결책:
어떤 `ssh-agent`를 사용해야 할 지 모르기 때문이다.
머신에서 한 번도 설정하지 않은 경우에 발생할 수 있다.
아래 명령으로 `ssh-agent`를 설정해주면 된다.
$ eval $(ssh-agent)
참고:
https://coderwall.com/p/rdi_wq
반응형
댓글
공지사항