summaryrefslogtreecommitdiff
path: root/ssh-add.1
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-06-06 21:46:08 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-06-06 21:46:08 +0000
commitb7788f3ebee920d6b14b37034f7f769788b6dff6 (patch)
treed58829d766cbf8e547d8c7400d80879a84284502 /ssh-add.1
parent22fa01cdea7d8fa159113a9148d523a3b8a46278 (diff)
- 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.15
1 files changed, 4 insertions, 1 deletions
diff --git a/ssh-add.1 b/ssh-add.1
index 41d5def6f..163fc45ed 100644
--- a/ssh-add.1
+++ b/ssh-add.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ssh-add.1,v 1.30 2002/02/04 20:41:16 stevesk Exp $ 1.\" $OpenBSD: ssh-add.1,v 1.31 2002/06/05 16:35:45 markus Exp $
2.\" 2.\"
3.\" -*- nroff -*- 3.\" -*- nroff -*-
4.\" 4.\"
@@ -129,6 +129,9 @@ or related script.
129may be necessary to redirect the input from 129may be necessary to redirect the input from
130.Pa /dev/null 130.Pa /dev/null
131to make this work.) 131to make this work.)
132.It Ev SSH_AUTH_SOCK
133Identifies the path of a unix-domain socket used to communicate with the
134agent.
132.El 135.El
133.Sh DIAGNOSTICS 136.Sh DIAGNOSTICS
134Exit status is 0 on success, 1 if the specified command fails, 137Exit status is 0 on success, 1 if the specified command fails,