diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2002-06-24 13:12:24 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2002-06-24 13:12:24 +0000 |
commit | 09661cd76e4b9c97d2cd1629f6f13ffa36a5da8a (patch) | |
tree | e5c564a23fec37a72f8a8cd5bf97a5e2ffb1d4b0 /usr.bin/ssh/ssh-agent.1 | |
parent | f9b9d84929a07a0998bbd49ceb5073aa2ac67cb1 (diff) |
the socket name contains ssh-agent's ppid; via mpech@ from form@
Diffstat (limited to 'usr.bin/ssh/ssh-agent.1')
-rw-r--r-- | usr.bin/ssh/ssh-agent.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ssh/ssh-agent.1 b/usr.bin/ssh/ssh-agent.1 index e1a30cb1f2c..0227436c171 100644 --- a/usr.bin/ssh/ssh-agent.1 +++ b/usr.bin/ssh/ssh-agent.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ssh-agent.1,v 1.34 2002/06/22 16:45:29 stevesk Exp $ +.\" $OpenBSD: ssh-agent.1,v 1.35 2002/06/24 13:12:23 markus Exp $ .\" .\" Author: Tatu Ylonen <ylo@cs.hut.fi> .\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland @@ -69,7 +69,7 @@ The options are as follows: Bind the agent to the unix-domain socket .Ar bind_address . The default is -.Pa /tmp/ssh-XXXXXXXX/agent.<pid> . +.Pa /tmp/ssh-XXXXXXXX/agent.<ppid> . .It Fl c Generate C-shell commands on .Dv stdout . @@ -163,7 +163,7 @@ Contains the protocol version 1 RSA authentication identity of the user. Contains the protocol version 2 DSA authentication identity of the user. .It Pa $HOME/.ssh/id_rsa Contains the protocol version 2 RSA authentication identity of the user. -.It Pa /tmp/ssh-XXXXXXXX/agent.<pid> +.It Pa /tmp/ssh-XXXXXXXX/agent.<ppid> Unix-domain sockets used to contain the connection to the authentication agent. These sockets should only be readable by the owner. |