Trying to deploy something today and ran into the error
`initialize’: No such file or directory -- /tmp/ssh-IOIwF31501/agent.31501 (Errno::ENOENT)
Turns out it’s related to the passwordless ssh login.
Running the following fixed these issues:
$ ssh-agent bash
$ ssh-add
Related posts:
…still doesnt work for me.
Will keep on investigating – thanks anyway!