2013-04-17 02:35:31 +02:00
|
|
|
Document FreeBSD/port-specific paths
|
|
|
|
|
2011-10-21 18:18:56 +02:00
|
|
|
--- sshd.8.orig 2010-08-04 21:03:13.000000000 -0600
|
|
|
|
+++ sshd.8 2010-09-14 16:14:14.000000000 -0600
|
|
|
|
@@ -70,7 +70,7 @@
|
2006-10-01 04:15:00 +02:00
|
|
|
.Nm
|
|
|
|
listens for connections from clients.
|
|
|
|
It is normally started at boot from
|
|
|
|
-.Pa /etc/rc .
|
2011-10-21 18:18:56 +02:00
|
|
|
+.Pa /usr/local/etc/rc.d/openssh .
|
2006-10-01 04:15:00 +02:00
|
|
|
It forks a new
|
|
|
|
daemon for each incoming connection.
|
|
|
|
The forked daemons handle
|
2011-10-21 18:18:56 +02:00
|
|
|
@@ -384,8 +384,9 @@
|
2006-10-01 04:15:00 +02:00
|
|
|
If the login is on a tty, records login time.
|
|
|
|
.It
|
|
|
|
Checks
|
|
|
|
-.Pa /etc/nologin ;
|
|
|
|
-if it exists, prints contents and quits
|
|
|
|
+.Pa /etc/nologin and
|
|
|
|
+.Pa /var/run/nologin ;
|
|
|
|
+if one exists, it prints the contents and quits
|
|
|
|
(unless root).
|
|
|
|
.It
|
|
|
|
Changes to run with normal user privileges.
|
2011-10-21 18:18:56 +02:00
|
|
|
@@ -407,7 +408,8 @@
|
2006-10-01 04:15:00 +02:00
|
|
|
exists, runs it; else if
|
|
|
|
.Pa /etc/ssh/sshrc
|
|
|
|
exists, runs
|
|
|
|
-it; otherwise runs xauth.
|
|
|
|
+it; otherwise runs
|
|
|
|
+.Xr xauth 1 .
|
|
|
|
The
|
|
|
|
.Dq rc
|
|
|
|
files are given the X11
|