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/zh_CN.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/zh_CN.po')
-rw-r--r-- | debian/po/zh_CN.po | 30 |
1 files changed, 29 insertions, 1 deletions
diff --git a/debian/po/zh_CN.po b/debian/po/zh_CN.po index 342605317..8ced202c0 100644 --- a/debian/po/zh_CN.po +++ b/debian/po/zh_CN.po | |||
@@ -15,7 +15,7 @@ msgid "" | |||
15 | msgstr "" | 15 | msgstr "" |
16 | "Project-Id-Version: openssh 3.6.1p2-11\n" | 16 | "Project-Id-Version: openssh 3.6.1p2-11\n" |
17 | "Report-Msgid-Bugs-To: \n" | 17 | "Report-Msgid-Bugs-To: \n" |
18 | "POT-Creation-Date: 2004-03-06 17:54+0000\n" | 18 | "POT-Creation-Date: 2004-10-05 20:41+0100\n" |
19 | "PO-Revision-Date: 2004-02-02 18:48+1300\n" | 19 | "PO-Revision-Date: 2004-02-02 18:48+1300\n" |
20 | "Last-Translator: Hiei Xu <nicky@mail.edu.cn>\n" | 20 | "Last-Translator: Hiei Xu <nicky@mail.edu.cn>\n" |
21 | "Language-Team: Chinese/Simplified <i18n-translation@lists.linux.net.cn>\n" | 21 | "Language-Team: Chinese/Simplified <i18n-translation@lists.linux.net.cn>\n" |
@@ -335,6 +335,34 @@ msgstr "" | |||
335 | "要重新启用这个选项,升级完成后请在 /etc/ssh/sshd_config 中加入一" | 335 | "要重新启用这个选项,升级完成后请在 /etc/ssh/sshd_config 中加入一" |
336 | "行:“PermitUserEnvironment yes”。请注意 sshd_config(5) 手册页中提到的警告。" | 336 | "行:“PermitUserEnvironment yes”。请注意 sshd_config(5) 手册页中提到的警告。" |
337 | 337 | ||
338 | #. Type: boolean | ||
339 | #. Description | ||
340 | #: ../templates.master:130 | ||
341 | msgid "Disable challenge-response authentication?" | ||
342 | msgstr "" | ||
343 | |||
344 | #. Type: boolean | ||
345 | #. Description | ||
346 | #: ../templates.master:130 | ||
347 | msgid "" | ||
348 | "Password authentication appears to be disabled in your current OpenSSH " | ||
349 | "server configuration. In order to prevent users from logging in using " | ||
350 | "passwords (perhaps using only public key authentication instead) with recent " | ||
351 | "versions of OpenSSH, you must disable challenge-response authentication, or " | ||
352 | "else ensure that your PAM configuration does not allow Unix password file " | ||
353 | "authentication." | ||
354 | msgstr "" | ||
355 | |||
356 | #. Type: boolean | ||
357 | #. Description | ||
358 | #: ../templates.master:130 | ||
359 | msgid "" | ||
360 | "If you disable challenge-response authentication (the default answer), then " | ||
361 | "users will not be able to log in using passwords. If you leave it enabled, " | ||
362 | "then the 'PasswordAuthentication no' option will have no useful effect " | ||
363 | "unless you also adjust your PAM configuration in /etc/pam.d/ssh." | ||
364 | msgstr "" | ||
365 | |||
338 | #~ msgid "Privilege separation" | 366 | #~ msgid "Privilege separation" |
339 | #~ msgstr "权限分离" | 367 | #~ msgstr "权限分离" |
340 | 368 | ||