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/fr.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/fr.po')
-rw-r--r-- | debian/po/fr.po | 30 |
1 files changed, 29 insertions, 1 deletions
diff --git a/debian/po/fr.po b/debian/po/fr.po index 6c6ecfaab..0ae9bbb24 100644 --- a/debian/po/fr.po +++ b/debian/po/fr.po | |||
@@ -15,7 +15,7 @@ msgid "" | |||
15 | msgstr "" | 15 | msgstr "" |
16 | "Project-Id-Version: openssh 3.6.1p2-5\n" | 16 | "Project-Id-Version: openssh 3.6.1p2-5\n" |
17 | "Report-Msgid-Bugs-To: \n" | 17 | "Report-Msgid-Bugs-To: \n" |
18 | "POT-Creation-Date: 2004-07-31 03:10+0100\n" | 18 | "POT-Creation-Date: 2004-10-06 14:06+0100\n" |
19 | "PO-Revision-Date: 2003-05-22 10:34+0200\n" | 19 | "PO-Revision-Date: 2003-05-22 10:34+0200\n" |
20 | "Last-Translator: Denis Barbier <barbier@debian.org>\n" | 20 | "Last-Translator: Denis Barbier <barbier@debian.org>\n" |
21 | "Language-Team: French <Debian-l10n-french@lists.debian.org>\n" | 21 | "Language-Team: French <Debian-l10n-french@lists.debian.org>\n" |
@@ -285,6 +285,34 @@ msgstr "" | |||
285 | msgid "You will need to generate a new host key." | 285 | msgid "You will need to generate a new host key." |
286 | msgstr "Vous aurez besoin de générer une nouvelle clé d'hôte." | 286 | msgstr "Vous aurez besoin de générer une nouvelle clé d'hôte." |
287 | 287 | ||
288 | #. Type: boolean | ||
289 | #. Description | ||
290 | #: ../openssh-server.templates.master:84 | ||
291 | msgid "Disable challenge-response authentication?" | ||
292 | msgstr "" | ||
293 | |||
294 | #. Type: boolean | ||
295 | #. Description | ||
296 | #: ../openssh-server.templates.master:84 | ||
297 | msgid "" | ||
298 | "Password authentication appears to be disabled in your current OpenSSH " | ||
299 | "server configuration. In order to prevent users from logging in using " | ||
300 | "passwords (perhaps using only public key authentication instead) with recent " | ||
301 | "versions of OpenSSH, you must disable challenge-response authentication, or " | ||
302 | "else ensure that your PAM configuration does not allow Unix password file " | ||
303 | "authentication." | ||
304 | msgstr "" | ||
305 | |||
306 | #. Type: boolean | ||
307 | #. Description | ||
308 | #: ../openssh-server.templates.master:84 | ||
309 | msgid "" | ||
310 | "If you disable challenge-response authentication, then users will not be " | ||
311 | "able to log in using passwords. If you leave it enabled (the default " | ||
312 | "answer), then the 'PasswordAuthentication no' option will have no useful " | ||
313 | "effect unless you also adjust your PAM configuration in /etc/pam.d/ssh." | ||
314 | msgstr "" | ||
315 | |||
288 | #~ msgid "ssh2 keys merged in configuration files" | 316 | #~ msgid "ssh2 keys merged in configuration files" |
289 | #~ msgstr "Clés pour ssh2 fusionnées dans les fichiers de configuration" | 317 | #~ msgstr "Clés pour ssh2 fusionnées dans les fichiers de configuration" |
290 | 318 | ||