diff options
author | Damien Miller <djm@mindrot.org> | 2006-03-15 01:57:25 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2006-03-15 01:57:25 +0100 |
commit | f4f22b54c0e2a454d3ac093d99f845db4da98a81 (patch) | |
tree | 1a34dd3daad251d34ab61510d71a18bc174ffa34 /sshd_config.5 | |
parent | - jmc@cvs.openbsd.org 2006/02/24 23:43:57 (diff) | |
download | openssh-f4f22b54c0e2a454d3ac093d99f845db4da98a81.tar.xz openssh-f4f22b54c0e2a454d3ac093d99f845db4da98a81.zip |
- jmc@cvs.openbsd.org 2006/02/24 23:51:17
[sshd_config.5]
oops - bits i missed;
Diffstat (limited to '')
-rw-r--r-- | sshd_config.5 | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/sshd_config.5 b/sshd_config.5 index 6f60d7e84..8c714444b 100644 --- a/sshd_config.5 +++ b/sshd_config.5 @@ -34,7 +34,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: sshd_config.5,v 1.52 2006/02/24 23:43:57 jmc Exp $ +.\" $OpenBSD: sshd_config.5,v 1.53 2006/02/24 23:51:17 jmc Exp $ .Dd September 25, 1999 .Dt SSHD_CONFIG 5 .Os @@ -46,7 +46,7 @@ .It Pa /etc/ssh/sshd_config .El .Sh DESCRIPTION -.Nm sshd +.Xr sshd 8 reads configuration data from .Pa /etc/ssh/sshd_config (or the file specified with @@ -85,7 +85,7 @@ For this reason, care should be taken in the use of this directive. The default is not to accept any environment variables. .It Cm AddressFamily Specifies which address family should be used by -.Nm sshd . +.Xr sshd 8 . Valid arguments are .Dq any , .Dq inet @@ -421,7 +421,7 @@ If the value is 0, there is no time limit. The default is 120 seconds. .It Cm LogLevel Gives the verbosity level that is used when logging messages from -.Nm sshd . +.Xr sshd 8 . The possible values are: QUIET, FATAL, ERROR, INFO, VERBOSE, DEBUG, DEBUG1, DEBUG2, and DEBUG3. The default is INFO. @@ -453,7 +453,7 @@ Alternatively, random early drop can be enabled by specifying the three colon separated values .Dq start:rate:full (e.g. "10:30:60"). -.Nm sshd +.Xr sshd 8 will refuse connection attempts with a probability of .Dq rate/100 (30%) @@ -531,8 +531,7 @@ restrictions in some configurations using mechanisms such as .Ev LD_PRELOAD . .It Cm PidFile Specifies the file that contains the process ID of the -.Nm sshd -daemon. +SSH daemon. The default is .Pa /var/run/sshd.pid . .It Cm Port @@ -620,7 +619,7 @@ By default no subsystems are defined. Note that this option applies to protocol version 2 only. .It Cm SyslogFacility Gives the facility code that is used when logging messages from -.Nm sshd . +.Xr sshd 8 . The possible values are: DAEMON, USER, AUTH, LOCAL0, LOCAL1, LOCAL2, LOCAL3, LOCAL4, LOCAL5, LOCAL6, LOCAL7. The default is AUTH. @@ -780,7 +779,7 @@ The default is .Pa /usr/X11R6/bin/xauth . .El .Ss Time Formats -.Nm sshd +.Xr sshd 8 command-line arguments and configuration file options that specify time may be expressed using a sequence of the form: .Sm off @@ -824,7 +823,7 @@ Time format examples: .Bl -tag -width Ds .It Pa /etc/ssh/sshd_config Contains configuration data for -.Nm sshd . +.Xr sshd 8 . This file should be writable by root only, but it is recommended (though not necessary) that it be world-readable. .El |