summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-06-25 23:16:31 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-06-25 23:16:31 +0000
commitb48057b7dca215efab35ab5a273ae7834f24953a (patch)
tree8a3a78a9696d1e85c3bafb2b5298b8ff5007b510
parentdaa2179bd0ea772be09b92ebce092d4d03ede4c2 (diff)
- markus@cvs.openbsd.org 2002/06/24 13:12:23
[ssh-agent.1] the socket name contains ssh-agent's ppid; via mpech@ from form@
-rw-r--r--ChangeLog5
-rw-r--r--ssh-agent.16
2 files changed, 7 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index d0dd2f4e4..70dfe5f7e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,9 @@
4 - markus@cvs.openbsd.org 2002/06/23 21:34:07 4 - markus@cvs.openbsd.org 2002/06/23 21:34:07
5 [channels.c] 5 [channels.c]
6 tcode is u_int 6 tcode is u_int
7 - markus@cvs.openbsd.org 2002/06/24 13:12:23
8 [ssh-agent.1]
9 the socket name contains ssh-agent's ppid; via mpech@ from form@
7 10
820020625 1120020625
9 - (stevesk) [INSTALL acconfig.h configure.ac defines.h] remove --with-rsh 12 - (stevesk) [INSTALL acconfig.h configure.ac defines.h] remove --with-rsh
@@ -1103,4 +1106,4 @@
1103 - (stevesk) entropy.c: typo in debug message 1106 - (stevesk) entropy.c: typo in debug message
1104 - (djm) ssh-keygen -i needs seeded RNG; report from markus@ 1107 - (djm) ssh-keygen -i needs seeded RNG; report from markus@
1105 1108
1106$Id: ChangeLog,v 1.2274 2002/06/25 23:15:30 mouring Exp $ 1109$Id: ChangeLog,v 1.2275 2002/06/25 23:16:31 mouring Exp $
diff --git a/ssh-agent.1 b/ssh-agent.1
index e1a30cb1f..0227436c1 100644
--- a/ssh-agent.1
+++ b/ssh-agent.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ssh-agent.1,v 1.34 2002/06/22 16:45:29 stevesk Exp $ 1.\" $OpenBSD: ssh-agent.1,v 1.35 2002/06/24 13:12:23 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
@@ -69,7 +69,7 @@ The options are as follows:
69Bind the agent to the unix-domain socket 69Bind the agent to the unix-domain socket
70.Ar bind_address . 70.Ar bind_address .
71The default is 71The default is
72.Pa /tmp/ssh-XXXXXXXX/agent.<pid> . 72.Pa /tmp/ssh-XXXXXXXX/agent.<ppid> .
73.It Fl c 73.It Fl c
74Generate C-shell commands on 74Generate C-shell commands on
75.Dv stdout . 75.Dv stdout .
@@ -163,7 +163,7 @@ Contains the protocol version 1 RSA authentication identity of the user.
163Contains the protocol version 2 DSA authentication identity of the user. 163Contains the protocol version 2 DSA authentication identity of the user.
164.It Pa $HOME/.ssh/id_rsa 164.It Pa $HOME/.ssh/id_rsa
165Contains the protocol version 2 RSA authentication identity of the user. 165Contains the protocol version 2 RSA authentication identity of the user.
166.It Pa /tmp/ssh-XXXXXXXX/agent.<pid> 166.It Pa /tmp/ssh-XXXXXXXX/agent.<ppid>
167Unix-domain sockets used to contain the connection to the 167Unix-domain sockets used to contain the connection to the
168authentication agent. 168authentication agent.
169These sockets should only be readable by the owner. 169These sockets should only be readable by the owner.