[Bug 500] show how to start-up ssh-agent by default...

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Tue Feb 25 09:56:21 EST 2003


http://bugzilla.mindrot.org/show_bug.cgi?id=500





------- Additional Comments From djm at mindrot.org  2003-02-25 09:56 -------
As I mentioned on the mailing list: use a single socket in a well-known place
(ssh-agent -a /path/to/socket). 

You could probably do something like:

SSH_AUTH_SOCK=/path/to/whereever
export SSH_AUTH_SOCK
[ -S $SSH_AUTH_SOCK ] || eval `ssh-agent -sa $SSH_AUTH_SOCK`

Then the first shell will start an agent which all others will use.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




More information about the openssh-unix-dev mailing list