summaryrefslogtreecommitdiff
path: root/debian/openssh-server.templates.master
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2004-10-06 13:22:30 +0000
committerColin Watson <cjwatson@debian.org>2004-10-06 13:22:30 +0000
commit23ad7ca187d4b40b45b18903c6e96b4cc3ea9ec1 (patch)
treeb30b75b82f92948e8721ca68cb874178f72ed67c /debian/openssh-server.templates.master
parent77be91fc874d0bdfb00e2da57550ff9c8969a6d4 (diff)
Forward-port from HEAD:
* If PasswordAuthentication is disabled, then offer to disable ChallengeResponseAuthentication too. The current PAM code will attempt password-style authentication if ChallengeResponseAuthentication is enabled (closes: #250369). * This will ask a question of anyone who installed fresh with 1:3.8p1-2 or later and then upgraded. Sorry about that ... for this reason, the default answer is to leave ChallengeResponseAuthentication enabled.
Diffstat (limited to 'debian/openssh-server.templates.master')
-rw-r--r--debian/openssh-server.templates.master16
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/openssh-server.templates.master b/debian/openssh-server.templates.master
index e6d355639..af4d4e9f8 100644
--- a/debian/openssh-server.templates.master
+++ b/debian/openssh-server.templates.master
@@ -77,3 +77,19 @@ _Description: Warning: you must create a new host key
77 from the old (non-free) SSH installation. 77 from the old (non-free) SSH installation.
78 . 78 .
79 You will need to generate a new host key. 79 You will need to generate a new host key.
80
81Template: ssh/disable_cr_auth
82Type: boolean
83Default: false
84_Description: Disable challenge-response authentication?
85 Password authentication appears to be disabled in your current OpenSSH
86 server configuration. In order to prevent users from logging in using
87 passwords (perhaps using only public key authentication instead) with
88 recent versions of OpenSSH, you must disable challenge-response
89 authentication, or else ensure that your PAM configuration does not allow
90 Unix password file authentication.
91 .
92 If you disable challenge-response authentication, then users will not be
93 able to log in using passwords. If you leave it enabled (the default
94 answer), then the 'PasswordAuthentication no' option will have no useful
95 effect unless you also adjust your PAM configuration in /etc/pam.d/ssh.