[ssh-agent.1]
     the socket name contains ssh-agent's ppid; via mpech@ from form@
This commit is contained in:
Ben Lindstrom 2002-06-25 23:16:31 +00:00
parent daa2179bd0
commit b48057b7dc
2 changed files with 7 additions and 4 deletions

View File

@ -4,6 +4,9 @@
- markus@cvs.openbsd.org 2002/06/23 21:34:07 - markus@cvs.openbsd.org 2002/06/23 21:34:07
[channels.c] [channels.c]
tcode is u_int tcode is u_int
- 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@
20020625 20020625
- (stevesk) [INSTALL acconfig.h configure.ac defines.h] remove --with-rsh - (stevesk) [INSTALL acconfig.h configure.ac defines.h] remove --with-rsh
@ -1103,4 +1106,4 @@
- (stevesk) entropy.c: typo in debug message - (stevesk) entropy.c: typo in debug message
- (djm) ssh-keygen -i needs seeded RNG; report from markus@ - (djm) ssh-keygen -i needs seeded RNG; report from markus@
$Id: ChangeLog,v 1.2274 2002/06/25 23:15:30 mouring Exp $ $Id: ChangeLog,v 1.2275 2002/06/25 23:16:31 mouring Exp $

View File

@ -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> .\" Author: Tatu Ylonen <ylo@cs.hut.fi>
.\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland .\" 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 Bind the agent to the unix-domain socket
.Ar bind_address . .Ar bind_address .
The default is The default is
.Pa /tmp/ssh-XXXXXXXX/agent.<pid> . .Pa /tmp/ssh-XXXXXXXX/agent.<ppid> .
.It Fl c .It Fl c
Generate C-shell commands on Generate C-shell commands on
.Dv stdout . .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. Contains the protocol version 2 DSA authentication identity of the user.
.It Pa $HOME/.ssh/id_rsa .It Pa $HOME/.ssh/id_rsa
Contains the protocol version 2 RSA authentication identity of the user. 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 Unix-domain sockets used to contain the connection to the
authentication agent. authentication agent.
These sockets should only be readable by the owner. These sockets should only be readable by the owner.