| Summary: | extend the -l or -L option to mention the ssh-agent's pid | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Ralf Hauser <hauser> |
| Component: | ssh-add | Assignee: | OpenSSH Bugzilla mailing list <openssh-bugs> |
| Status: | CLOSED WONTFIX | ||
| Severity: | enhancement | ||
| Priority: | P5 | ||
| Version: | -current | ||
| Hardware: | All | ||
| OS: | All | ||
| URL: | http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-add | ||
|
Description
Ralf Hauser
2003-01-30 21:15:49 AEDT
this does not belong to the -L or -l option So what is your suggestion - add a new option? Or another option would be to have ssh-agent complain if it detects other instances of itself already running under the same userID? perhaps have ssh-add -v print out the socket name. sure, would be great if this additional option could be added... I don't think that making "ssh-add -v" print the socket name would help much - you can do that yourself with "echo $SSH_AUTH_SOCK" I don't think there's much to be done for this; as djm points out, figuring out which agent ssh-add will access is simply a matter of echoing $SSH_AUTH_SOCK (or $SSH_AGENT_PID for that matter). Change all RESOLVED bug to CLOSED with the exception of the ones fixed post-4.4. |