Skip to content

Instantly share code, notes, and snippets.

@skull-squadron
Created May 3, 2011 01:18
Show Gist options
  • Star 32 You must be signed in to star a gist
  • Fork 8 You must be signed in to fork a gist
  • Save skull-squadron/952660 to your computer and use it in GitHub Desktop.
Save skull-squadron/952660 to your computer and use it in GitHub Desktop.
Restart ssh-agent
killall ssh-agent; eval `ssh-agent`
@IgorGanapolsky
Copy link

IgorGanapolsky commented Aug 12, 2016

I get an error:

ssh-agent: no process found
Agent pid 5878

What does that mean?

UPDATE:
the resolution is to run this first:
eval $(ssh-agent) > /dev/null

@Mirokko
Copy link

Mirokko commented Oct 31, 2018

For those from Google, its ok to have error that mentioned in comment above. It basically means that ssh-agent is not running

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment