ssh-agent add key error message

sometimes you got an error with ssh-agent mykey

Could not open a connection to your authentication agent.

then try this

exec ssh-agent bash

found here

https://stackoverflow.com/questions/17846529/could-not-open-a-connection-to-your-authentication-agent

Leave a comment