diff options
author | Colin Watson <cjwatson@debian.org> | 2004-10-06 13:22:30 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2004-10-06 13:22:30 +0000 |
commit | 23ad7ca187d4b40b45b18903c6e96b4cc3ea9ec1 (patch) | |
tree | b30b75b82f92948e8721ca68cb874178f72ed67c /debian/po/templates.pot | |
parent | 77be91fc874d0bdfb00e2da57550ff9c8969a6d4 (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/po/templates.pot')
-rw-r--r-- | debian/po/templates.pot | 30 |
1 files changed, 29 insertions, 1 deletions
diff --git a/debian/po/templates.pot b/debian/po/templates.pot index a4224d581..6d43c330f 100644 --- a/debian/po/templates.pot +++ b/debian/po/templates.pot | |||
@@ -16,7 +16,7 @@ msgid "" | |||
16 | msgstr "" | 16 | msgstr "" |
17 | "Project-Id-Version: PACKAGE VERSION\n" | 17 | "Project-Id-Version: PACKAGE VERSION\n" |
18 | "Report-Msgid-Bugs-To: \n" | 18 | "Report-Msgid-Bugs-To: \n" |
19 | "POT-Creation-Date: 2004-07-31 03:10+0100\n" | 19 | "POT-Creation-Date: 2004-10-06 14:06+0100\n" |
20 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | 20 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
21 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | 21 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
22 | "Language-Team: LANGUAGE <LL@li.org>\n" | 22 | "Language-Team: LANGUAGE <LL@li.org>\n" |
@@ -223,3 +223,31 @@ msgstr "" | |||
223 | #: ../openssh-server.templates.master:74 | 223 | #: ../openssh-server.templates.master:74 |
224 | msgid "You will need to generate a new host key." | 224 | msgid "You will need to generate a new host key." |
225 | msgstr "" | 225 | msgstr "" |
226 | |||
227 | #. Type: boolean | ||
228 | #. Description | ||
229 | #: ../openssh-server.templates.master:84 | ||
230 | msgid "Disable challenge-response authentication?" | ||
231 | msgstr "" | ||
232 | |||
233 | #. Type: boolean | ||
234 | #. Description | ||
235 | #: ../openssh-server.templates.master:84 | ||
236 | msgid "" | ||
237 | "Password authentication appears to be disabled in your current OpenSSH " | ||
238 | "server configuration. In order to prevent users from logging in using " | ||
239 | "passwords (perhaps using only public key authentication instead) with recent " | ||
240 | "versions of OpenSSH, you must disable challenge-response authentication, or " | ||
241 | "else ensure that your PAM configuration does not allow Unix password file " | ||
242 | "authentication." | ||
243 | msgstr "" | ||
244 | |||
245 | #. Type: boolean | ||
246 | #. Description | ||
247 | #: ../openssh-server.templates.master:84 | ||
248 | msgid "" | ||
249 | "If you disable challenge-response authentication, then users will not be " | ||
250 | "able to log in using passwords. If you leave it enabled (the default " | ||
251 | "answer), then the 'PasswordAuthentication no' option will have no useful " | ||
252 | "effect unless you also adjust your PAM configuration in /etc/pam.d/ssh." | ||
253 | msgstr "" | ||