diff options
author | mouring <mouring> | 2002-06-06 21:46:07 +0000 |
---|---|---|
committer | mouring <mouring> | 2002-06-06 21:46:07 +0000 |
commit | 54dc54bac39c320445e104f5fa9b1ac4d397d5b7 (patch) | |
tree | bbd7635e33857339ba4a86b89f8ff2a765a2b1ee /ssh-add.1 | |
parent | 53f46311ddfd790a9ec16fd841d3b53eb2715c7a (diff) | |
download | openssh-54dc54bac39c320445e104f5fa9b1ac4d397d5b7.tar.gz |
- markus@cvs.openbsd.org 2002/06/05 16:08:07
[ssh-agent.1 ssh-agent.c]
'-a bind_address' binds the agent to user-specified unix-domain
socket instead of /tmp/ssh-XXXXXXXX/agent.<pid>; ok djm@ (some time ago).
Diffstat (limited to 'ssh-add.1')
-rw-r--r-- | ssh-add.1 | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,4 +1,4 @@ -.\" $OpenBSD: ssh-add.1,v 1.30 2002/02/04 20:41:16 stevesk Exp $ +.\" $OpenBSD: ssh-add.1,v 1.31 2002/06/05 16:35:45 markus Exp $ .\" .\" -*- nroff -*- .\" @@ -129,6 +129,9 @@ or related script. may be necessary to redirect the input from .Pa /dev/null to make this work.) +.It Ev SSH_AUTH_SOCK +Identifies the path of a unix-domain socket used to communicate with the +agent. .El .Sh DIAGNOSTICS Exit status is 0 on success, 1 if the specified command fails, |