diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2002-06-06 23:46:08 +0200 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2002-06-06 23:46:08 +0200 |
commit | b7788f3ebee920d6b14b37034f7f769788b6dff6 (patch) | |
tree | d58829d766cbf8e547d8c7400d80879a84284502 /ssh-add.1 | |
parent | - markus@cvs.openbsd.org 2002/06/05 16:08:07 (diff) | |
download | openssh-b7788f3ebee920d6b14b37034f7f769788b6dff6.tar.xz openssh-b7788f3ebee920d6b14b37034f7f769788b6dff6.zip |
- 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, |