summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2000-07-03 12:34:27 +0000
committerasmodai <asmodai@FreeBSD.org>2000-07-03 12:34:27 +0000
commit0f33a49366d0f533d2f4e28070d1e0fd240a6f27 (patch)
treeb24e8fc33b8362929e8989830a89a0b61a11c598
parent93ab0f907270a62cce17f212d8d2abda4cd7de4c (diff)
downloadFreeBSD-src-0f33a49366d0f533d2f4e28070d1e0fd240a6f27.zip
FreeBSD-src-0f33a49366d0f533d2f4e28070d1e0fd240a6f27.tar.gz
Fix up typo.
Add description of sshd_program variable. Submitted by: Ashley Penney <ashp@unloved.org>, Adrian Chadd <adrian@freebsd.org>
-rw-r--r--share/man/man5/rc.conf.519
1 files changed, 18 insertions, 1 deletions
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5
index eac5994..26737eb 100644
--- a/share/man/man5/rc.conf.5
+++ b/share/man/man5/rc.conf.5
@@ -135,7 +135,7 @@ to set your hostname via DHCP, this variable should be set to an empty string.
.Ar NO
if you are not running NIS.
.It Ar dhcp_program
-(str) Path to the DHCP client progam (/sbin/dhclient, the ISC DHCP client,
+(str) Path to the DHCP client program (/sbin/dhclient, the ISC DHCP client,
is the default).
.It Ar dhcp_flags
(str) Additional flags to pass to the DHCP client program.
@@ -1172,6 +1172,22 @@ on system operation.
if you want to start
.Xr vinum 8
at system boot time.
+.It Ar sshd_program
+(str) Path to the SSH server program (/usr/sbin/sshd is the default).
+.It Ar sshd_enable
+(bool) Set to
+.Ar YES
+if you want to start
+.Xr sshd 8
+at system boot time.
+.It Ar sshd_flags
+(str) If
+.Ar sshd_enable
+is set to
+.Ar YES ,
+these are the flags to pass to the
+.Xr sshd 8
+daemon.
.Sh FILES
.Bl -tag -width /etc/defaults/rc.conf -compact
.It Pa /etc/defaults/rc.conf
@@ -1218,6 +1234,7 @@ at system boot time.
.Xr rwhod 8 ,
.Xr savecore 8 ,
.Xr sendmail 8 ,
+.Xr sshd 8 ,
.Xr sysctl 8 ,
.Xr syslogd 8 ,
.Xr swapon 8 ,
OpenPOWER on IntegriCloud