diff options
Diffstat (limited to 'sshd_config.5')
-rw-r--r-- | sshd_config.5 | 16 |
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 | |||
422 | are refused if the number of unauthenticated connections reaches | 422 | are refused if the number of unauthenticated connections reaches |
423 | .Dq full | 423 | .Dq full |
424 | (60). | 424 | (60). |
425 | |||
426 | .It Cm UsePAM | ||
427 | Enables PAM authentication (via challenge-response) and session set up. | ||
428 | If you enable this, you should probably disable | ||
429 | .Cm PasswordAuthentication . | ||
430 | If you enable | ||
431 | .CM UsePAM | ||
432 | then you will not be able to run sshd as a non-root user. | ||
433 | |||
434 | .It Cm PasswordAuthentication | 425 | .It Cm PasswordAuthentication |
435 | Specifies whether password authentication is allowed. | 426 | Specifies whether password authentication is allowed. |
436 | The default is | 427 | The default is |
@@ -607,6 +598,13 @@ cookies. | |||
607 | If | 598 | If |
608 | .Cm UsePrivilegeSeparation | 599 | .Cm UsePrivilegeSeparation |
609 | is specified, it will be disabled after authentication. | 600 | is specified, it will be disabled after authentication. |
601 | .It Cm UsePAM | ||
602 | Enables PAM authentication (via challenge-response) and session set up. | ||
603 | If you enable this, you should probably disable | ||
604 | .Cm PasswordAuthentication . | ||
605 | If you enable | ||
606 | .CM UsePAM | ||
607 | then you will not be able to run sshd as a non-root user. | ||
610 | .It Cm UsePrivilegeSeparation | 608 | .It Cm UsePrivilegeSeparation |
611 | Specifies whether | 609 | Specifies whether |
612 | .Nm sshd | 610 | .Nm sshd |