Tag: ssh-agent
-
Checking for your ssh-agent on login – updated
The first thing my .bash_aliases file does on login is to check if I’m running ssh-agent and if so, stick that into my shell environment. If not, kick it up, and update a reminder to it. This morning I found a flaw in that, so I believe this is the fix. 4 export SSH_RECENT=”$HOME/.ssh/recent” 5…