summaryrefslogtreecommitdiff
path: root/ssh-agent.1
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2009-10-24 11:42:44 +1100
committerDarren Tucker <dtucker@zip.com.au>2009-10-24 11:42:44 +1100
commit98c9aec30e75ba890ed36227793e1e5ea6a23d45 (patch)
tree55b22950c2ebebb4adcd7a29353b5a0eacb4ea4f /ssh-agent.1
parentae69e1d010ddf367fdd8ecf7f006c54cfe3f9728 (diff)
- sobrado@cvs.openbsd.org 2009/10/22 15:02:12
[ssh-agent.1 ssh-add.1 ssh.1] write UNIX-domain in a more consistent way; while here, replace a few remaining ".Tn UNIX" macros with ".Ux" ones. pointed out by ratchov@, thanks! ok jmc@
Diffstat (limited to 'ssh-agent.1')
-rw-r--r--ssh-agent.115
1 files changed, 7 insertions, 8 deletions
diff --git a/ssh-agent.1 b/ssh-agent.1
index bbae4af92..acc115bd4 100644
--- a/ssh-agent.1
+++ b/ssh-agent.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ssh-agent.1,v 1.48 2009/10/22 12:35:53 sobrado Exp $ 1.\" $OpenBSD: ssh-agent.1,v 1.49 2009/10/22 15:02:12 sobrado 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
@@ -68,8 +68,8 @@ The options are as follows:
68.Bl -tag -width Ds 68.Bl -tag -width Ds
69.It Fl a Ar bind_address 69.It Fl a Ar bind_address
70Bind the agent to the 70Bind the agent to the
71.Ux 71.Ux Ns -domain
72domain socket 72socket
73.Ar bind_address . 73.Ar bind_address .
74The default is 74The default is
75.Pa /tmp/ssh-XXXXXXXXXX/agent.\*(Ltppid\*(Gt . 75.Pa /tmp/ssh-XXXXXXXXXX/agent.\*(Ltppid\*(Gt .
@@ -165,8 +165,8 @@ by the agent, and the result will be returned to the requester.
165This way, private keys are not exposed to clients using the agent. 165This way, private keys are not exposed to clients using the agent.
166.Pp 166.Pp
167A 167A
168.Ux 168.Ux Ns -domain
169domain socket is created and the name of this socket is stored in the 169socket is created and the name of this socket is stored in the
170.Ev SSH_AUTH_SOCK 170.Ev SSH_AUTH_SOCK
171environment 171environment
172variable. 172variable.
@@ -189,9 +189,8 @@ Contains the protocol version 2 DSA authentication identity of the user.
189.It Pa ~/.ssh/id_rsa 189.It Pa ~/.ssh/id_rsa
190Contains the protocol version 2 RSA authentication identity of the user. 190Contains the protocol version 2 RSA authentication identity of the user.
191.It Pa /tmp/ssh-XXXXXXXXXX/agent.\*(Ltppid\*(Gt 191.It Pa /tmp/ssh-XXXXXXXXXX/agent.\*(Ltppid\*(Gt
192.Ux 192.Ux Ns -domain
193domain sockets used to contain the connection to the 193sockets used to contain the connection to the authentication agent.
194authentication agent.
195These sockets should only be readable by the owner. 194These sockets should only be readable by the owner.
196The sockets should get automatically removed when the agent exits. 195The sockets should get automatically removed when the agent exits.
197.El 196.El