summaryrefslogtreecommitdiff
path: root/ssh-add.1
diff options
context:
space:
mode:
authormouring <mouring>2002-06-06 21:46:07 +0000
committermouring <mouring>2002-06-06 21:46:07 +0000
commit54dc54bac39c320445e104f5fa9b1ac4d397d5b7 (patch)
treebbd7635e33857339ba4a86b89f8ff2a765a2b1ee /ssh-add.1
parent53f46311ddfd790a9ec16fd841d3b53eb2715c7a (diff)
downloadopenssh-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.15
1 files changed, 4 insertions, 1 deletions
diff --git a/ssh-add.1 b/ssh-add.1
index 41d5def6..163fc45e 100644
--- a/ssh-add.1
+++ b/ssh-add.1
@@ -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,