diff options
author | Colin Watson <cjwatson@debian.org> | 2004-10-05 22:30:43 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2004-10-05 22:30:43 +0000 |
commit | 726497d9b38fab2eb9e9f66e73050527d9963712 (patch) | |
tree | 8afa45f1e9363ed0bdda2984ab2b27118c56fed5 /debian/po/de.po | |
parent | 82688c6fdce4f7bd07efcacc82e49b520b8d8056 (diff) |
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).
Diffstat (limited to 'debian/po/de.po')
-rw-r--r-- | debian/po/de.po | 30 |
1 files changed, 29 insertions, 1 deletions
diff --git a/debian/po/de.po b/debian/po/de.po index 85546e7c1..49d13b8c5 100644 --- a/debian/po/de.po +++ b/debian/po/de.po | |||
@@ -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-03-06 17:54+0000\n" | 19 | "POT-Creation-Date: 2004-10-05 20:41+0100\n" |
20 | "PO-Revision-Date: 2004-05-30 09:49-0200\n" | 20 | "PO-Revision-Date: 2004-05-30 09:49-0200\n" |
21 | "Last-Translator: Helge Kreutzmann <kreutzm@itp.uni-hannover.de>\n" | 21 | "Last-Translator: Helge Kreutzmann <kreutzm@itp.uni-hannover.de>\n" |
22 | "Language-Team: de <debian-l10n-german@lists.debian.org>\n" | 22 | "Language-Team: de <debian-l10n-german@lists.debian.org>\n" |
@@ -359,3 +359,31 @@ msgstr "" | |||
359 | "Um diese Option wieder zu reaktivieren, setzen Sie, unter Berücksichtigung " | 359 | "Um diese Option wieder zu reaktivieren, setzen Sie, unter Berücksichtigung " |
360 | "der Warnung in der sshd_config(5)-Handbuchseite, \"PermitUserEnvironment yes" | 360 | "der Warnung in der sshd_config(5)-Handbuchseite, \"PermitUserEnvironment yes" |
361 | "\" in /etc/ssh/sshd_config nachdem die Aktualisierung erfolgt ist." | 361 | "\" in /etc/ssh/sshd_config nachdem die Aktualisierung erfolgt ist." |
362 | |||
363 | #. Type: boolean | ||
364 | #. Description | ||
365 | #: ../templates.master:130 | ||
366 | msgid "Disable challenge-response authentication?" | ||
367 | msgstr "" | ||
368 | |||
369 | #. Type: boolean | ||
370 | #. Description | ||
371 | #: ../templates.master:130 | ||
372 | msgid "" | ||
373 | "Password authentication appears to be disabled in your current OpenSSH " | ||
374 | "server configuration. In order to prevent users from logging in using " | ||
375 | "passwords (perhaps using only public key authentication instead) with recent " | ||
376 | "versions of OpenSSH, you must disable challenge-response authentication, or " | ||
377 | "else ensure that your PAM configuration does not allow Unix password file " | ||
378 | "authentication." | ||
379 | msgstr "" | ||
380 | |||
381 | #. Type: boolean | ||
382 | #. Description | ||
383 | #: ../templates.master:130 | ||
384 | msgid "" | ||
385 | "If you disable challenge-response authentication (the default answer), then " | ||
386 | "users will not be able to log in using passwords. If you leave it enabled, " | ||
387 | "then the 'PasswordAuthentication no' option will have no useful effect " | ||
388 | "unless you also adjust your PAM configuration in /etc/pam.d/ssh." | ||
389 | msgstr "" | ||