From 83734e47d36ff2686cc9da0a66c532f0bf9d1245 Mon Sep 17 00:00:00 2001 From: Jeroen Ruigrok van der Werven Date: Mon, 3 Jul 2000 12:34:27 +0000 Subject: [PATCH] Fix up typo. Add description of sshd_program variable. Submitted by: Ashley Penney , Adrian Chadd --- share/man/man5/rc.conf.5 | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5 index eac5994e651d..26737eb31cf1 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 ,