summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordjm <djm>2003-05-14 05:13:03 +0000
committerdjm <djm>2003-05-14 05:13:03 +0000
commitc1df7056b4bb0a24ca5310bd7c02f8a7c1b6d97c (patch)
tree843b70e134b84759d219c50e94ad817405e968e0
parenta57327190a1c0fe3e456b7c3ca6d550bb2172056 (diff)
downloadopenssh-c1df7056b4bb0a24ca5310bd7c02f8a7c1b6d97c.tar.gz
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 1278cb61..8250be8d 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