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/tr.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/tr.po')
-rw-r--r-- | debian/po/tr.po | 30 |
1 files changed, 29 insertions, 1 deletions
diff --git a/debian/po/tr.po b/debian/po/tr.po index b40fcb2b2..af8a0a9a2 100644 --- a/debian/po/tr.po +++ b/debian/po/tr.po | |||
@@ -6,7 +6,7 @@ msgid "" | |||
6 | msgstr "" | 6 | msgstr "" |
7 | "Project-Id-Version: ssh\n" | 7 | "Project-Id-Version: ssh\n" |
8 | "Report-Msgid-Bugs-To: \n" | 8 | "Report-Msgid-Bugs-To: \n" |
9 | "POT-Creation-Date: 2004-03-06 17:54+0000\n" | 9 | "POT-Creation-Date: 2004-10-05 20:41+0100\n" |
10 | "PO-Revision-Date: 2004-04-27 06:50+0300\n" | 10 | "PO-Revision-Date: 2004-04-27 06:50+0300\n" |
11 | "Last-Translator: Recai Oktaş <roktas@omu.edu.tr>\n" | 11 | "Last-Translator: Recai Oktaş <roktas@omu.edu.tr>\n" |
12 | "Language-Team: Turkish <debian-l10n-turkish@lists.debian.org>\n" | 12 | "Language-Team: Turkish <debian-l10n-turkish@lists.debian.org>\n" |
@@ -353,3 +353,31 @@ msgstr "" | |||
353 | "Bu seçeneği tekrar etkinleştirmek için, sshd_config(5) kılavuz sayfasındaki " | 353 | "Bu seçeneği tekrar etkinleştirmek için, sshd_config(5) kılavuz sayfasındaki " |
354 | "uyarı notunu dikkate alarak, sshd yükseltmesi tamamlandığında /etc/ssh/" | 354 | "uyarı notunu dikkate alarak, sshd yükseltmesi tamamlandığında /etc/ssh/" |
355 | "ssh_config dosyasında \"PermitUserEnvironment yes\" satırını kullanın." | 355 | "ssh_config dosyasında \"PermitUserEnvironment yes\" satırını kullanın." |
356 | |||
357 | #. Type: boolean | ||
358 | #. Description | ||
359 | #: ../templates.master:130 | ||
360 | msgid "Disable challenge-response authentication?" | ||
361 | msgstr "" | ||
362 | |||
363 | #. Type: boolean | ||
364 | #. Description | ||
365 | #: ../templates.master:130 | ||
366 | msgid "" | ||
367 | "Password authentication appears to be disabled in your current OpenSSH " | ||
368 | "server configuration. In order to prevent users from logging in using " | ||
369 | "passwords (perhaps using only public key authentication instead) with recent " | ||
370 | "versions of OpenSSH, you must disable challenge-response authentication, or " | ||
371 | "else ensure that your PAM configuration does not allow Unix password file " | ||
372 | "authentication." | ||
373 | msgstr "" | ||
374 | |||
375 | #. Type: boolean | ||
376 | #. Description | ||
377 | #: ../templates.master:130 | ||
378 | msgid "" | ||
379 | "If you disable challenge-response authentication (the default answer), then " | ||
380 | "users will not be able to log in using passwords. If you leave it enabled, " | ||
381 | "then the 'PasswordAuthentication no' option will have no useful effect " | ||
382 | "unless you also adjust your PAM configuration in /etc/pam.d/ssh." | ||
383 | msgstr "" | ||