summaryrefslogtreecommitdiff
path: root/sshd_config.5
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 /sshd_config.5
parent4e448a31ae12e6f84caa7cdfc8b4c23db92459db (diff)
Put in alphabetical order
Diffstat (limited to 'sshd_config.5')
-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
are refused if the number of unauthenticated connections reaches
.Dq full
(60).
-
-.It Cm UsePAM
-Enables PAM authentication (via challenge-response) and session set up.
-If you enable this, you should probably disable
-.Cm PasswordAuthentication .
-If you enable
-.CM UsePAM
-then you will not be able to run sshd as a non-root user.
-
.It Cm PasswordAuthentication
Specifies whether password authentication is allowed.
The default is
@@ -607,6 +598,13 @@ cookies.
If
.Cm UsePrivilegeSeparation
is specified, it will be disabled after authentication.
+.It Cm UsePAM
+Enables PAM authentication (via challenge-response) and session set up.
+If you enable this, you should probably disable
+.Cm PasswordAuthentication .
+If you enable
+.CM UsePAM
+then you will not be able to run sshd as a non-root user.
.It Cm UsePrivilegeSeparation
Specifies whether
.Nm sshd