summaryrefslogtreecommitdiff
path: root/ssh-agent.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-agent.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-agent.1')
-rw-r--r--ssh-agent.19
1 files changed, 7 insertions, 2 deletions
diff --git a/ssh-agent.1 b/ssh-agent.1
index 9909ef590..5f498b7e3 100644
--- a/ssh-agent.1
+++ b/ssh-agent.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ssh-agent.1,v 1.31 2002/02/04 20:41:16 stevesk Exp $ 1.\" $OpenBSD: ssh-agent.1,v 1.32 2002/06/05 16:08:07 markus Exp $
2.\" 2.\"
3.\" Author: Tatu Ylonen <ylo@cs.hut.fi> 3.\" Author: Tatu Ylonen <ylo@cs.hut.fi>
4.\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 4.\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -42,6 +42,7 @@
42.Nd authentication agent 42.Nd authentication agent
43.Sh SYNOPSIS 43.Sh SYNOPSIS
44.Nm ssh-agent 44.Nm ssh-agent
45.Op Fl a Ar bind_address
45.Op Fl c Li | Fl s 46.Op Fl c Li | Fl s
46.Op Fl d 47.Op Fl d
47.Op Ar command Op Ar args ... 48.Op Ar command Op Ar args ...
@@ -64,6 +65,11 @@ machines using
64.Pp 65.Pp
65The options are as follows: 66The options are as follows:
66.Bl -tag -width Ds 67.Bl -tag -width Ds
68.It Fl a Ar bind_address
69Bind the agent to the unix-domain socket
70.Ar bind_address .
71The default is
72.Pa /tmp/ssh-XXXXXXXX/agent.<pid> .
67.It Fl c 73.It Fl c
68Generate C-shell commands on 74Generate C-shell commands on
69.Dv stdout . 75.Dv stdout .
@@ -135,7 +141,6 @@ by the agent, and the result will be returned to the requester.
135This way, private keys are not exposed to clients using the agent. 141This way, private keys are not exposed to clients using the agent.
136.Pp 142.Pp
137A unix-domain socket is created 143A unix-domain socket is created
138.Pq Pa /tmp/ssh-XXXXXXXX/agent.<pid> ,
139and the name of this socket is stored in the 144and the name of this socket is stored in the
140.Ev SSH_AUTH_SOCK 145.Ev SSH_AUTH_SOCK
141environment 146environment