From ac2843e83c71f92a60854e544f6fcb4c086bcd9e Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Wed, 4 Oct 2006 21:15:30 +0000 Subject: * Remove ssh/insecure_telnetd check altogether (closes: #391081). --- debian/changelog | 1 + debian/openssh-server.config | 8 ---- debian/openssh-server.templates.master | 8 ---- debian/po/ca.po | 50 +++++++++++-------------- debian/po/cs.po | 47 +++++++++++------------- debian/po/da.po | 67 ++++++++++++++++------------------ debian/po/de.po | 47 +++++++++++------------- debian/po/el.po | 51 ++++++++++++-------------- debian/po/es.po | 48 +++++++++++------------- debian/po/fi.po | 50 ++++++++++++------------- debian/po/fr.po | 49 +++++++++++-------------- debian/po/gl.po | 49 +++++++++++-------------- debian/po/it.po | 50 +++++++++++-------------- debian/po/ja.po | 49 +++++++++++-------------- debian/po/nl.po | 52 ++++++++++++-------------- debian/po/pl.po | 50 +++++++++++-------------- debian/po/pt.po | 49 +++++++++++-------------- debian/po/pt_BR.po | 48 +++++++++++------------- debian/po/ru.po | 48 +++++++++++------------- debian/po/sv.po | 49 +++++++++++-------------- debian/po/templates.pot | 30 ++++----------- debian/po/tr.po | 48 +++++++++++------------- debian/po/uk.po | 47 +++++++++++------------- debian/po/vi.po | 49 +++++++++++-------------- debian/po/zh_CN.po | 46 ++++++++++------------- 25 files changed, 473 insertions(+), 617 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index af389f546..7326f16bb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ openssh (1:4.3p2-5) UNRELEASED; urgency=low + * Remove ssh/insecure_telnetd check altogether (closes: #391081). * debconf template translations: - Update Danish (thanks, Claus Hindsgaul; closes: #390612). diff --git a/debian/openssh-server.config b/debian/openssh-server.config index 8bc23020d..f8ba7c7f7 100644 --- a/debian/openssh-server.config +++ b/debian/openssh-server.config @@ -53,14 +53,6 @@ then fi fi -if [ -x /usr/sbin/in.telnetd ] && grep -q "^telnet\b" /etc/inetd.conf -then - if ! /usr/sbin/in.telnetd -? 2>&1 | grep -q ssl 2>/dev/null - then - db_input low ssh/insecure_telnetd || true - fi -fi - key=/etc/ssh/ssh_host_key export key if [ -n "$version" ] && [ -f $key ] && [ ! -x /usr/bin/ssh-keygen ] && diff --git a/debian/openssh-server.templates.master b/debian/openssh-server.templates.master index 4511e156e..d6432646d 100644 --- a/debian/openssh-server.templates.master +++ b/debian/openssh-server.templates.master @@ -28,14 +28,6 @@ _Description: Do you want to continue (and risk killing active ssh sessions)? You can fix this by adding "--pidfile /var/run/sshd.pid" to the start-stop-daemon line in the stop section of the file. -Template: ssh/insecure_telnetd -Type: error -_Description: Warning: telnetd is installed --- probably not a good idea - I'd advise you to either remove the telnetd package (if you don't actually - need to offer telnet access) or install telnetd-ssl so that there is at - least some chance that telnet sessions will not be sending unencrypted - login/password and session information over the network. - Template: ssh/encrypted_host_key_but_no_keygen Type: note _Description: Warning: you must create a new host key diff --git a/debian/po/ca.po b/debian/po/ca.po index a7cc86cb6..ffb1d4439 100644 --- a/debian/po/ca.po +++ b/debian/po/ca.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: openssh_1:3.8p1-3_templates\n" "Report-Msgid-Bugs-To: matthew@debian.org\n" -"POT-Creation-Date: 2006-09-29 11:14+0100\n" +"POT-Creation-Date: 2006-10-04 22:14+0100\n" "PO-Revision-Date: 2004-03-05 19:46GMT\n" "Last-Translator: Aleix Badia i Bosch \n" "Language-Team: Catalan \n" @@ -95,36 +95,15 @@ msgstr "" "Ho podeu arreglar afegint la línia \"--pidfile /var/run/sshd.pid\" a la " "línia start-stop-daemon de la secció stop del fitxer." -#. Type: error -#. Description -#: ../openssh-server.templates.master:3001 -msgid "Warning: telnetd is installed --- probably not a good idea" -msgstr "" -"Avís: el telnetd està instal·lat --- probablement no sigui una bona idea" - -#. Type: error -#. Description -#: ../openssh-server.templates.master:3001 -msgid "" -"I'd advise you to either remove the telnetd package (if you don't actually " -"need to offer telnet access) or install telnetd-ssl so that there is at " -"least some chance that telnet sessions will not be sending unencrypted login/" -"password and session information over the network." -msgstr "" -"Es aconsellable suprimir el paquet telnetd (si no heu d'oferir accés a " -"telnet) o torneu a instal·lar el paquet telnetd-ssl si més no per assegurar " -"que les sessions de telnet no enviaran les informació del nom d'usuari i " -"contrasenya sense xifrar a través de la xarxa." - #. Type: note #. Description -#: ../openssh-server.templates.master:4001 +#: ../openssh-server.templates.master:3001 msgid "Warning: you must create a new host key" msgstr "Avís: heu de crear una nova clau del servidor central" #. Type: note #. Description -#: ../openssh-server.templates.master:4001 +#: ../openssh-server.templates.master:3001 #, fuzzy msgid "" "There is an old /etc/ssh/ssh_host_key, which is IDEA encrypted. OpenSSH can " @@ -137,19 +116,19 @@ msgstr "" #. Type: note #. Description -#: ../openssh-server.templates.master:4001 +#: ../openssh-server.templates.master:3001 msgid "You will need to generate a new host key." msgstr "Haureu de generar una nova clau de l'ordinador central." #. Type: boolean #. Description -#: ../openssh-server.templates.master:5001 +#: ../openssh-server.templates.master:4001 msgid "Disable challenge-response authentication?" msgstr "" #. Type: boolean #. Description -#: ../openssh-server.templates.master:5001 +#: ../openssh-server.templates.master:4001 msgid "" "Password authentication appears to be disabled in your current OpenSSH " "server configuration. In order to prevent users from logging in using " @@ -161,7 +140,7 @@ msgstr "" #. Type: boolean #. Description -#: ../openssh-server.templates.master:5001 +#: ../openssh-server.templates.master:4001 msgid "" "If you disable challenge-response authentication, then users will not be " "able to log in using passwords. If you leave it enabled (the default " @@ -169,6 +148,21 @@ msgid "" "effect unless you also adjust your PAM configuration in /etc/pam.d/ssh." msgstr "" +#~ msgid "Warning: telnetd is installed --- probably not a good idea" +#~ msgstr "" +#~ "Avís: el telnetd està instal·lat --- probablement no sigui una bona idea" + +#~ msgid "" +#~ "I'd advise you to either remove the telnetd package (if you don't " +#~ "actually need to offer telnet access) or install telnetd-ssl so that " +#~ "there is at least some chance that telnet sessions will not be sending " +#~ "unencrypted login/password and session information over the network." +#~ msgstr "" +#~ "Es aconsellable suprimir el paquet telnetd (si no heu d'oferir accés a " +#~ "telnet) o torneu a instal·lar el paquet telnetd-ssl si més no per " +#~ "assegurar que les sessions de telnet no enviaran les informació del nom " +#~ "d'usuari i contrasenya sense xifrar a través de la xarxa." + #~ msgid "Warning: rsh-server is installed --- probably not a good idea" #~ msgstr "" #~ "Avís: el servidor rsh-server està instal·lat --- probablement no sigui " diff --git a/debian/po/cs.po b/debian/po/cs.po index 0936a0eba..5d5dd390e 100644 --- a/debian/po/cs.po +++ b/debian/po/cs.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: openssh\n" "Report-Msgid-Bugs-To: matthew@debian.org\n" -"POT-Creation-Date: 2006-09-29 11:14+0100\n" +"POT-Creation-Date: 2006-10-04 22:14+0100\n" "PO-Revision-Date: 2006-05-14 08:16+0200\n" "Last-Translator: Miroslav Kure \n" "Language-Team: Czech \n" @@ -98,34 +98,15 @@ msgstr "" "Můžete to spravit přidáním \"--pidfile /var/run/sshd.pid\" do sekce stop na " "řádek se start-stop-daemon." -#. Type: error -#. Description -#: ../openssh-server.templates.master:3001 -msgid "Warning: telnetd is installed --- probably not a good idea" -msgstr "Varování: je nainstalován telnetd --- to není dobrý nápad" - -#. Type: error -#. Description -#: ../openssh-server.templates.master:3001 -msgid "" -"I'd advise you to either remove the telnetd package (if you don't actually " -"need to offer telnet access) or install telnetd-ssl so that there is at " -"least some chance that telnet sessions will not be sending unencrypted login/" -"password and session information over the network." -msgstr "" -"Doporučujeme buď odstranit balík telnetd (pokud telnet přístup " -"nepotřebujete), nebo nainstalovat telnetd-ssl, kde je alespoň nějaká šance, " -"že spojení nebudou po síti zasílat nezašifrovaná jména/hesla/informace." - #. Type: note #. Description -#: ../openssh-server.templates.master:4001 +#: ../openssh-server.templates.master:3001 msgid "Warning: you must create a new host key" msgstr "Varování: musíte vytvořit nový serverový klíč" #. Type: note #. Description -#: ../openssh-server.templates.master:4001 +#: ../openssh-server.templates.master:3001 msgid "" "There is an old /etc/ssh/ssh_host_key, which is IDEA encrypted. OpenSSH can " "not handle this host key file, and the ssh-keygen utility from the old (non-" @@ -137,19 +118,19 @@ msgstr "" #. Type: note #. Description -#: ../openssh-server.templates.master:4001 +#: ../openssh-server.templates.master:3001 msgid "You will need to generate a new host key." msgstr "Musíte vygenerovat nový serverový klíč" #. Type: boolean #. Description -#: ../openssh-server.templates.master:5001 +#: ../openssh-server.templates.master:4001 msgid "Disable challenge-response authentication?" msgstr "Zakázat autentizaci challenge-response?" #. Type: boolean #. Description -#: ../openssh-server.templates.master:5001 +#: ../openssh-server.templates.master:4001 msgid "" "Password authentication appears to be disabled in your current OpenSSH " "server configuration. In order to prevent users from logging in using " @@ -166,7 +147,7 @@ msgstr "" #. Type: boolean #. Description -#: ../openssh-server.templates.master:5001 +#: ../openssh-server.templates.master:4001 msgid "" "If you disable challenge-response authentication, then users will not be " "able to log in using passwords. If you leave it enabled (the default " @@ -178,6 +159,20 @@ msgstr "" "nebude mít volba 'PasswordAuthentication no' žádný efekt, pokud ovšem " "neupravíte nastavení PAM v /etc/pam.d/ssh." +#~ msgid "Warning: telnetd is installed --- probably not a good idea" +#~ msgstr "Varování: je nainstalován telnetd --- to není dobrý nápad" + +#~ msgid "" +#~ "I'd advise you to either remove the telnetd package (if you don't " +#~ "actually need to offer telnet access) or install telnetd-ssl so that " +#~ "there is at least some chance that telnet sessions will not be sending " +#~ "unencrypted login/password and session information over the network." +#~ msgstr "" +#~ "Doporučujeme buď odstranit balík telnetd (pokud telnet přístup " +#~ "nepotřebujete), nebo nainstalovat telnetd-ssl, kde je alespoň nějaká " +#~ "šance, že spojení nebudou po síti zasílat nezašifrovaná jména/hesla/" +#~ "informace." + #~ msgid "Warning: rsh-server is installed --- probably not a good idea" #~ msgstr "Varování: je nainstalován rsh-server --- to není dobrý nápad" diff --git a/debian/po/da.po b/debian/po/da.po index ea32dc1e5..8a0f708bb 100644 --- a/debian/po/da.po +++ b/debian/po/da.po @@ -16,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: openssh 3.8.1p1\n" "Report-Msgid-Bugs-To: matthew@debian.org\n" -"POT-Creation-Date: 2006-09-29 11:14+0100\n" +"POT-Creation-Date: 2006-10-04 22:14+0100\n" "PO-Revision-Date: 2006-10-02 08:53+0200\n" "Last-Translator: Claus Hindsgaul \n" "Language-Team: Danish\n" @@ -41,11 +41,11 @@ msgid "" "config), which will work with the new server version, but will not contain " "any customisations you made with the old version." msgstr "" -"Opstningsfilen i denne version af OpenSSH er ndret betydeligt i forhold til " -"den, der fulgte med Debian Potato, som det ser ud til, at du opgraderer fra. " -"Denne pakke kan nu generere en ny opstningsfil (/etc/ssh/sshd.config), som vil " -"fungere med den nye serverversion, men den vil ikke indeholde eventuelle justeringer, " -"du mtte have indfrt i den gamle version." +"Opstningsfilen i denne version af OpenSSH er ndret betydeligt i forhold " +"til den, der fulgte med Debian Potato, som det ser ud til, at du opgraderer " +"fra. Denne pakke kan nu generere en ny opstningsfil (/etc/ssh/sshd.config), " +"som vil fungere med den nye serverversion, men den vil ikke indeholde " +"eventuelle justeringer, du mtte have indfrt i den gamle version." #. Type: boolean #. Description @@ -69,7 +69,8 @@ msgstr "" msgid "" "It is strongly recommended that you let this package generate a new " "configuration file now." -msgstr "Du anbefales strkt at lade mig oprette en ny opstningsfil for dig nu." +msgstr "" +"Du anbefales strkt at lade mig oprette en ny opstningsfil for dig nu." #. Type: boolean #. Description @@ -99,59 +100,39 @@ msgstr "" "Du kan afhjlpe dette ved at tilfje \"--pidfile /var/run/sshd.pid\" til " "'start-stop-daemon'-linjen i stop-afsnittet af filen." -#. Type: error -#. Description -#: ../openssh-server.templates.master:3001 -msgid "Warning: telnetd is installed --- probably not a good idea" -msgstr "Advarsel: telnetd er installeret --- sikkert ikke en god id" - -#. Type: error -#. Description -#: ../openssh-server.templates.master:3001 -msgid "" -"I'd advise you to either remove the telnetd package (if you don't actually " -"need to offer telnet access) or install telnetd-ssl so that there is at " -"least some chance that telnet sessions will not be sending unencrypted login/" -"password and session information over the network." -msgstr "" -"Jeg vil rde dig til enten at fjerne pakken telnetd (hvis du i virkeligheden " -"ikke har brug for at tilbyde telnet-adgang) eller installere telnetd-ssl, s " -"der i det mindste er en mulighed for, at telnet-sessioner ikke sender " -"adgangskoder og sessions-oplysninger ukrypteret over netvrket." - #. Type: note #. Description -#: ../openssh-server.templates.master:4001 +#: ../openssh-server.templates.master:3001 msgid "Warning: you must create a new host key" msgstr "Advarsel: du skal oprette en ny vrtsngle" #. Type: note #. Description -#: ../openssh-server.templates.master:4001 +#: ../openssh-server.templates.master:3001 msgid "" "There is an old /etc/ssh/ssh_host_key, which is IDEA encrypted. OpenSSH can " "not handle this host key file, and the ssh-keygen utility from the old (non-" "free) SSH installation does not appear to be available." msgstr "" "Der er en gammel, IDEA-krypteret /etc/ssh/ssh_host_key. OpenSSH kan ikke " -"hndtere en sdan vrtsnglefil, og vrktjet ssh-keygen fra den gamle " -"(ikke-frie, 'non-free') SSH-installation lader ikke til at vre tilgngeligt." +"hndtere en sdan vrtsnglefil, og vrktjet ssh-keygen fra den gamle (ikke-" +"frie, 'non-free') SSH-installation lader ikke til at vre tilgngeligt." #. Type: note #. Description -#: ../openssh-server.templates.master:4001 +#: ../openssh-server.templates.master:3001 msgid "You will need to generate a new host key." msgstr "Du skal oprette en ny vrtsngle." #. Type: boolean #. Description -#: ../openssh-server.templates.master:5001 +#: ../openssh-server.templates.master:4001 msgid "Disable challenge-response authentication?" msgstr "Sl udfordrings-svar godkendelse fra?" #. Type: boolean #. Description -#: ../openssh-server.templates.master:5001 +#: ../openssh-server.templates.master:4001 msgid "" "Password authentication appears to be disabled in your current OpenSSH " "server configuration. In order to prevent users from logging in using " @@ -168,7 +149,7 @@ msgstr "" #. Type: boolean #. Description -#: ../openssh-server.templates.master:5001 +#: ../openssh-server.templates.master:4001 msgid "" "If you disable challenge-response authentication, then users will not be " "able to log in using passwords. If you leave it enabled (the default " @@ -181,6 +162,21 @@ msgstr "" "have nogen effekt, medmindre du ogs redigerer din PAM-opstning i /etc/pam." "d/ssh." +#~ msgid "Warning: telnetd is installed --- probably not a good idea" +#~ msgstr "Advarsel: telnetd er installeret --- sikkert ikke en god id" + +#~ msgid "" +#~ "I'd advise you to either remove the telnetd package (if you don't " +#~ "actually need to offer telnet access) or install telnetd-ssl so that " +#~ "there is at least some chance that telnet sessions will not be sending " +#~ "unencrypted login/password and session information over the network." +#~ msgstr "" +#~ "Jeg vil rde dig til enten at fjerne pakken telnetd (hvis du i " +#~ "virkeligheden ikke har brug for at tilbyde telnet-adgang) eller " +#~ "installere telnetd-ssl, s der i det mindste er en mulighed for, at " +#~ "telnet-sessioner ikke sender adgangskoder og sessions-oplysninger " +#~ "ukrypteret over netvrket." + #~ msgid "Warning: rsh-server is installed --- probably not a good idea" #~ msgstr "Advarsel: rsh-serveren er installeret --- sikkert ikke en god id" @@ -267,4 +263,3 @@ msgstr "" #~ msgid "More details can be found in /usr/share/doc/ssh/README.Debian" #~ msgstr "Flere detaljer kan findes i /usr/share/doc/ssh/README.Debian" - diff --git a/debian/po/de.po b/debian/po/de.po index 7fe2c564c..a2e87b0e9 100644 --- a/debian/po/de.po +++ b/debian/po/de.po @@ -16,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: matthew@debian.org\n" -"POT-Creation-Date: 2006-09-29 11:14+0100\n" +"POT-Creation-Date: 2006-10-04 22:14+0100\n" "PO-Revision-Date: 2004-05-30 09:49-0200\n" "Last-Translator: Helge Kreutzmann \n" "Language-Team: de \n" @@ -106,34 +106,15 @@ msgstr "" "die start-stop-daemon Zeile in dem Abschnitt stop der Datei /etc/init.d/ssh " "hinzufgen." -#. Type: error -#. Description -#: ../openssh-server.templates.master:3001 -msgid "Warning: telnetd is installed --- probably not a good idea" -msgstr "Warnung: telnetd ist installiert --- wahrscheinlich keine gute Idee" - -#. Type: error -#. Description -#: ../openssh-server.templates.master:3001 -msgid "" -"I'd advise you to either remove the telnetd package (if you don't actually " -"need to offer telnet access) or install telnetd-ssl so that there is at " -"least some chance that telnet sessions will not be sending unencrypted login/" -"password and session information over the network." -msgstr "" -"Wir empfehlen das telnetd Paket zu entfernen (falls Sie keinen telnet Zugang " -"anbieten) oder telnetd-ssl zu installieren, so da Sie verhindern knnen, " -"da Login und Passwort unverschlsselt durch das Netz gesendet werden." - #. Type: note #. Description -#: ../openssh-server.templates.master:4001 +#: ../openssh-server.templates.master:3001 msgid "Warning: you must create a new host key" msgstr "Warnung: Sie mssen einen neuen Host-Schlssel erzeugen" #. Type: note #. Description -#: ../openssh-server.templates.master:4001 +#: ../openssh-server.templates.master:3001 #, fuzzy msgid "" "There is an old /etc/ssh/ssh_host_key, which is IDEA encrypted. OpenSSH can " @@ -147,19 +128,19 @@ msgstr "" #. Type: note #. Description -#: ../openssh-server.templates.master:4001 +#: ../openssh-server.templates.master:3001 msgid "You will need to generate a new host key." msgstr "Sie mssen einen neuen Host-Schlssel erzeugen." #. Type: boolean #. Description -#: ../openssh-server.templates.master:5001 +#: ../openssh-server.templates.master:4001 msgid "Disable challenge-response authentication?" msgstr "" #. Type: boolean #. Description -#: ../openssh-server.templates.master:5001 +#: ../openssh-server.templates.master:4001 msgid "" "Password authentication appears to be disabled in your current OpenSSH " "server configuration. In order to prevent users from logging in using " @@ -171,7 +152,7 @@ msgstr "" #. Type: boolean #. Description -#: ../openssh-server.templates.master:5001 +#: ../openssh-server.templates.master:4001 msgid "" "If you disable challenge-response authentication, then users will not be " "able to log in using passwords. If you leave it enabled (the default " @@ -179,6 +160,20 @@ msgid "" "effect unless you also adjust your PAM configuration in /etc/pam.d/ssh." msgstr "" +#~ msgid "Warning: telnetd is installed --- probably not a good idea" +#~ msgstr "Warnung: telnetd ist installiert --- wahrscheinlich keine gute Idee" + +#~ msgid "" +#~ "I'd advise you to either remove the telnetd package (if you don't " +#~ "actually need to offer telnet access) or install telnetd-ssl so that " +#~ "there is at least some chance that telnet sessions will not be sending " +#~ "unencrypted login/password and session information over the network." +#~ msgstr "" +#~ "Wir empfehlen das telnetd Paket zu entfernen (falls Sie keinen telnet " +#~ "Zugang anbieten) oder telnetd-ssl zu installieren, so da Sie verhindern " +#~ "knnen, da Login und Passwort unverschlsselt durch das Netz gesendet " +#~ "werden." + #~ msgid "Warning: rsh-server is installed --- probably not a good idea" #~ msgstr "" #~ "Warnung: rsh-server ist installiert --- wahrscheinlich keine gute Idee" diff --git a/debian/po/el.po b/debian/po/el.po index 323d908d9..e1e15d9f8 100644 --- a/debian/po/el.po +++ b/debian/po/el.po @@ -16,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: el\n" "Report-Msgid-Bugs-To: matthew@debian.org\n" -"POT-Creation-Date: 2006-09-29 11:14+0100\n" +"POT-Creation-Date: 2006-10-04 22:14+0100\n" "PO-Revision-Date: 2004-10-14 21:34+0300\n" "Last-Translator: Konstantinos Margaritis \n" "Language-Team: Greek \n" @@ -106,37 +106,16 @@ msgstr "" "Μπορείτε να το διορθώσετε αυτό προσθέτοντας \"--pidfile /var/run/sshd.pid\" " "στη γραμμή start-stop-daemon στο τμήμα \"stop\" του αρχείου." -#. Type: error -#. Description -#: ../openssh-server.templates.master:3001 -msgid "Warning: telnetd is installed --- probably not a good idea" -msgstr "Προσοχή: είναι ήδη εγκατεστημένος ο telnetd --- όχι και τοσο καλή ιδέα" - -#. Type: error -#. Description -#: ../openssh-server.templates.master:3001 -msgid "" -"I'd advise you to either remove the telnetd package (if you don't actually " -"need to offer telnet access) or install telnetd-ssl so that there is at " -"least some chance that telnet sessions will not be sending unencrypted login/" -"password and session information over the network." -msgstr "" -"Συνιστάται είτε να αφαιρέσετε το πακέτο telnetd (αν δεν είναι πραγματικά " -"απαραίτητη η πρόσβαση μέσω telnet) ή να εγκαταστήσετε το πακέτο telnetd-ssl, " -"ώστε να υπάρχει τουλάχιστον μια πιθανότητα οι συνδέσεις telnet να μην " -"αποστέλλουν μη κρυπτογραφημένες πληροφορίες κωδικών πρόσβασης και συνεδριών " -"μέσω δικτύου." - #. Type: note #. Description -#: ../openssh-server.templates.master:4001 +#: ../openssh-server.templates.master:3001 msgid "Warning: you must create a new host key" msgstr "" "Προσοχή: πρέπει να δημιουργήσετε ένα νέο κλειδί για τον υπολογιστή (host key)" #. Type: note #. Description -#: ../openssh-server.templates.master:4001 +#: ../openssh-server.templates.master:3001 #, fuzzy msgid "" "There is an old /etc/ssh/ssh_host_key, which is IDEA encrypted. OpenSSH can " @@ -150,19 +129,19 @@ msgstr "" #. Type: note #. Description -#: ../openssh-server.templates.master:4001 +#: ../openssh-server.templates.master:3001 msgid "You will need to generate a new host key." msgstr "Πρέπει να δημιουργήσετε ένα νέο κλειδί για τον υπολογιστή (host key)." #. Type: boolean #. Description -#: ../openssh-server.templates.master:5001 +#: ../openssh-server.templates.master:4001 msgid "Disable challenge-response authentication?" msgstr "Να απενεργοποιηθεί η πιστοποίηση challenge-response;" #. Type: boolean #. Description -#: ../openssh-server.templates.master:5001 +#: ../openssh-server.templates.master:4001 msgid "" "Password authentication appears to be disabled in your current OpenSSH " "server configuration. In order to prevent users from logging in using " @@ -180,7 +159,7 @@ msgstr "" #. Type: boolean #. Description -#: ../openssh-server.templates.master:5001 +#: ../openssh-server.templates.master:4001 msgid "" "If you disable challenge-response authentication, then users will not be " "able to log in using passwords. If you leave it enabled (the default " @@ -192,6 +171,22 @@ msgstr "" "ενεργοποιημένο (προεπιλογή), τότε η επιλογή 'PasswordAuthetication no' δεν " "θα επιδρά εκτός και εάν ρυθμίσετε και το PAM στο αρχείο /etc/pam.d/ssh." +#~ msgid "Warning: telnetd is installed --- probably not a good idea" +#~ msgstr "" +#~ "Προσοχή: είναι ήδη εγκατεστημένος ο telnetd --- όχι και τοσο καλή ιδέα" + +#~ msgid "" +#~ "I'd advise you to either remove the telnetd package (if you don't " +#~ "actually need to offer telnet access) or install telnetd-ssl so that " +#~ "there is at least some chance that telnet sessions will not be sending " +#~ "unencrypted login/password and session information over the network." +#~ msgstr "" +#~ "Συνιστάται είτε να αφαιρέσετε το πακέτο telnetd (αν δεν είναι πραγματικά " +#~ "απαραίτητη η πρόσβαση μέσω telnet) ή να εγκαταστήσετε το πακέτο telnetd-" +#~ "ssl, ώστε να υπάρχει τουλάχιστον μια πιθανότητα οι συνδέσεις telnet να " +#~ "μην αποστέλλουν μη κρυπτογραφημένες πληροφορίες κωδικών πρόσβασης και " +#~ "συνεδριών μέσω δικτύου." + #~ msgid "Warning: rsh-server is installed --- probably not a good idea" #~ msgstr "" #~ "Προσοχή: είναι ήδη εγκατεστημένος ο rsh-server --- όχι και τοσο καλή ιδέα" diff --git a/debian/po/es.po b/debian/po/es.po index 6ad0dfba6..4de05befa 100644 --- a/debian/po/es.po +++ b/debian/po/es.po @@ -32,7 +32,7 @@ msgid "" msgstr "" "Project-Id-Version: openssh 3.6.1p2-11\n" "Report-Msgid-Bugs-To: matthew@debian.org\n" -"POT-Creation-Date: 2006-09-29 11:14+0100\n" +"POT-Creation-Date: 2006-10-04 22:14+0100\n" "PO-Revision-Date: 2006-08-14 13:30+0200\n" "Last-Translator: Javier Fernandez-Sanguino Pea \n" "Language-Team: Debian L10n Spanish \n" @@ -118,35 +118,15 @@ msgstr "" "Puede arreglarlo aadiendo --pidfile /var/run/sshd.pid a la lnea 'start-" "stop-daemon', en la seccin 'stop' del fichero." -#. Type: error -#. Description -#: ../openssh-server.templates.master:3001 -msgid "Warning: telnetd is installed --- probably not a good idea" -msgstr "Aviso: tiene telnetd instalado (posiblemente no es una buena idea)" - -#. Type: error -#. Description -#: ../openssh-server.templates.master:3001 -msgid "" -"I'd advise you to either remove the telnetd package (if you don't actually " -"need to offer telnet access) or install telnetd-ssl so that there is at " -"least some chance that telnet sessions will not be sending unencrypted login/" -"password and session information over the network." -msgstr "" -"Es muy aconsejable que borre el paquete telnetd si no necesita realmente " -"ofrecer acceso mediante telnet o instalar telnetd-ssl para que las " -"contraseas, nombres de usuario y dems informacin de las sesiones telnet " -"no viajen sin cifrar por la red." - #. Type: note #. Description -#: ../openssh-server.templates.master:4001 +#: ../openssh-server.templates.master:3001 msgid "Warning: you must create a new host key" msgstr "Aviso: debe crear una nueva clave para su servidor" #. Type: note #. Description -#: ../openssh-server.templates.master:4001 +#: ../openssh-server.templates.master:3001 msgid "" "There is an old /etc/ssh/ssh_host_key, which is IDEA encrypted. OpenSSH can " "not handle this host key file, and the ssh-keygen utility from the old (non-" @@ -159,19 +139,19 @@ msgstr "" #. Type: note #. Description -#: ../openssh-server.templates.master:4001 +#: ../openssh-server.templates.master:3001 msgid "You will need to generate a new host key." msgstr "Necesitar generar una nueva clave para su servidor." #. Type: boolean #. Description -#: ../openssh-server.templates.master:5001 +#: ../openssh-server.templates.master:4001 msgid "Disable challenge-response authentication?" msgstr "Desea deshabilitar la autenticacin basada en desafo-respuesta?" #. Type: boolean #. Description -#: ../openssh-server.templates.master:5001 +#: ../openssh-server.templates.master:4001 msgid "" "Password authentication appears to be disabled in your current OpenSSH " "server configuration. In order to prevent users from logging in using " @@ -190,7 +170,7 @@ msgstr "" #. Type: boolean #. Description -#: ../openssh-server.templates.master:5001 +#: ../openssh-server.templates.master:4001 msgid "" "If you disable challenge-response authentication, then users will not be " "able to log in using passwords. If you leave it enabled (the default " @@ -202,6 +182,20 @@ msgstr "" "omisin) entonces la opcin PasswordAuthentication no no tendr ninguna " "utilidad a menos que ajuste su configuracin de PAM en /etc/pam.d/ssh." +#~ msgid "Warning: telnetd is installed --- probably not a good idea" +#~ msgstr "Aviso: tiene telnetd instalado (posiblemente no es una buena idea)" + +#~ msgid "" +#~ "I'd advise you to either remove the telnetd package (if you don't " +#~ "actually need to offer telnet access) or install telnetd-ssl so that " +#~ "there is at least some chance that telnet sessions will not be sending " +#~ "unencrypted login/password and session information over the network." +#~ msgstr "" +#~ "Es muy aconsejable que borre el paquete telnetd si no necesita realmente " +#~ "ofrecer acceso mediante telnet o instalar telnetd-ssl para que las " +#~ "contraseas, nombres de usuario y dems informacin de las sesiones " +#~ "telnet no viajen sin cifrar por la red." + #~ msgid "Warning: rsh-server is installed --- probably not a good idea" #~ msgstr "" #~ "Aviso: tiene rsh-server instalado (seguramente, esto no es una buena idea)" diff --git a/debian/po/fi.po b/debian/po/fi.po index 4b16ab96b..6636625aa 100644 --- a/debian/po/fi.po +++ b/debian/po/fi.po @@ -18,7 +18,7 @@ msgid "" msgstr "" "Project-Id-Version: openssh\n" "Report-Msgid-Bugs-To: matthew@debian.org\n" -"POT-Creation-Date: 2006-09-29 11:14+0100\n" +"POT-Creation-Date: 2006-10-04 22:14+0100\n" "PO-Revision-Date: 2005-04-08 22:15+0300\n" "Last-Translator: Matti Pöllä \n" "Language-Team: Finnish \n" @@ -108,35 +108,15 @@ msgstr "" "Voit korjata tämän lisäämällä \"--pidfile /var/run/sshd.pid\" tiedoston \n" "stop-osion start-stop-daemon -riville." -#. Type: error -#. Description -#: ../openssh-server.templates.master:3001 -msgid "Warning: telnetd is installed --- probably not a good idea" -msgstr "Varoitus: telnetd on asennettu --- tämä ei liene hyvä idea" - -#. Type: error -#. Description -#: ../openssh-server.templates.master:3001 -msgid "" -"I'd advise you to either remove the telnetd package (if you don't actually " -"need to offer telnet access) or install telnetd-ssl so that there is at " -"least some chance that telnet sessions will not be sending unencrypted login/" -"password and session information over the network." -msgstr "" -"On suositeltavaa joko poistaa telnetd-paketti (jos telnet-yhteyksien " -"tarjoaminen \n" -"ei ole tarpeellista) tai asentaa paketti telnetd-ssl, jotta salaamattomia \n" -"käyttäjätunnuksia/salasanoja ja istunnon tietoja ei lähetettäisi verkon yli." - #. Type: note #. Description -#: ../openssh-server.templates.master:4001 +#: ../openssh-server.templates.master:3001 msgid "Warning: you must create a new host key" msgstr "Varoitus: sinun tulee luoda uusi konekohtainen avain (host key)" #. Type: note #. Description -#: ../openssh-server.templates.master:4001 +#: ../openssh-server.templates.master:3001 #, fuzzy msgid "" "There is an old /etc/ssh/ssh_host_key, which is IDEA encrypted. OpenSSH can " @@ -150,19 +130,19 @@ msgstr "" #. Type: note #. Description -#: ../openssh-server.templates.master:4001 +#: ../openssh-server.templates.master:3001 msgid "You will need to generate a new host key." msgstr "Uuden konekohtaisen avaimen (host key) luominen on tarpeen." #. Type: boolean #. Description -#: ../openssh-server.templates.master:5001 +#: ../openssh-server.templates.master:4001 msgid "Disable challenge-response authentication?" msgstr "Poista käytöstä haaste-vaste -autentikointi" #. Type: boolean #. Description -#: ../openssh-server.templates.master:5001 +#: ../openssh-server.templates.master:4001 msgid "" "Password authentication appears to be disabled in your current OpenSSH " "server configuration. In order to prevent users from logging in using " @@ -180,7 +160,7 @@ msgstr "" #. Type: boolean #. Description -#: ../openssh-server.templates.master:5001 +#: ../openssh-server.templates.master:4001 msgid "" "If you disable challenge-response authentication, then users will not be " "able to log in using passwords. If you leave it enabled (the default " @@ -192,6 +172,22 @@ msgstr "" "asetuksella \"PasswordAuthentication no\" ei ole vaikutusta, ellet muuta\n" "myös PAM-asetuksia tiedostossa /etc/pam.d/ssh." +#~ msgid "Warning: telnetd is installed --- probably not a good idea" +#~ msgstr "Varoitus: telnetd on asennettu --- tämä ei liene hyvä idea" + +#~ msgid "" +#~ "I'd advise you to either remove the telnetd package (if you don't " +#~ "actually need to offer telnet access) or install telnetd-ssl so that " +#~ "there is at least some chance that telnet sessions will not be sending " +#~ "unencrypted login/password and session information over the network." +#~ msgstr "" +#~ "On suositeltavaa joko poistaa telnetd-paketti (jos telnet-yhteyksien " +#~ "tarjoaminen \n" +#~ "ei ole tarpeellista) tai asentaa paketti telnetd-ssl, jotta " +#~ "salaamattomia \n" +#~ "käyttäjätunnuksia/salasanoja ja istunnon tietoja ei lähetettäisi verkon " +#~ "yli." + #~ msgid "Warning: rsh-server is installed --- probably not a good idea" #~ msgstr "Varoitus: rsh-palvelin on asennettu --- tämä ei liene hyvä idea" diff --git a/debian/po/fr.po b/debian/po/fr.po index f25be7c97..316371942 100644 --- a/debian/po/fr.po +++ b/debian/po/fr.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: openssh 4.3p2-1\n" "Report-Msgid-Bugs-To: matthew@debian.org\n" -"POT-Creation-Date: 2006-09-29 11:14+0100\n" +"POT-Creation-Date: 2006-10-04 22:14+0100\n" "PO-Revision-Date: 2006-05-22 20:13+0200\n" "Last-Translator: Denis Barbier \n" "Language-Team: French \n" @@ -104,35 +104,15 @@ msgstr "" "run/sshd.pid la ligne start-stop-daemon dans la section stop du " "fichier." -#. Type: error -#. Description -#: ../openssh-server.templates.master:3001 -msgid "Warning: telnetd is installed --- probably not a good idea" -msgstr "Telnetd install: paquet dconseill" - -#. Type: error -#. Description -#: ../openssh-server.templates.master:3001 -msgid "" -"I'd advise you to either remove the telnetd package (if you don't actually " -"need to offer telnet access) or install telnetd-ssl so that there is at " -"least some chance that telnet sessions will not be sending unencrypted login/" -"password and session information over the network." -msgstr "" -"Vous devriez soit enlever le paquet telnetd (si ce service n'est pas " -"ncessaire), soit le remplacer par le paquet telnetd-ssl pour qu'il y ait au " -"moins une chance que les sessions telnet soient chiffres et que les mots de " -"passe et noms d'utilisateurs ne passent pas en clair sur le rseau." - #. Type: note #. Description -#: ../openssh-server.templates.master:4001 +#: ../openssh-server.templates.master:3001 msgid "Warning: you must create a new host key" msgstr "Nouvelle cl d'hte ncessaire" #. Type: note #. Description -#: ../openssh-server.templates.master:4001 +#: ../openssh-server.templates.master:3001 msgid "" "There is an old /etc/ssh/ssh_host_key, which is IDEA encrypted. OpenSSH can " "not handle this host key file, and the ssh-keygen utility from the old (non-" @@ -144,19 +124,19 @@ msgstr "" #. Type: note #. Description -#: ../openssh-server.templates.master:4001 +#: ../openssh-server.templates.master:3001 msgid "You will need to generate a new host key." msgstr "Vous devez gnrer une nouvelle cl d'hte." #. Type: boolean #. Description -#: ../openssh-server.templates.master:5001 +#: ../openssh-server.templates.master:4001 msgid "Disable challenge-response authentication?" msgstr "Faut-il dsactiver l'authentification par dfi-rponse?" #. Type: boolean #. Description -#: ../openssh-server.templates.master:5001 +#: ../openssh-server.templates.master:4001 msgid "" "Password authentication appears to be disabled in your current OpenSSH " "server configuration. In order to prevent users from logging in using " @@ -175,7 +155,7 @@ msgstr "" #. Type: boolean #. Description -#: ../openssh-server.templates.master:5001 +#: ../openssh-server.templates.master:4001 msgid "" "If you disable challenge-response authentication, then users will not be " "able to log in using passwords. If you leave it enabled (the default " @@ -188,6 +168,21 @@ msgstr "" "PasswordAuthentication no n'aura d'effet que si vous ajustez aussi la " "configuration de PAM dans /etc/pam.d/ssh." +#~ msgid "Warning: telnetd is installed --- probably not a good idea" +#~ msgstr "Telnetd install: paquet dconseill" + +#~ msgid "" +#~ "I'd advise you to either remove the telnetd package (if you don't " +#~ "actually need to offer telnet access) or install telnetd-ssl so that " +#~ "there is at least some chance that telnet sessions will not be sending " +#~ "unencrypted login/password and session information over the network." +#~ msgstr "" +#~ "Vous devriez soit enlever le paquet telnetd (si ce service n'est pas " +#~ "ncessaire), soit le remplacer par le paquet telnetd-ssl pour qu'il y ait " +#~ "au moins une chance que les sessions telnet soient chiffres et que les " +#~ "mots de passe et noms d'utilisateurs ne passent pas en clair sur le " +#~ "rseau." + #~ msgid "Warning: rsh-server is installed --- probably not a good idea" #~ msgstr "Rsh-server install: paquet dconseill" diff --git a/debian/po/gl.po b/debian/po/gl.po index 61c2bc1f8..01da4e8f7 100644 --- a/debian/po/gl.po +++ b/debian/po/gl.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: openssh\n" "Report-Msgid-Bugs-To: matthew@debian.org\n" -"POT-Creation-Date: 2006-09-29 11:14+0100\n" +"POT-Creation-Date: 2006-10-04 22:14+0100\n" "PO-Revision-Date: 2006-05-14 17:13-0500\n" "Last-Translator: Jacobo Tarrio \n" "Language-Team: Galician \n" @@ -101,35 +101,15 @@ msgstr "" "Pode arranxalo engadindo \"--pidfile /var/run/sshd.pid\" á liña start-stop-" "daemon da sección stop do ficheiro." -#. Type: error -#. Description -#: ../openssh-server.templates.master:3001 -msgid "Warning: telnetd is installed --- probably not a good idea" -msgstr "Aviso: telnetd está instalado --- seguramente non sexa unha boa idea" - -#. Type: error -#. Description -#: ../openssh-server.templates.master:3001 -msgid "" -"I'd advise you to either remove the telnetd package (if you don't actually " -"need to offer telnet access) or install telnetd-ssl so that there is at " -"least some chance that telnet sessions will not be sending unencrypted login/" -"password and session information over the network." -msgstr "" -"Recoméndase que elimine o paquete telnetd (se non precisa de fornecer acceso " -"por telnet) ou instale telnetd-ssl para que exista alomenos algunha " -"posibilidade de que as sesións telnet non envíen información de usuario/" -"contrasinal e das sesións sen cifrar pola rede." - #. Type: note #. Description -#: ../openssh-server.templates.master:4001 +#: ../openssh-server.templates.master:3001 msgid "Warning: you must create a new host key" msgstr "Aviso: ten que crear unha nove chave de servidor" #. Type: note #. Description -#: ../openssh-server.templates.master:4001 +#: ../openssh-server.templates.master:3001 msgid "" "There is an old /etc/ssh/ssh_host_key, which is IDEA encrypted. OpenSSH can " "not handle this host key file, and the ssh-keygen utility from the old (non-" @@ -142,19 +122,19 @@ msgstr "" #. Type: note #. Description -#: ../openssh-server.templates.master:4001 +#: ../openssh-server.templates.master:3001 msgid "You will need to generate a new host key." msgstr "Ha ter que xerar unha nova chave de servidor." #. Type: boolean #. Description -#: ../openssh-server.templates.master:5001 +#: ../openssh-server.templates.master:4001 msgid "Disable challenge-response authentication?" msgstr "¿Desactivar a autenticación por desafío-resposta?" #. Type: boolean #. Description -#: ../openssh-server.templates.master:5001 +#: ../openssh-server.templates.master:4001 msgid "" "Password authentication appears to be disabled in your current OpenSSH " "server configuration. In order to prevent users from logging in using " @@ -173,7 +153,7 @@ msgstr "" #. Type: boolean #. Description -#: ../openssh-server.templates.master:5001 +#: ../openssh-server.templates.master:4001 msgid "" "If you disable challenge-response authentication, then users will not be " "able to log in using passwords. If you leave it enabled (the default " @@ -185,6 +165,21 @@ msgstr "" "defecto) a opción \"PasswordAuthentication no\" non ha ter ningún efecto " "útil a menos que tamén axuste a súa configuración de PAM en /etc/pam.d/ssh." +#~ msgid "Warning: telnetd is installed --- probably not a good idea" +#~ msgstr "" +#~ "Aviso: telnetd está instalado --- seguramente non sexa unha boa idea" + +#~ msgid "" +#~ "I'd advise you to either remove the telnetd package (if you don't " +#~ "actually need to offer telnet access) or install telnetd-ssl so that " +#~ "there is at least some chance that telnet sessions will not be sending " +#~ "unencrypted login/password and session information over the network." +#~ msgstr "" +#~ "Recoméndase que elimine o paquete telnetd (se non precisa de fornecer " +#~ "acceso por telnet) ou instale telnetd-ssl para que exista alomenos " +#~ "algunha posibilidade de que as sesións telnet non envíen información de " +#~ "usuario/contrasinal e das sesións sen cifrar pola rede." + #~ msgid "Warning: rsh-server is installed --- probably not a good idea" #~ msgstr "" #~ "Aviso: rsh-server está instalado --- seguramente non sexa unha boa idea" diff --git a/debian/po/it.po b/debian/po/it.po index 34b834531..874075706 100644 --- a/debian/po/it.po +++ b/debian/po/it.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: openssh 4.3p2 italian debconf templates\n" "Report-Msgid-Bugs-To: matthew@debian.org\n" -"POT-Creation-Date: 2006-09-29 11:14+0100\n" +"POT-Creation-Date: 2006-10-04 22:14+0100\n" "PO-Revision-Date: 2006-05-14 10:38+0200\n" "Last-Translator: Luca Monducci \n" "Language-Team: Italian \n" @@ -97,36 +97,15 @@ msgstr "" " possibile correggere ci aggiungendo --pidfile /var/run/sshd.pid alla " "riga \"start-stop-daemon\" nella sezione \"stop\" del file." -#. Type: error -#. Description -#: ../openssh-server.templates.master:3001 -msgid "Warning: telnetd is installed --- probably not a good idea" -msgstr "" -"Attenzione: telnetd installato --- probabilmente non una buona idea" - -#. Type: error -#. Description -#: ../openssh-server.templates.master:3001 -msgid "" -"I'd advise you to either remove the telnetd package (if you don't actually " -"need to offer telnet access) or install telnetd-ssl so that there is at " -"least some chance that telnet sessions will not be sending unencrypted login/" -"password and session information over the network." -msgstr "" -" consigliabile rimuovere il pacchetto telnetd (se non proprio necessario " -"offrire l'accesso via telnet) o installare telnetd-ssl per evitare che ci " -"sia qualche possibilit che la sessione telnet invii sulla rete login/" -"password e informazioni di sessione non criptate." - #. Type: note #. Description -#: ../openssh-server.templates.master:4001 +#: ../openssh-server.templates.master:3001 msgid "Warning: you must create a new host key" msgstr "Attenzione: necessario creare una nuova chiave host" #. Type: note #. Description -#: ../openssh-server.templates.master:4001 +#: ../openssh-server.templates.master:3001 msgid "" "There is an old /etc/ssh/ssh_host_key, which is IDEA encrypted. OpenSSH can " "not handle this host key file, and the ssh-keygen utility from the old (non-" @@ -138,19 +117,19 @@ msgstr "" #. Type: note #. Description -#: ../openssh-server.templates.master:4001 +#: ../openssh-server.templates.master:3001 msgid "You will need to generate a new host key." msgstr " necessario generare una nuova chiave host." #. Type: boolean #. Description -#: ../openssh-server.templates.master:5001 +#: ../openssh-server.templates.master:4001 msgid "Disable challenge-response authentication?" msgstr "Disabilitare l'autenticazione interattiva?" #. Type: boolean #. Description -#: ../openssh-server.templates.master:5001 +#: ../openssh-server.templates.master:4001 msgid "" "Password authentication appears to be disabled in your current OpenSSH " "server configuration. In order to prevent users from logging in using " @@ -169,7 +148,7 @@ msgstr "" #. Type: boolean #. Description -#: ../openssh-server.templates.master:5001 +#: ../openssh-server.templates.master:4001 msgid "" "If you disable challenge-response authentication, then users will not be " "able to log in using passwords. If you leave it enabled (the default " @@ -182,6 +161,21 @@ msgstr "" "PasswordAuthentication no non ha effetto fino a quando non si interviene " "anche sulla configurazione di PAM in /etc/pam.d/ssh." +#~ msgid "Warning: telnetd is installed --- probably not a good idea" +#~ msgstr "" +#~ "Attenzione: telnetd installato --- probabilmente non una buona idea" + +#~ msgid "" +#~ "I'd advise you to either remove the telnetd package (if you don't " +#~ "actually need to offer telnet access) or install telnetd-ssl so that " +#~ "there is at least some chance that telnet sessions will not be sending " +#~ "unencrypted login/password and session information over the network." +#~ msgstr "" +#~ " consigliabile rimuovere il pacchetto telnetd (se non proprio " +#~ "necessario offrire l'accesso via telnet) o installare telnetd-ssl per " +#~ "evitare che ci sia qualche possibilit che la sessione telnet invii sulla " +#~ "rete login/password e informazioni di sessione non criptate." + #~ msgid "Warning: rsh-server is installed --- probably not a good idea" #~ msgstr "" #~ "Attenzione: rsh-server installato --- probabilmente non una buona idea" diff --git a/debian/po/ja.po b/debian/po/ja.po index 11d54fc2d..964eb26c2 100644 --- a/debian/po/ja.po +++ b/debian/po/ja.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: openssh\n" "Report-Msgid-Bugs-To: matthew@debian.org\n" -"POT-Creation-Date: 2006-09-29 11:14+0100\n" +"POT-Creation-Date: 2006-10-04 22:14+0100\n" "PO-Revision-Date: 2006-07-26 22:52+0900\n" "Last-Translator: Kenshi Muto \n" "Language-Team: Japanese \n" @@ -98,35 +98,15 @@ msgstr "" "この状況を修正するには、/etc/init.d/ssh の stop セクションの start-stop-" "daemon の行に「--pidfile /var/run/sshd.pid」と追加します。" -#. Type: error -#. Description -#: ../openssh-server.templates.master:3001 -msgid "Warning: telnetd is installed --- probably not a good idea" -msgstr "警告: telnetd がインストールされています。たぶん良い考えではありません" - -#. Type: error -#. Description -#: ../openssh-server.templates.master:3001 -msgid "" -"I'd advise you to either remove the telnetd package (if you don't actually " -"need to offer telnet access) or install telnetd-ssl so that there is at " -"least some chance that telnet sessions will not be sending unencrypted login/" -"password and session information over the network." -msgstr "" -"(もし telnet アクセスを提供したいと思っていないのでしたら) telnetd パッケージ" -"をアンインストールするか、または、telnetd-ssh パッケージを インストールして少" -"なくともネットワーク上を暗号化されていないユーザ名やパスワードやセッション情" -"報が流れないようにすることをお勧めします。" - #. Type: note #. Description -#: ../openssh-server.templates.master:4001 +#: ../openssh-server.templates.master:3001 msgid "Warning: you must create a new host key" msgstr "警告: 新しいホストキーを作らないといけません" #. Type: note #. Description -#: ../openssh-server.templates.master:4001 +#: ../openssh-server.templates.master:3001 msgid "" "There is an old /etc/ssh/ssh_host_key, which is IDEA encrypted. OpenSSH can " "not handle this host key file, and the ssh-keygen utility from the old (non-" @@ -138,19 +118,19 @@ msgstr "" #. Type: note #. Description -#: ../openssh-server.templates.master:4001 +#: ../openssh-server.templates.master:3001 msgid "You will need to generate a new host key." msgstr "新しいホストキーを作る必要があります。" #. Type: boolean #. Description -#: ../openssh-server.templates.master:5001 +#: ../openssh-server.templates.master:4001 msgid "Disable challenge-response authentication?" msgstr "チャレンジ-レスポンス認証を無効にしますか?" #. Type: boolean #. Description -#: ../openssh-server.templates.master:5001 +#: ../openssh-server.templates.master:4001 msgid "" "Password authentication appears to be disabled in your current OpenSSH " "server configuration. In order to prevent users from logging in using " @@ -167,7 +147,7 @@ msgstr "" #. Type: boolean #. Description -#: ../openssh-server.templates.master:5001 +#: ../openssh-server.templates.master:4001 msgid "" "If you disable challenge-response authentication, then users will not be " "able to log in using passwords. If you leave it enabled (the default " @@ -179,6 +159,21 @@ msgstr "" "る PAM 設定を調節しない限り、'PasswordAuthentication no' オプションは効果を持" "たなくなります。" +#~ msgid "Warning: telnetd is installed --- probably not a good idea" +#~ msgstr "" +#~ "警告: telnetd がインストールされています。たぶん良い考えではありません" + +#~ msgid "" +#~ "I'd advise you to either remove the telnetd package (if you don't " +#~ "actually need to offer telnet access) or install telnetd-ssl so that " +#~ "there is at least some chance that telnet sessions will not be sending " +#~ "unencrypted login/password and session information over the network." +#~ msgstr "" +#~ "(もし telnet アクセスを提供したいと思っていないのでしたら) telnetd パッ" +#~ "ケージをアンインストールするか、または、telnetd-ssh パッケージを インス" +#~ "トールして少なくともネットワーク上を暗号化されていないユーザ名やパスワード" +#~ "やセッション情報が流れないようにすることをお勧めします。" + #~ msgid "Warning: rsh-server is installed --- probably not a good idea" #~ msgstr "" #~ "警告: rsh-server がインストールされています。たぶん良い考えではありません" diff --git a/debian/po/nl.po b/debian/po/nl.po index a9d4599bb..207f97233 100644 --- a/debian/po/nl.po +++ b/debian/po/nl.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: openssh 3.6.1p2-9\n" "Report-Msgid-Bugs-To: matthew@debian.org\n" -"POT-Creation-Date: 2006-09-29 11:14+0100\n" +"POT-Creation-Date: 2006-10-04 22:14+0100\n" "PO-Revision-Date: 2006-06-12 21:09+0100\n" "Last-Translator: Bart Cornelis \n" "Language-Team: debian-l10n-dutch \n" @@ -101,31 +101,9 @@ msgstr "" "U kunt dit repareren door \"--pidfile /var/run/sshd.pid\" toe te voegen aan " "de start-stop-daemon regel in de stop-sectie van het bestand." -#. Type: error -#. Description -#: ../openssh-server.templates.master:3001 -msgid "Warning: telnetd is installed --- probably not a good idea" -msgstr "" -"Waarschuwing: telnetd is genstalleerd -- dit is waarschijnlijk geen goed " -"idee" - -#. Type: error -#. Description -#: ../openssh-server.templates.master:3001 -msgid "" -"I'd advise you to either remove the telnetd package (if you don't actually " -"need to offer telnet access) or install telnetd-ssl so that there is at " -"least some chance that telnet sessions will not be sending unencrypted login/" -"password and session information over the network." -msgstr "" -"Het is aan te raden om of het telnetd-pakket te verwijderen (indien u geen " -"telnettoegang hoeft aan te bieden), of telnetd-ssl te installeren zodat er " -"enige kans is dat telnetsessies geen onversleutelde gebruikersnaam/" -"wachtwoord en sessie informatie over het netwerk versturen." - #. Type: note #. Description -#: ../openssh-server.templates.master:4001 +#: ../openssh-server.templates.master:3001 msgid "Warning: you must create a new host key" msgstr "" "Waarschuwing: er dient een nieuwe (encryptie)sleutel aangemaakt te worden " @@ -133,7 +111,7 @@ msgstr "" #. Type: note #. Description -#: ../openssh-server.templates.master:4001 +#: ../openssh-server.templates.master:3001 msgid "" "There is an old /etc/ssh/ssh_host_key, which is IDEA encrypted. OpenSSH can " "not handle this host key file, and the ssh-keygen utility from the old (non-" @@ -145,19 +123,19 @@ msgstr "" #. Type: note #. Description -#: ../openssh-server.templates.master:4001 +#: ../openssh-server.templates.master:3001 msgid "You will need to generate a new host key." msgstr "Het zal nodig zijn om een nieuwe computersleutel te genereren" #. Type: boolean #. Description -#: ../openssh-server.templates.master:5001 +#: ../openssh-server.templates.master:4001 msgid "Disable challenge-response authentication?" msgstr "Challenge-response-authenticatie deactiveren?" #. Type: boolean #. Description -#: ../openssh-server.templates.master:5001 +#: ../openssh-server.templates.master:4001 msgid "" "Password authentication appears to be disabled in your current OpenSSH " "server configuration. In order to prevent users from logging in using " @@ -176,7 +154,7 @@ msgstr "" #. Type: boolean #. Description -#: ../openssh-server.templates.master:5001 +#: ../openssh-server.templates.master:4001 msgid "" "If you disable challenge-response authentication, then users will not be " "able to log in using passwords. If you leave it enabled (the default " @@ -188,6 +166,22 @@ msgstr "" "(de standaarwaarde) zal de 'PasswordAuthentication no' optie geen (nuttig) " "effect hebben tenzij u ook de PAM-configuratie aanpast in /etc/pam.d/ssh." +#~ msgid "Warning: telnetd is installed --- probably not a good idea" +#~ msgstr "" +#~ "Waarschuwing: telnetd is genstalleerd -- dit is waarschijnlijk geen goed " +#~ "idee" + +#~ msgid "" +#~ "I'd advise you to either remove the telnetd package (if you don't " +#~ "actually need to offer telnet access) or install telnetd-ssl so that " +#~ "there is at least some chance that telnet sessions will not be sending " +#~ "unencrypted login/password and session information over the network." +#~ msgstr "" +#~ "Het is aan te raden om of het telnetd-pakket te verwijderen (indien u " +#~ "geen telnettoegang hoeft aan te bieden), of telnetd-ssl te installeren " +#~ "zodat er enige kans is dat telnetsessies geen onversleutelde " +#~ "gebruikersnaam/wachtwoord en sessie informatie over het netwerk versturen." + #~ msgid "Warning: rsh-server is installed --- probably not a good idea" #~ msgstr "" #~ "Waarschuwing: rsh-server is genstalleerd -- dit is waarschijnlijk geen " diff --git a/debian/po/pl.po b/debian/po/pl.po index c8f34080f..35afafa3b 100644 --- a/debian/po/pl.po +++ b/debian/po/pl.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: matthew@debian.org\n" -"POT-Creation-Date: 2006-09-29 11:14+0100\n" +"POT-Creation-Date: 2006-10-04 22:14+0100\n" "PO-Revision-Date: 2004-04-08 18:28+0200\n" "Last-Translator: Emil Nowak \n" "Language-Team: Polish \n" @@ -102,36 +102,15 @@ msgstr "" "Moesz to naprawi dodajc \"--pidfile /var/run/sshd.pid\" do linijki start-" "stop-daemon w sekcji stop tego pliku." -#. Type: error -#. Description -#: ../openssh-server.templates.master:3001 -msgid "Warning: telnetd is installed --- probably not a good idea" -msgstr "" -"Uwaga: telnetd jest zainstalowany --- prawdopodobnie nienajlepszy pomys" - -#. Type: error -#. Description -#: ../openssh-server.templates.master:3001 -msgid "" -"I'd advise you to either remove the telnetd package (if you don't actually " -"need to offer telnet access) or install telnetd-ssl so that there is at " -"least some chance that telnet sessions will not be sending unencrypted login/" -"password and session information over the network." -msgstr "" -"Radzibym albo usun pakiet telnetd (jeli nie potrzebujesz koniecznie " -"udostpnia telnet'a) albo zainstalowa telnetd-ssl aby bya cho szansza, " -"e sesje telnet nie bd przesya niezaszyfrowanego loginu/hasa oraz " -"danych sesji przez sie." - #. Type: note #. Description -#: ../openssh-server.templates.master:4001 +#: ../openssh-server.templates.master:3001 msgid "Warning: you must create a new host key" msgstr "Uwaga: musisz utworzy nowy klucz hosta" #. Type: note #. Description -#: ../openssh-server.templates.master:4001 +#: ../openssh-server.templates.master:3001 #, fuzzy msgid "" "There is an old /etc/ssh/ssh_host_key, which is IDEA encrypted. OpenSSH can " @@ -144,19 +123,19 @@ msgstr "" #. Type: note #. Description -#: ../openssh-server.templates.master:4001 +#: ../openssh-server.templates.master:3001 msgid "You will need to generate a new host key." msgstr "Bdziesz musia wygenerowa nowy klucz hosta." #. Type: boolean #. Description -#: ../openssh-server.templates.master:5001 +#: ../openssh-server.templates.master:4001 msgid "Disable challenge-response authentication?" msgstr "" #. Type: boolean #. Description -#: ../openssh-server.templates.master:5001 +#: ../openssh-server.templates.master:4001 msgid "" "Password authentication appears to be disabled in your current OpenSSH " "server configuration. In order to prevent users from logging in using " @@ -168,7 +147,7 @@ msgstr "" #. Type: boolean #. Description -#: ../openssh-server.templates.master:5001 +#: ../openssh-server.templates.master:4001 msgid "" "If you disable challenge-response authentication, then users will not be " "able to log in using passwords. If you leave it enabled (the default " @@ -176,6 +155,21 @@ msgid "" "effect unless you also adjust your PAM configuration in /etc/pam.d/ssh." msgstr "" +#~ msgid "Warning: telnetd is installed --- probably not a good idea" +#~ msgstr "" +#~ "Uwaga: telnetd jest zainstalowany --- prawdopodobnie nienajlepszy pomys" + +#~ msgid "" +#~ "I'd advise you to either remove the telnetd package (if you don't " +#~ "actually need to offer telnet access) or install telnetd-ssl so that " +#~ "there is at least some chance that telnet sessions will not be sending " +#~ "unencrypted login/password and session information over the network." +#~ msgstr "" +#~ "Radzibym albo usun pakiet telnetd (jeli nie potrzebujesz koniecznie " +#~ "udostpnia telnet'a) albo zainstalowa telnetd-ssl aby bya cho " +#~ "szansza, e sesje telnet nie bd przesya niezaszyfrowanego loginu/" +#~ "hasa oraz danych sesji przez sie." + #~ msgid "Warning: rsh-server is installed --- probably not a good idea" #~ msgstr "" #~ "Uwaga: serwer rsh jest zainstalowany --- prawdopodobnie nienajlepszy " diff --git a/debian/po/pt.po b/debian/po/pt.po index 929db030d..1c2f42374 100644 --- a/debian/po/pt.po +++ b/debian/po/pt.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: openssh 4.3p2-3\n" "Report-Msgid-Bugs-To: matthew@debian.org\n" -"POT-Creation-Date: 2006-09-29 11:14+0100\n" +"POT-Creation-Date: 2006-10-04 22:14+0100\n" "PO-Revision-Date: 2006-08-07 21:10+0000\n" "Last-Translator: Ricardo Silva \n" "Language-Team: Native Portuguese \n" @@ -92,35 +92,15 @@ msgstr "" "Pode arranjar isto adicionando \"--pidfile /var/run/sshd.pid\" à linha start-" "stop-daemon na secção stop do ficheiro." -#. Type: error -#. Description -#: ../openssh-server.templates.master:3001 -msgid "Warning: telnetd is installed --- probably not a good idea" -msgstr "Aviso: o telnetd está instalado -- provavelmente não é uma boa ideia" - -#. Type: error -#. Description -#: ../openssh-server.templates.master:3001 -msgid "" -"I'd advise you to either remove the telnetd package (if you don't actually " -"need to offer telnet access) or install telnetd-ssl so that there is at " -"least some chance that telnet sessions will not be sending unencrypted login/" -"password and session information over the network." -msgstr "" -"Aconselho que ou remova o pacote telnetd (se não necessita mesmo de oferecer " -"acesso por telnet) ou instale o telnetd-ssl para que tenha alguma hipótese " -"de que as sessões de telnet não enviem login/palavra-chave não-cifradas pela " -"rede." - #. Type: note #. Description -#: ../openssh-server.templates.master:4001 +#: ../openssh-server.templates.master:3001 msgid "Warning: you must create a new host key" msgstr "Aviso: tem de criar uma nova chave de 'host'" #. Type: note #. Description -#: ../openssh-server.templates.master:4001 +#: ../openssh-server.templates.master:3001 msgid "" "There is an old /etc/ssh/ssh_host_key, which is IDEA encrypted. OpenSSH can " "not handle this host key file, and the ssh-keygen utility from the old (non-" @@ -132,19 +112,19 @@ msgstr "" #. Type: note #. Description -#: ../openssh-server.templates.master:4001 +#: ../openssh-server.templates.master:3001 msgid "You will need to generate a new host key." msgstr "Terá de gerar uma nova chave para o host." #. Type: boolean #. Description -#: ../openssh-server.templates.master:5001 +#: ../openssh-server.templates.master:4001 msgid "Disable challenge-response authentication?" msgstr "Desactivar autenticação por desafio-resposta?" #. Type: boolean #. Description -#: ../openssh-server.templates.master:5001 +#: ../openssh-server.templates.master:4001 msgid "" "Password authentication appears to be disabled in your current OpenSSH " "server configuration. In order to prevent users from logging in using " @@ -162,7 +142,7 @@ msgstr "" #. Type: boolean #. Description -#: ../openssh-server.templates.master:5001 +#: ../openssh-server.templates.master:4001 msgid "" "If you disable challenge-response authentication, then users will not be " "able to log in using passwords. If you leave it enabled (the default " @@ -174,6 +154,21 @@ msgstr "" "por omissão), então a opção 'PasswordAuthentication no' não terá efeito a " "não ser que também ajuste a configuração do PAM em /etc/pam.d/ssh." +#~ msgid "Warning: telnetd is installed --- probably not a good idea" +#~ msgstr "" +#~ "Aviso: o telnetd está instalado -- provavelmente não é uma boa ideia" + +#~ msgid "" +#~ "I'd advise you to either remove the telnetd package (if you don't " +#~ "actually need to offer telnet access) or install telnetd-ssl so that " +#~ "there is at least some chance that telnet sessions will not be sending " +#~ "unencrypted login/password and session information over the network." +#~ msgstr "" +#~ "Aconselho que ou remova o pacote telnetd (se não necessita mesmo de " +#~ "oferecer acesso por telnet) ou instale o telnetd-ssl para que tenha " +#~ "alguma hipótese de que as sessões de telnet não enviem login/palavra-" +#~ "chave não-cifradas pela rede." + #~ msgid "Warning: rsh-server is installed --- probably not a good idea" #~ msgstr "" #~ "Aviso: o rsh-server está instalado --- provavelmente não é uma boa ideia" diff --git a/debian/po/pt_BR.po b/debian/po/pt_BR.po index c0eeae360..96ccd2aa1 100644 --- a/debian/po/pt_BR.po +++ b/debian/po/pt_BR.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: openssh\n" "Report-Msgid-Bugs-To: matthew@debian.org\n" -"POT-Creation-Date: 2006-09-29 11:14+0100\n" +"POT-Creation-Date: 2006-10-04 22:14+0100\n" "PO-Revision-Date: 2005-06-22 19:32-0300\n" "Last-Translator: Andr Lus Lopes \n" "Language-Team: Debian-BR Project \n" @@ -107,35 +107,15 @@ msgstr "" "Voc pode corrigir isto adicionando \"--pidfile /var/run/sshd.pid\" na linha " "start-stop-daemon na seo stop deste arquivo." -#. Type: error -#. Description -#: ../openssh-server.templates.master:3001 -msgid "Warning: telnetd is installed --- probably not a good idea" -msgstr "Aviso: telnetd est instalado --- provavelmente no uma boa idia" - -#. Type: error -#. Description -#: ../openssh-server.templates.master:3001 -msgid "" -"I'd advise you to either remove the telnetd package (if you don't actually " -"need to offer telnet access) or install telnetd-ssl so that there is at " -"least some chance that telnet sessions will not be sending unencrypted login/" -"password and session information over the network." -msgstr "" -"Eu recomendaria a voc ou remover o pacote telnetd (se voc atualmente no " -"precisa oferecer acesso telnet) ou instalar telnetd-ssl. Assim existe pelo " -"menos uma chance das sesses telnet no enviarem login/senha no " -"criptografadas e informaes de sesso atravs da rede." - #. Type: note #. Description -#: ../openssh-server.templates.master:4001 +#: ../openssh-server.templates.master:3001 msgid "Warning: you must create a new host key" msgstr "Aviso: voc deve criar uma nova host key" #. Type: note #. Description -#: ../openssh-server.templates.master:4001 +#: ../openssh-server.templates.master:3001 #, fuzzy msgid "" "There is an old /etc/ssh/ssh_host_key, which is IDEA encrypted. OpenSSH can " @@ -148,19 +128,19 @@ msgstr "" #. Type: note #. Description -#: ../openssh-server.templates.master:4001 +#: ../openssh-server.templates.master:3001 msgid "You will need to generate a new host key." msgstr "Voc precisar gerar uma nova host key." #. Type: boolean #. Description -#: ../openssh-server.templates.master:5001 +#: ../openssh-server.templates.master:4001 msgid "Disable challenge-response authentication?" msgstr "Desabilitar autenticao desafio-resposta ?" #. Type: boolean #. Description -#: ../openssh-server.templates.master:5001 +#: ../openssh-server.templates.master:4001 msgid "" "Password authentication appears to be disabled in your current OpenSSH " "server configuration. In order to prevent users from logging in using " @@ -178,7 +158,7 @@ msgstr "" #. Type: boolean #. Description -#: ../openssh-server.templates.master:5001 +#: ../openssh-server.templates.master:4001 msgid "" "If you disable challenge-response authentication, then users will not be " "able to log in using passwords. If you leave it enabled (the default " @@ -191,6 +171,20 @@ msgstr "" "no' no ter efeito til a menos que voc tambm ajuste sua configurao PAM " "em /etc/pam.d/ssh." +#~ msgid "Warning: telnetd is installed --- probably not a good idea" +#~ msgstr "Aviso: telnetd est instalado --- provavelmente no uma boa idia" + +#~ msgid "" +#~ "I'd advise you to either remove the telnetd package (if you don't " +#~ "actually need to offer telnet access) or install telnetd-ssl so that " +#~ "there is at least some chance that telnet sessions will not be sending " +#~ "unencrypted login/password and session information over the network." +#~ msgstr "" +#~ "Eu recomendaria a voc ou remover o pacote telnetd (se voc atualmente " +#~ "no precisa oferecer acesso telnet) ou instalar telnetd-ssl. Assim existe " +#~ "pelo menos uma chance das sesses telnet no enviarem login/senha no " +#~ "criptografadas e informaes de sesso atravs da rede." + #~ msgid "Warning: rsh-server is installed --- probably not a good idea" #~ msgstr "" #~ "Aviso: rsh-server est instalado --- provavelmente no uma boa idia" diff --git a/debian/po/ru.po b/debian/po/ru.po index 710db625b..24209bdea 100644 --- a/debian/po/ru.po +++ b/debian/po/ru.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: openssh_1:4.3p2-1_ru\n" "Report-Msgid-Bugs-To: matthew@debian.org\n" -"POT-Creation-Date: 2006-09-29 11:14+0100\n" +"POT-Creation-Date: 2006-10-04 22:14+0100\n" "PO-Revision-Date: 2006-05-14 14:28+1000\n" "Last-Translator: Yuriy Talakan' \n" "Language-Team: Russian \n" @@ -100,35 +100,15 @@ msgstr "" "Это можно исправить добавлением \"--pidfile /var/run/sshd.pid\" в строке " "start-stop-daemon в разделе stop этого файла." -#. Type: error -#. Description -#: ../openssh-server.templates.master:3001 -msgid "Warning: telnetd is installed --- probably not a good idea" -msgstr "Предупреждение: установлен telnetd --- пожалуй, это не очень хорошо" - -#. Type: error -#. Description -#: ../openssh-server.templates.master:3001 -msgid "" -"I'd advise you to either remove the telnetd package (if you don't actually " -"need to offer telnet access) or install telnetd-ssl so that there is at " -"least some chance that telnet sessions will not be sending unencrypted login/" -"password and session information over the network." -msgstr "" -"Я рекомендовал бы Вам удалить пакет telnetd (если Вам действительно не нужен " -"доступ telnet) или установить telnet-ssl, чтобы иметь хотя бы возможность не " -"передавать по сети незашифрованные имена и пароли пользователей и прочую " -"информацию в telnet-сессиях." - #. Type: note #. Description -#: ../openssh-server.templates.master:4001 +#: ../openssh-server.templates.master:3001 msgid "Warning: you must create a new host key" msgstr "Предупреждение: Вы должны создать новый хостовый ключ." #. Type: note #. Description -#: ../openssh-server.templates.master:4001 +#: ../openssh-server.templates.master:3001 msgid "" "There is an old /etc/ssh/ssh_host_key, which is IDEA encrypted. OpenSSH can " "not handle this host key file, and the ssh-keygen utility from the old (non-" @@ -140,19 +120,19 @@ msgstr "" #. Type: note #. Description -#: ../openssh-server.templates.master:4001 +#: ../openssh-server.templates.master:3001 msgid "You will need to generate a new host key." msgstr "Вам надо будет сгенерировать новый ключ хоста." #. Type: boolean #. Description -#: ../openssh-server.templates.master:5001 +#: ../openssh-server.templates.master:4001 msgid "Disable challenge-response authentication?" msgstr "Отключить аутентификацию запрос-ответ?" #. Type: boolean #. Description -#: ../openssh-server.templates.master:5001 +#: ../openssh-server.templates.master:4001 msgid "" "Password authentication appears to be disabled in your current OpenSSH " "server configuration. In order to prevent users from logging in using " @@ -170,7 +150,7 @@ msgstr "" #. Type: boolean #. Description -#: ../openssh-server.templates.master:5001 +#: ../openssh-server.templates.master:4001 msgid "" "If you disable challenge-response authentication, then users will not be " "able to log in using passwords. If you leave it enabled (the default " @@ -182,6 +162,20 @@ msgstr "" "умолчанию), то опция 'PasswordAuthentication no' не будет иметь силы, до тех " "пор, пока вы не откорректируете настройки PAM в /etc/pam.d/ssh." +#~ msgid "Warning: telnetd is installed --- probably not a good idea" +#~ msgstr "Предупреждение: установлен telnetd --- пожалуй, это не очень хорошо" + +#~ msgid "" +#~ "I'd advise you to either remove the telnetd package (if you don't " +#~ "actually need to offer telnet access) or install telnetd-ssl so that " +#~ "there is at least some chance that telnet sessions will not be sending " +#~ "unencrypted login/password and session information over the network." +#~ msgstr "" +#~ "Я рекомендовал бы Вам удалить пакет telnetd (если Вам действительно не " +#~ "нужен доступ telnet) или установить telnet-ssl, чтобы иметь хотя бы " +#~ "возможность не передавать по сети незашифрованные имена и пароли " +#~ "пользователей и прочую информацию в telnet-сессиях." + #~ msgid "Warning: rsh-server is installed --- probably not a good idea" #~ msgstr "" #~ "Предупреждение: установлен rsh-server --- пожалуй, это не очень хорошо" diff --git a/debian/po/sv.po b/debian/po/sv.po index 431b278e4..7741c873e 100644 --- a/debian/po/sv.po +++ b/debian/po/sv.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: openssh 1:4.3p2-1\n" "Report-Msgid-Bugs-To: matthew@debian.org\n" -"POT-Creation-Date: 2006-09-29 11:14+0100\n" +"POT-Creation-Date: 2006-10-04 22:14+0100\n" "PO-Revision-Date: 2006-05-19 00:18+0100\n" "Last-Translator: Daniel Nylander \n" "Language-Team: Swedish \n" @@ -99,35 +99,15 @@ msgstr "" "Du kan lsa detta genom att lgga till \"--pidfile /var/run/sshd.pid\" till " "raden med start-stop-daemon i sektionen \"stop\" i filen." -#. Type: error -#. Description -#: ../openssh-server.templates.master:3001 -msgid "Warning: telnetd is installed --- probably not a good idea" -msgstr "Varning: telnetd r installerad --- detta r inte en bra ide" - -#. Type: error -#. Description -#: ../openssh-server.templates.master:3001 -msgid "" -"I'd advise you to either remove the telnetd package (if you don't actually " -"need to offer telnet access) or install telnetd-ssl so that there is at " -"least some chance that telnet sessions will not be sending unencrypted login/" -"password and session information over the network." -msgstr "" -"Jag freslr att du antingen tar bort paketet telnetd (om du inte faktiskt " -"behver erbjuda en telnet-tjnst) eller installera telnetd-ssl s att det i " -"alla fall finns en liten chans att telnet-sessioner inte kommer att snda " -"okrypterade login/lsenord och sessionsinformation ver ntverket." - #. Type: note #. Description -#: ../openssh-server.templates.master:4001 +#: ../openssh-server.templates.master:3001 msgid "Warning: you must create a new host key" msgstr "Varning: du mste skapa en ny vrdnyckel" #. Type: note #. Description -#: ../openssh-server.templates.master:4001 +#: ../openssh-server.templates.master:3001 msgid "" "There is an old /etc/ssh/ssh_host_key, which is IDEA encrypted. OpenSSH can " "not handle this host key file, and the ssh-keygen utility from the old (non-" @@ -139,19 +119,19 @@ msgstr "" #. Type: note #. Description -#: ../openssh-server.templates.master:4001 +#: ../openssh-server.templates.master:3001 msgid "You will need to generate a new host key." msgstr "Du behver generera en ny vrdnyckel" #. Type: boolean #. Description -#: ../openssh-server.templates.master:5001 +#: ../openssh-server.templates.master:4001 msgid "Disable challenge-response authentication?" msgstr "Stng av challenge-response-autentisering?" #. Type: boolean #. Description -#: ../openssh-server.templates.master:5001 +#: ../openssh-server.templates.master:4001 msgid "" "Password authentication appears to be disabled in your current OpenSSH " "server configuration. In order to prevent users from logging in using " @@ -169,7 +149,7 @@ msgstr "" #. Type: boolean #. Description -#: ../openssh-server.templates.master:5001 +#: ../openssh-server.templates.master:4001 msgid "" "If you disable challenge-response authentication, then users will not be " "able to log in using passwords. If you leave it enabled (the default " @@ -181,6 +161,21 @@ msgstr "" "kommer \"PasswordAuthentication no\" inte att ha ngon effekt om du inte " "justerar din PAM-konfiguration i /etc/pam.d/ssh." +#~ msgid "Warning: telnetd is installed --- probably not a good idea" +#~ msgstr "Varning: telnetd r installerad --- detta r inte en bra ide" + +#~ msgid "" +#~ "I'd advise you to either remove the telnetd package (if you don't " +#~ "actually need to offer telnet access) or install telnetd-ssl so that " +#~ "there is at least some chance that telnet sessions will not be sending " +#~ "unencrypted login/password and session information over the network." +#~ msgstr "" +#~ "Jag freslr att du antingen tar bort paketet telnetd (om du inte " +#~ "faktiskt behver erbjuda en telnet-tjnst) eller installera telnetd-ssl " +#~ "s att det i alla fall finns en liten chans att telnet-sessioner inte " +#~ "kommer att snda okrypterade login/lsenord och sessionsinformation ver " +#~ "ntverket." + #~ msgid "Warning: rsh-server is installed --- probably not a good idea" #~ msgstr "Varning: rsh-server r installerad --- kanske inte en bra ide" diff --git a/debian/po/templates.pot b/debian/po/templates.pot index 7791fba08..963a9415d 100644 --- a/debian/po/templates.pot +++ b/debian/po/templates.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: matthew@debian.org\n" -"POT-Creation-Date: 2006-09-29 11:14+0100\n" +"POT-Creation-Date: 2006-10-04 22:14+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -75,31 +75,15 @@ msgid "" "daemon line in the stop section of the file." msgstr "" -#. Type: error -#. Description -#: ../openssh-server.templates.master:3001 -msgid "Warning: telnetd is installed --- probably not a good idea" -msgstr "" - -#. Type: error -#. Description -#: ../openssh-server.templates.master:3001 -msgid "" -"I'd advise you to either remove the telnetd package (if you don't actually " -"need to offer telnet access) or install telnetd-ssl so that there is at " -"least some chance that telnet sessions will not be sending unencrypted login/" -"password and session information over the network." -msgstr "" - #. Type: note #. Description -#: ../openssh-server.templates.master:4001 +#: ../openssh-server.templates.master:3001 msgid "Warning: you must create a new host key" msgstr "" #. Type: note #. Description -#: ../openssh-server.templates.master:4001 +#: ../openssh-server.templates.master:3001 msgid "" "There is an old /etc/ssh/ssh_host_key, which is IDEA encrypted. OpenSSH can " "not handle this host key file, and the ssh-keygen utility from the old (non-" @@ -108,19 +92,19 @@ msgstr "" #. Type: note #. Description -#: ../openssh-server.templates.master:4001 +#: ../openssh-server.templates.master:3001 msgid "You will need to generate a new host key." msgstr "" #. Type: boolean #. Description -#: ../openssh-server.templates.master:5001 +#: ../openssh-server.templates.master:4001 msgid "Disable challenge-response authentication?" msgstr "" #. Type: boolean #. Description -#: ../openssh-server.templates.master:5001 +#: ../openssh-server.templates.master:4001 msgid "" "Password authentication appears to be disabled in your current OpenSSH " "server configuration. In order to prevent users from logging in using " @@ -132,7 +116,7 @@ msgstr "" #. Type: boolean #. Description -#: ../openssh-server.templates.master:5001 +#: ../openssh-server.templates.master:4001 msgid "" "If you disable challenge-response authentication, then users will not be " "able to log in using passwords. If you leave it enabled (the default " diff --git a/debian/po/tr.po b/debian/po/tr.po index 09f43c973..07d157eb5 100644 --- a/debian/po/tr.po +++ b/debian/po/tr.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: ssh\n" "Report-Msgid-Bugs-To: matthew@debian.org\n" -"POT-Creation-Date: 2006-09-29 11:14+0100\n" +"POT-Creation-Date: 2006-10-04 22:14+0100\n" "PO-Revision-Date: 2004-04-27 06:50+0300\n" "Last-Translator: Recai Oktaş \n" "Language-Team: Turkish \n" @@ -95,35 +95,15 @@ msgstr "" "Bu sorunu dosyanın stop bölümündeki start-stop-daemon satırına \"--pidfile /" "var/run/sshd.pid\" ekleyerek düzeltebilirsiniz." -#. Type: error -#. Description -#: ../openssh-server.templates.master:3001 -msgid "Warning: telnetd is installed --- probably not a good idea" -msgstr "Uyarı: telnetd kurulmuş --- bu muhtemelen iyi bir fikir değil" - -#. Type: error -#. Description -#: ../openssh-server.templates.master:3001 -msgid "" -"I'd advise you to either remove the telnetd package (if you don't actually " -"need to offer telnet access) or install telnetd-ssl so that there is at " -"least some chance that telnet sessions will not be sending unencrypted login/" -"password and session information over the network." -msgstr "" -"Telnetd paketini (eğer gerçekten telnet erişimi sunmak gibi bir " -"zorunluluğunuz yoksa) kaldırmanızı veya en azından, telnet oturumlarında " -"şifrelenmemiş giriş/parola ve oturum bilgilerinin ağ üzerinden " -"gönderilmemesi olanağını sunan telnetd-ssl paketini kurmanızı öneririm." - #. Type: note #. Description -#: ../openssh-server.templates.master:4001 +#: ../openssh-server.templates.master:3001 msgid "Warning: you must create a new host key" msgstr "Uyarı: yeni bir makine anahtarı oluşturmalısınız" #. Type: note #. Description -#: ../openssh-server.templates.master:4001 +#: ../openssh-server.templates.master:3001 #, fuzzy msgid "" "There is an old /etc/ssh/ssh_host_key, which is IDEA encrypted. OpenSSH can " @@ -136,19 +116,19 @@ msgstr "" #. Type: note #. Description -#: ../openssh-server.templates.master:4001 +#: ../openssh-server.templates.master:3001 msgid "You will need to generate a new host key." msgstr "Yeni bir makine anahtarı oluşturmanız gerekiyor." #. Type: boolean #. Description -#: ../openssh-server.templates.master:5001 +#: ../openssh-server.templates.master:4001 msgid "Disable challenge-response authentication?" msgstr "" #. Type: boolean #. Description -#: ../openssh-server.templates.master:5001 +#: ../openssh-server.templates.master:4001 msgid "" "Password authentication appears to be disabled in your current OpenSSH " "server configuration. In order to prevent users from logging in using " @@ -160,7 +140,7 @@ msgstr "" #. Type: boolean #. Description -#: ../openssh-server.templates.master:5001 +#: ../openssh-server.templates.master:4001 msgid "" "If you disable challenge-response authentication, then users will not be " "able to log in using passwords. If you leave it enabled (the default " @@ -168,6 +148,20 @@ msgid "" "effect unless you also adjust your PAM configuration in /etc/pam.d/ssh." msgstr "" +#~ msgid "Warning: telnetd is installed --- probably not a good idea" +#~ msgstr "Uyarı: telnetd kurulmuş --- bu muhtemelen iyi bir fikir değil" + +#~ msgid "" +#~ "I'd advise you to either remove the telnetd package (if you don't " +#~ "actually need to offer telnet access) or install telnetd-ssl so that " +#~ "there is at least some chance that telnet sessions will not be sending " +#~ "unencrypted login/password and session information over the network." +#~ msgstr "" +#~ "Telnetd paketini (eğer gerçekten telnet erişimi sunmak gibi bir " +#~ "zorunluluğunuz yoksa) kaldırmanızı veya en azından, telnet oturumlarında " +#~ "şifrelenmemiş giriş/parola ve oturum bilgilerinin ağ üzerinden " +#~ "gönderilmemesi olanağını sunan telnetd-ssl paketini kurmanızı öneririm." + #~ msgid "Warning: rsh-server is installed --- probably not a good idea" #~ msgstr "Uyarı: rsh-server kurulmuş --- bu muhtemelen iyi bir fikir değil" diff --git a/debian/po/uk.po b/debian/po/uk.po index bb0bf0161..6fc147e2f 100644 --- a/debian/po/uk.po +++ b/debian/po/uk.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: openssh-uk\n" "Report-Msgid-Bugs-To: matthew@debian.org\n" -"POT-Creation-Date: 2006-09-29 11:14+0100\n" +"POT-Creation-Date: 2006-10-04 22:14+0100\n" "PO-Revision-Date: 2005-03-28 22:28+0300\n" "Last-Translator: Eugeniy Meshcheryakov \n" "Language-Team: Ukrainian\n" @@ -104,34 +104,15 @@ msgstr "" "Ви можете виправити це, додавши \"--pidfile /var/run/sshd.pid\" до рядка з " "викликом start-stop-daemon в частині зупинки цього файла." -#. Type: error -#. Description -#: ../openssh-server.templates.master:3001 -msgid "Warning: telnetd is installed --- probably not a good idea" -msgstr "Попередження: telnetd встановлений - це погана ідея" - -#. Type: error -#. Description -#: ../openssh-server.templates.master:3001 -msgid "" -"I'd advise you to either remove the telnetd package (if you don't actually " -"need to offer telnet access) or install telnetd-ssl so that there is at " -"least some chance that telnet sessions will not be sending unencrypted login/" -"password and session information over the network." -msgstr "" -"Рекомендується або видалити пакунок telnetd (якщо вам не потрібно надавати " -"доступ через telnet), або встановити telnetd-ssl, щоб мати можливість не " -"передавати незашифровані логін/пароль та іншу інформацію через мережу." - #. Type: note #. Description -#: ../openssh-server.templates.master:4001 +#: ../openssh-server.templates.master:3001 msgid "Warning: you must create a new host key" msgstr "Попередження: ви повинні створити новий ключ вузла" #. Type: note #. Description -#: ../openssh-server.templates.master:4001 +#: ../openssh-server.templates.master:3001 #, fuzzy msgid "" "There is an old /etc/ssh/ssh_host_key, which is IDEA encrypted. OpenSSH can " @@ -144,19 +125,19 @@ msgstr "" #. Type: note #. Description -#: ../openssh-server.templates.master:4001 +#: ../openssh-server.templates.master:3001 msgid "You will need to generate a new host key." msgstr "Вам потрібно створити новий ключ вузла." #. Type: boolean #. Description -#: ../openssh-server.templates.master:5001 +#: ../openssh-server.templates.master:4001 msgid "Disable challenge-response authentication?" msgstr "Заборонити автентифікацію запит-відповідь?" #. Type: boolean #. Description -#: ../openssh-server.templates.master:5001 +#: ../openssh-server.templates.master:4001 msgid "" "Password authentication appears to be disabled in your current OpenSSH " "server configuration. In order to prevent users from logging in using " @@ -174,7 +155,7 @@ msgstr "" #. Type: boolean #. Description -#: ../openssh-server.templates.master:5001 +#: ../openssh-server.templates.master:4001 msgid "" "If you disable challenge-response authentication, then users will not be " "able to log in using passwords. If you leave it enabled (the default " @@ -187,6 +168,20 @@ msgstr "" "мати корисного ефекту доки ви не пристосуєте також налаштування PAM в /etc/" "pam.d/ssh." +#~ msgid "Warning: telnetd is installed --- probably not a good idea" +#~ msgstr "Попередження: telnetd встановлений - це погана ідея" + +#~ msgid "" +#~ "I'd advise you to either remove the telnetd package (if you don't " +#~ "actually need to offer telnet access) or install telnetd-ssl so that " +#~ "there is at least some chance that telnet sessions will not be sending " +#~ "unencrypted login/password and session information over the network." +#~ msgstr "" +#~ "Рекомендується або видалити пакунок telnetd (якщо вам не потрібно " +#~ "надавати доступ через telnet), або встановити telnetd-ssl, щоб мати " +#~ "можливість не передавати незашифровані логін/пароль та іншу інформацію " +#~ "через мережу." + #~ msgid "Warning: rsh-server is installed --- probably not a good idea" #~ msgstr "Попередження: rsh-server встановлений - це погана ідея" diff --git a/debian/po/vi.po b/debian/po/vi.po index 37ea625a6..e4d62bec0 100644 --- a/debian/po/vi.po +++ b/debian/po/vi.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: openssh 1/4.1p1-4\n" "Report-Msgid-Bugs-To: matthew@debian.org\n" -"POT-Creation-Date: 2006-09-29 11:14+0100\n" +"POT-Creation-Date: 2006-10-04 22:14+0100\n" "PO-Revision-Date: 2005-07-02 22:30+0930\n" "Last-Translator: Clytie Siddall \n" "Language-Team: Vietnamese \n" @@ -100,35 +100,15 @@ msgstr "" "Bạn có thể sửa trường hợp này bằng cách thêm «--pidfile /var/run/sshd.pid» " "vào dòng «start-stop-daemon» trong phần «stop» của tập tin ấy." -#. Type: error -#. Description -#: ../openssh-server.templates.master:3001 -msgid "Warning: telnetd is installed --- probably not a good idea" -msgstr "Cảnh báo: «telnetd» đã được cài đặt — rất không thể là một ý kiến tốt." - -#. Type: error -#. Description -#: ../openssh-server.templates.master:3001 -msgid "" -"I'd advise you to either remove the telnetd package (if you don't actually " -"need to offer telnet access) or install telnetd-ssl so that there is at " -"least some chance that telnet sessions will not be sending unencrypted login/" -"password and session information over the network." -msgstr "" -"Khuyên bạn hoặc loại bỏ gói tin «telnetd» (nếu bạn không thật sự cần cung " -"cấp cách truy cập telnet) hoặc cài đặt gói tin «telnetd-ssl» để cố tránh " -"chạy phiên telnet có gởi thông tin đăng nhập/mật khẩu và thông tin phiên làm " -"việc không mật mã qua mạng." - #. Type: note #. Description -#: ../openssh-server.templates.master:4001 +#: ../openssh-server.templates.master:3001 msgid "Warning: you must create a new host key" msgstr "Cảnh báo: bạn phải tạo một khóa máy mới" #. Type: note #. Description -#: ../openssh-server.templates.master:4001 +#: ../openssh-server.templates.master:3001 #, fuzzy msgid "" "There is an old /etc/ssh/ssh_host_key, which is IDEA encrypted. OpenSSH can " @@ -141,19 +121,19 @@ msgstr "" #. Type: note #. Description -#: ../openssh-server.templates.master:4001 +#: ../openssh-server.templates.master:3001 msgid "You will need to generate a new host key." msgstr "Bạn sẽ cần phải tạo một khóa máy mới." #. Type: boolean #. Description -#: ../openssh-server.templates.master:5001 +#: ../openssh-server.templates.master:4001 msgid "Disable challenge-response authentication?" msgstr "Vô hiệu hóa xác thực cách yêu cầu/đáp ứng không?" #. Type: boolean #. Description -#: ../openssh-server.templates.master:5001 +#: ../openssh-server.templates.master:4001 msgid "" "Password authentication appears to be disabled in your current OpenSSH " "server configuration. In order to prevent users from logging in using " @@ -170,7 +150,7 @@ msgstr "" #. Type: boolean #. Description -#: ../openssh-server.templates.master:5001 +#: ../openssh-server.templates.master:4001 msgid "" "If you disable challenge-response authentication, then users will not be " "able to log in using passwords. If you leave it enabled (the default " @@ -183,6 +163,21 @@ msgstr "" "tác dụng có ích nào, nếu bạn không cũng tùy chỉnh cấu hình bạn trong «/etc/" "pam.d/ssh»." +#~ msgid "Warning: telnetd is installed --- probably not a good idea" +#~ msgstr "" +#~ "Cảnh báo: «telnetd» đã được cài đặt — rất không thể là một ý kiến tốt." + +#~ msgid "" +#~ "I'd advise you to either remove the telnetd package (if you don't " +#~ "actually need to offer telnet access) or install telnetd-ssl so that " +#~ "there is at least some chance that telnet sessions will not be sending " +#~ "unencrypted login/password and session information over the network." +#~ msgstr "" +#~ "Khuyên bạn hoặc loại bỏ gói tin «telnetd» (nếu bạn không thật sự cần cung " +#~ "cấp cách truy cập telnet) hoặc cài đặt gói tin «telnetd-ssl» để cố tránh " +#~ "chạy phiên telnet có gởi thông tin đăng nhập/mật khẩu và thông tin phiên " +#~ "làm việc không mật mã qua mạng." + #~ msgid "Warning: rsh-server is installed --- probably not a good idea" #~ msgstr "" #~ "Cảnh báo: «rsh-server» được cài đặt — rất không có thể là một ý kiến tốt." diff --git a/debian/po/zh_CN.po b/debian/po/zh_CN.po index cf50c58cf..ef732c0d4 100644 --- a/debian/po/zh_CN.po +++ b/debian/po/zh_CN.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: openssh 3.6.1p2-11\n" "Report-Msgid-Bugs-To: matthew@debian.org\n" -"POT-Creation-Date: 2006-09-29 11:14+0100\n" +"POT-Creation-Date: 2006-10-04 22:14+0100\n" "PO-Revision-Date: 2004-02-02 18:48+1300\n" "Last-Translator: Hiei Xu \n" "Language-Team: Chinese/Simplified \n" @@ -96,34 +96,15 @@ msgstr "" "您可以通过添加“--pidfile /var/run/sshd.pid”到这个文件的 stop 部分的 start-" "stop-daemon 行来修正这个问题。" -#. Type: error -#. Description -#: ../openssh-server.templates.master:3001 -msgid "Warning: telnetd is installed --- probably not a good idea" -msgstr "警告:已经安装了 telnetd 服务器 --- 可能不是个好主意" - -#. Type: error -#. Description -#: ../openssh-server.templates.master:3001 -msgid "" -"I'd advise you to either remove the telnetd package (if you don't actually " -"need to offer telnet access) or install telnetd-ssl so that there is at " -"least some chance that telnet sessions will not be sending unencrypted login/" -"password and session information over the network." -msgstr "" -"我建议您删除 telnetd 包(如果您不是真的需要提供 telnet 访问),或者安装 " -"telnetd-ssl,这样至少有时候 telnet 会话不会将未加密的 登录名/密码 和会话信息" -"通过网络发送。" - #. Type: note #. Description -#: ../openssh-server.templates.master:4001 +#: ../openssh-server.templates.master:3001 msgid "Warning: you must create a new host key" msgstr "警告:您必须创建一个新的主机密钥" #. Type: note #. Description -#: ../openssh-server.templates.master:4001 +#: ../openssh-server.templates.master:3001 #, fuzzy msgid "" "There is an old /etc/ssh/ssh_host_key, which is IDEA encrypted. OpenSSH can " @@ -135,19 +116,19 @@ msgstr "" #. Type: note #. Description -#: ../openssh-server.templates.master:4001 +#: ../openssh-server.templates.master:3001 msgid "You will need to generate a new host key." msgstr "您需要创建一个新的主机密钥。" #. Type: boolean #. Description -#: ../openssh-server.templates.master:5001 +#: ../openssh-server.templates.master:4001 msgid "Disable challenge-response authentication?" msgstr "" #. Type: boolean #. Description -#: ../openssh-server.templates.master:5001 +#: ../openssh-server.templates.master:4001 msgid "" "Password authentication appears to be disabled in your current OpenSSH " "server configuration. In order to prevent users from logging in using " @@ -159,7 +140,7 @@ msgstr "" #. Type: boolean #. Description -#: ../openssh-server.templates.master:5001 +#: ../openssh-server.templates.master:4001 msgid "" "If you disable challenge-response authentication, then users will not be " "able to log in using passwords. If you leave it enabled (the default " @@ -167,6 +148,19 @@ msgid "" "effect unless you also adjust your PAM configuration in /etc/pam.d/ssh." msgstr "" +#~ msgid "Warning: telnetd is installed --- probably not a good idea" +#~ msgstr "警告:已经安装了 telnetd 服务器 --- 可能不是个好主意" + +#~ msgid "" +#~ "I'd advise you to either remove the telnetd package (if you don't " +#~ "actually need to offer telnet access) or install telnetd-ssl so that " +#~ "there is at least some chance that telnet sessions will not be sending " +#~ "unencrypted login/password and session information over the network." +#~ msgstr "" +#~ "我建议您删除 telnetd 包(如果您不是真的需要提供 telnet 访问),或者安装 " +#~ "telnetd-ssl,这样至少有时候 telnet 会话不会将未加密的 登录名/密码 和会话信" +#~ "息通过网络发送。" + #~ msgid "Warning: rsh-server is installed --- probably not a good idea" #~ msgstr "警告:已经安装了 rsh 服务器 --- 可能不是个好主意" -- cgit v1.2.3