- stevesk@cvs.openbsd.org 2002/06/22 16:45:29
[ssh-agent.1 sshd.8 sshd_config.5] use process ID vs. pid/PID/process identifier
This commit is contained in:
parent
c06bf70b41
commit
959de99aa0
|
@ -21,6 +21,9 @@
|
||||||
- stevesk@cvs.openbsd.org 2002/06/22 16:41:57
|
- stevesk@cvs.openbsd.org 2002/06/22 16:41:57
|
||||||
[scp.1]
|
[scp.1]
|
||||||
typo
|
typo
|
||||||
|
- stevesk@cvs.openbsd.org 2002/06/22 16:45:29
|
||||||
|
[ssh-agent.1 sshd.8 sshd_config.5]
|
||||||
|
use process ID vs. pid/PID/process identifier
|
||||||
|
|
||||||
20020622
|
20020622
|
||||||
- (djm) Update README.privsep; spotted by fries@
|
- (djm) Update README.privsep; spotted by fries@
|
||||||
|
@ -1030,4 +1033,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.2250 2002/06/23 00:34:37 mouring Exp $
|
$Id: ChangeLog,v 1.2251 2002/06/23 00:35:25 mouring Exp $
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.\" $OpenBSD: ssh-agent.1,v 1.33 2002/06/19 00:27:55 deraadt Exp $
|
.\" $OpenBSD: ssh-agent.1,v 1.34 2002/06/22 16:45:29 stevesk 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
|
||||||
|
@ -151,7 +151,7 @@ user.
|
||||||
.Pp
|
.Pp
|
||||||
The
|
The
|
||||||
.Ev SSH_AGENT_PID
|
.Ev SSH_AGENT_PID
|
||||||
environment variable holds the agent's PID.
|
environment variable holds the agent's process ID.
|
||||||
.Pp
|
.Pp
|
||||||
The agent exits automatically when the command given on the command
|
The agent exits automatically when the command given on the command
|
||||||
line terminates.
|
line terminates.
|
||||||
|
|
4
sshd.8
4
sshd.8
|
@ -34,7 +34,7 @@
|
||||||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.\" $OpenBSD: sshd.8,v 1.185 2002/06/22 16:32:54 stevesk Exp $
|
.\" $OpenBSD: sshd.8,v 1.186 2002/06/22 16:45:29 stevesk Exp $
|
||||||
.Dd September 25, 1999
|
.Dd September 25, 1999
|
||||||
.Dt SSHD 8
|
.Dt SSHD 8
|
||||||
.Os
|
.Os
|
||||||
|
@ -589,7 +589,7 @@ and not group or world-writable.
|
||||||
Contains the process ID of the
|
Contains the process ID of the
|
||||||
.Nm
|
.Nm
|
||||||
listening for connections (if there are several daemons running
|
listening for connections (if there are several daemons running
|
||||||
concurrently for different ports, this contains the pid of the one
|
concurrently for different ports, this contains the process ID of the one
|
||||||
started last).
|
started last).
|
||||||
The content of this file is not sensitive; it can be world-readable.
|
The content of this file is not sensitive; it can be world-readable.
|
||||||
.It Pa $HOME/.ssh/authorized_keys
|
.It Pa $HOME/.ssh/authorized_keys
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.\" $OpenBSD: sshd_config.5,v 1.3 2002/06/20 23:37:12 markus Exp $
|
.\" $OpenBSD: sshd_config.5,v 1.4 2002/06/22 16:45:29 stevesk Exp $
|
||||||
.Dd September 25, 1999
|
.Dd September 25, 1999
|
||||||
.Dt SSHD_CONFIG 5
|
.Dt SSHD_CONFIG 5
|
||||||
.Os
|
.Os
|
||||||
|
@ -464,7 +464,7 @@ If this option is set to
|
||||||
.Dq no
|
.Dq no
|
||||||
root is not allowed to login.
|
root is not allowed to login.
|
||||||
.It Cm PidFile
|
.It Cm PidFile
|
||||||
Specifies the file that contains the process identifier of the
|
Specifies the file that contains the process ID of the
|
||||||
.Nm sshd
|
.Nm sshd
|
||||||
daemon.
|
daemon.
|
||||||
The default is
|
The default is
|
||||||
|
|
Loading…
Reference in New Issue