summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--sshd_config.525
2 files changed, 22 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 7ccb6f241..7defe636c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -34,6 +34,8 @@
34 - dtucker@cvs.openbsd.org 2004/05/13 02:47:50 34 - dtucker@cvs.openbsd.org 2004/05/13 02:47:50
35 [ssh-agent.1] 35 [ssh-agent.1]
36 Add examples to ssh-agent.1, bz#481 from Ralf Hauser; ok deraadt@ 36 Add examples to ssh-agent.1, bz#481 from Ralf Hauser; ok deraadt@
37 - (dtucker) [sshd.8] Bug #843: Add warning about PasswordAuthentication to
38 UsePAM section. Parts from djm@ and jmc@.
37 39
3820040502 4020040502
39 - (dtucker) OpenBSD CVS Sync 41 - (dtucker) OpenBSD CVS Sync
@@ -1110,4 +1112,4 @@
1110 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 1112 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
1111 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 1113 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
1112 1114
1113$Id: ChangeLog,v 1.3351 2004/05/13 06:45:46 dtucker Exp $ 1115$Id: ChangeLog,v 1.3352 2004/05/13 06:51:40 dtucker Exp $
diff --git a/sshd_config.5 b/sshd_config.5
index f8aa0f2f3..05558c569 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -624,12 +624,25 @@ If
624.Cm UsePrivilegeSeparation 624.Cm UsePrivilegeSeparation
625is specified, it will be disabled after authentication. 625is specified, it will be disabled after authentication.
626.It Cm UsePAM 626.It Cm UsePAM
627Enables PAM authentication (via challenge-response) and session set up. 627Enables the Pluggable Authentication Module interface.
628If you enable this, you should probably disable 628If set to
629.Cm PasswordAuthentication . 629.Dq yes
630If you enable 630this will enable PAM authentication using
631.CM UsePAM 631.Cm ChallengeResponseAuthentication
632then you will not be able to run sshd as a non-root user. The default is 632and PAM account and session module processing for all authentication types.
633.Pp
634Because PAM challenge-response authentication usually serves an equivalent
635role to password authentication, you should disable either
636.Cm PasswordAuthentication
637or
638.Cm ChallengeResponseAuthentication.
639.Pp
640If
641.Cm UsePAM
642is enabled, you will not be able to run
643.Xr sshd 8
644as a non-root user.
645The default is
633.Dq no . 646.Dq no .
634.It Cm UsePrivilegeSeparation 647.It Cm UsePrivilegeSeparation
635Specifies whether 648Specifies whether