_SSH Agent Running

On this page

Still need help?

The Atlassian Community is here for you.

Ask the community

Open a terminal window and enter the ps -e | grep [s]sh-agent command to see if the agent is running:

$ ps -e  | grep [s]sh-agent
 9060 ??         0:00.28 /usr/bin/ssh-agent -l

If the agent isn't running, start it manually with the following command:

$ ssh-agent /bin/bash
Last modified on Dec 17, 2015

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.