ssh-add could not open a connection
Ever try to run ssh-add and get this message?
Could not open a connection to your authentication agent
Run this command
exec ssh-agent /bin/bash
or just add that to your .bash_profile so it runs on login.
Could not open a connection to your authentication agent
Run this command
exec ssh-agent /bin/bash
or just add that to your .bash_profile so it runs on login.
Comments
Post a Comment