summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-05-14 15:13:03 +1000
committerDamien Miller <djm@mindrot.org>2003-05-14 15:13:03 +1000
commit2e193e29f0f48dc2bf11cb3cf8a1806689ae1d55 (patch)
tree03579724e6f1d1738915a1e491c237bad7206105
parent4e448a31ae12e6f84caa7cdfc8b4c23db92459db (diff)
Put in alphabetical order
-rw-r--r--sshd_config.516
1 files changed, 7 insertions, 9 deletions
diff --git a/sshd_config.5 b/sshd_config.5
index 1278cb61f..8250be8d6 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -422,15 +422,6 @@ The probability increases linearly and all connection attempts
422are refused if the number of unauthenticated connections reaches 422are refused if the number of unauthenticated connections reaches
423.Dq full 423.Dq full
424(60). 424(60).
425
426.It Cm UsePAM
427Enables PAM authentication (via challenge-response) and session set up.
428If you enable this, you should probably disable
429.Cm PasswordAuthentication .
430If you enable
431.CM UsePAM
432then you will not be able to run sshd as a non-root user.
433
434.It Cm PasswordAuthentication 425.It Cm PasswordAuthentication
435Specifies whether password authentication is allowed. 426Specifies whether password authentication is allowed.
436The default is 427The default is
@@ -607,6 +598,13 @@ cookies.
607If 598If
608.Cm UsePrivilegeSeparation 599.Cm UsePrivilegeSeparation
609is specified, it will be disabled after authentication. 600is specified, it will be disabled after authentication.
601.It Cm UsePAM
602Enables PAM authentication (via challenge-response) and session set up.
603If you enable this, you should probably disable
604.Cm PasswordAuthentication .
605If you enable
606.CM UsePAM
607then you will not be able to run sshd as a non-root user.
610.It Cm UsePrivilegeSeparation 608.It Cm UsePrivilegeSeparation
611Specifies whether 609Specifies whether
612.Nm sshd 610.Nm sshd