ssh-add しようとしたら Could not open a connection to your authentication agent. といわれた
Opened this issue · 0 comments
shikakun commented
.bash_profile
に ssh-add ~/.ssh/id_rsa
って書いて、ログインしたら ssh-agent が起動するようにしてた。でも、あるときログインしようとしたら…
Could not open a connection to your authentication agent.
って表示されて ssh-add できなくなった。
普通に ssh-add してみると…
$ ssh-add ~/.ssh/id_rsa
Could not open a connection to your authentication agent.
なんで!
検索すると eval 'ssh-agent'
するといいとあったのでやってみた。
$ eval 'ssh-agent'
mkdtemp: private socket dir: No space left on device
空き容量がなかった!!