Connecting to currently running ssh-agent
Connecting to currently running ssh-agent After creating an agent, it automatically detaches itself from the parent process. someUser@MyPC:~$ eval "$(ssh-agent -s)" Agent pid 10222 someUser@MyPC:~$ ps -e –forest | grep ssh-agent 10222 ? 00:00:00 ssh-agent When I close the terminal and open a new one to create another agent, there are now two agents running. …