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/de.po | |
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/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 17526f287..0af4ea07f 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-07-31 03:10+0100\n" | 19 | "POT-Creation-Date: 2004-10-06 14:06+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" |
@@ -274,6 +274,34 @@ msgstr "" | |||
274 | msgid "You will need to generate a new host key." | 274 | msgid "You will need to generate a new host key." |
275 | msgstr "Sie müssen einen neuen Host-Schlüssel erzeugen." | 275 | msgstr "Sie müssen einen neuen Host-Schlüssel erzeugen." |
276 | 276 | ||
277 | #. Type: boolean | ||
278 | #. Description | ||
279 | #: ../openssh-server.templates.master:84 | ||
280 | msgid "Disable challenge-response authentication?" | ||
281 | msgstr "" | ||
282 | |||
283 | #. Type: boolean | ||
284 | #. Description | ||
285 | #: ../openssh-server.templates.master:84 | ||
286 | msgid "" | ||
287 | "Password authentication appears to be disabled in your current OpenSSH " | ||
288 | "server configuration. In order to prevent users from logging in using " | ||
289 | "passwords (perhaps using only public key authentication instead) with recent " | ||
290 | "versions of OpenSSH, you must disable challenge-response authentication, or " | ||
291 | "else ensure that your PAM configuration does not allow Unix password file " | ||
292 | "authentication." | ||
293 | msgstr "" | ||
294 | |||
295 | #. Type: boolean | ||
296 | #. Description | ||
297 | #: ../openssh-server.templates.master:84 | ||
298 | msgid "" | ||
299 | "If you disable challenge-response authentication, then users will not be " | ||
300 | "able to log in using passwords. If you leave it enabled (the default " | ||
301 | "answer), then the 'PasswordAuthentication no' option will have no useful " | ||
302 | "effect unless you also adjust your PAM configuration in /etc/pam.d/ssh." | ||
303 | msgstr "" | ||
304 | |||
277 | #~ msgid "ssh2 keys merged in configuration files" | 305 | #~ msgid "ssh2 keys merged in configuration files" |
278 | #~ msgstr "ssh2-Schlüssel in die Konfigurationsdateien eingefügt" | 306 | #~ msgstr "ssh2-Schlüssel in die Konfigurationsdateien eingefügt" |
279 | 307 | ||