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/es.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/es.po')
-rw-r--r-- | debian/po/es.po | 30 |
1 files changed, 29 insertions, 1 deletions
diff --git a/debian/po/es.po b/debian/po/es.po index 95a76b09d..06de59528 100644 --- a/debian/po/es.po +++ b/debian/po/es.po | |||
@@ -32,7 +32,7 @@ msgid "" | |||
32 | msgstr "" | 32 | msgstr "" |
33 | "Project-Id-Version: openssh 3.6.1p2-11\n" | 33 | "Project-Id-Version: openssh 3.6.1p2-11\n" |
34 | "Report-Msgid-Bugs-To: \n" | 34 | "Report-Msgid-Bugs-To: \n" |
35 | "POT-Creation-Date: 2004-03-06 17:54+0000\n" | 35 | "POT-Creation-Date: 2004-10-05 20:41+0100\n" |
36 | "PO-Revision-Date: 2004-01-17 17:47+0200\n" | 36 | "PO-Revision-Date: 2004-01-17 17:47+0200\n" |
37 | "Last-Translator: Javier Fernandez-Sanguino Peña <jfs@computer.org>\n" | 37 | "Last-Translator: Javier Fernandez-Sanguino Peña <jfs@computer.org>\n" |
38 | "Language-Team: Debian L10n Spanish <debian-l10n-spanish@lists.debian.org>\n" | 38 | "Language-Team: Debian L10n Spanish <debian-l10n-spanish@lists.debian.org>\n" |
@@ -374,6 +374,34 @@ msgstr "" | |||
374 | "etc/ssh/sshd_config al terminar la actualización, teniendo en cuenta el " | 374 | "etc/ssh/sshd_config al terminar la actualización, teniendo en cuenta el " |
375 | "aviso de la página de manual de sshd_config(5)." | 375 | "aviso de la página de manual de sshd_config(5)." |
376 | 376 | ||
377 | #. Type: boolean | ||
378 | #. Description | ||
379 | #: ../templates.master:130 | ||
380 | msgid "Disable challenge-response authentication?" | ||
381 | msgstr "" | ||
382 | |||
383 | #. Type: boolean | ||
384 | #. Description | ||
385 | #: ../templates.master:130 | ||
386 | msgid "" | ||
387 | "Password authentication appears to be disabled in your current OpenSSH " | ||
388 | "server configuration. In order to prevent users from logging in using " | ||
389 | "passwords (perhaps using only public key authentication instead) with recent " | ||
390 | "versions of OpenSSH, you must disable challenge-response authentication, or " | ||
391 | "else ensure that your PAM configuration does not allow Unix password file " | ||
392 | "authentication." | ||
393 | msgstr "" | ||
394 | |||
395 | #. Type: boolean | ||
396 | #. Description | ||
397 | #: ../templates.master:130 | ||
398 | msgid "" | ||
399 | "If you disable challenge-response authentication (the default answer), then " | ||
400 | "users will not be able to log in using passwords. If you leave it enabled, " | ||
401 | "then the 'PasswordAuthentication no' option will have no useful effect " | ||
402 | "unless you also adjust your PAM configuration in /etc/pam.d/ssh." | ||
403 | msgstr "" | ||
404 | |||
377 | #~ msgid "Privilege separation" | 405 | #~ msgid "Privilege separation" |
378 | #~ msgstr "Separación de privilegios" | 406 | #~ msgstr "Separación de privilegios" |
379 | 407 | ||