I am using ssh-agent with password protected keys on Linux. Every time I enter a certain car, I do this:
eval `ssh-agent` && ssh-add
This works pretty well, but every time I log in and do this, I create another ssh-agent. From time to time I will do killall ssh-agent to reap them. Is there an easy way to reuse the same ssh-agent process in different sessions?
linux ssh
Lorin hochstein
source share