ssh / ssh-agent hang on exit
Darren Tucker
dtucker at zip.com.au
Tue Aug 31 21:22:51 EST 2004
Frank Beckmann wrote:
> we use ssh-agent, on exit it hangs
> # ^D
> unset SSH_AUTH_SOCK;
> unset SSH_AGENT_PID;
> echo Agent pid 15151 killed;
> :-(
This seems to work OK on my Solaris 8 box. Is the agent still showing
in the process list? Perhaps it's something else other than the agent
causing the hang, is there any other long-running processes?
$ eval `ssh-agent`
Agent pid 426
$ eval `ssh-agent -k`
Agent pid 426 killed
$ exit
logout
Connection to localhost closed.
--
Darren Tucker (dtucker at zip.com.au)
GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69
Good judgement comes with experience. Unfortunately, the experience
usually comes from bad judgement.
More information about the openssh-unix-dev
mailing list