From 3366e0b9231ace358c27cbfac294fb9696853a68 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Sat, 6 Mar 2004 18:15:49 +0000 Subject: Privilege separation and PAM are now properly supported together, so remove both debconf questions related to them and simply set it unconditionally in newly generated sshd_config files (closes: #228838). --- debian/changelog | 3 + debian/config | 4 -- debian/po/cs.po | 178 +++++++++++++++++++++------------------------ debian/po/da.po | 178 +++++++++++++++++++++------------------------ debian/po/de.po | 121 ++++++++++--------------------- debian/po/es.po | 182 +++++++++++++++++++++------------------------- debian/po/fr.po | 184 +++++++++++++++++++++-------------------------- debian/po/ja.po | 174 ++++++++++++++++++++------------------------ debian/po/nl.po | 180 +++++++++++++++++++++------------------------- debian/po/pl.po | 186 ++++++++++++++++++++++-------------------------- debian/po/pt_BR.po | 183 +++++++++++++++++++++-------------------------- debian/po/ru.po | 180 +++++++++++++++++++++------------------------- debian/po/templates.pot | 121 ++++++++++--------------------- debian/po/zh_CN.po | 169 ++++++++++++++++++++----------------------- debian/postinst | 10 --- debian/templates.master | 32 --------- 16 files changed, 885 insertions(+), 1200 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 4e4ca2fb4..1a789f98f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,6 +16,9 @@ openssh (1:3.8p1-1) UNRELEASED; urgency=low than this, to maintain the standard Debian sshd configuration. * Comment out PAMAuthenticationViaKbdInt and RhostsAuthentication in sshd_config on upgrade. Neither option is supported any more. + * Privilege separation and PAM are now properly supported together, so + remove both debconf questions related to them and simply set it + unconditionally in newly generated sshd_config files (closes: #228838). * ServerAliveInterval implemented upstream, so ProtocolKeepAlives is now a compatibility alias. The semantics differ slightly, though; see ssh_config(5) for details. diff --git a/debian/config b/debian/config index c25f2ae3f..ea737a081 100644 --- a/debian/config +++ b/debian/config @@ -43,12 +43,8 @@ then db_get ssh/new_config if [ "$RET" = "true" ]; then db_input medium ssh/protocol2_only ||true - db_input high ssh/privsep_ask ||true - else db_input high ssh/privsep_tell ||true fi - else db_input high ssh/privsep_tell ||true fi -else db_input high ssh/privsep_tell ||true fi db_input medium ssh/SUID_client || true diff --git a/debian/po/cs.po b/debian/po/cs.po index c5229040e..071003350 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: \n" -"POT-Creation-Date: 2003-11-15 15:36+0000\n" +"POT-Creation-Date: 2004-03-06 17:54+0000\n" "PO-Revision-Date: 2004-01-28 15:10+0100\n" "Last-Translator: Miroslav Kure \n" "Language-Team: Czech \n" @@ -23,76 +23,15 @@ msgstr "" "Content-Type: text/plain; charset=ISO-8859-2\n" "Content-Transfer-Encoding: 8bit\n" -#. Type: note -#. Description -#: ../templates.master:3 -msgid "Privilege separation" -msgstr "Oddlen privilegi" - -#. Type: note -#. Description -#: ../templates.master:3 -msgid "" -"Privilege separation is turned on by default, so if you decide you want it " -"turned off, you need to add \"UsePrivilegeSeparation no\" to /etc/ssh/" -"sshd_config." -msgstr "" -"Oddlen privilegi je standardn zapnuto. Pokud se rozhodnete jej vypnout, " -"muste do /etc/ssh/sshd_config pidat dek \"UsePrivilegeSeparation no\"." - -#. Type: boolean -#. Description -#: ../templates.master:19 -msgid "Enable Privilege separation" -msgstr "Povolit oddlen privilegi" - #. Type: boolean #. Description -#: ../templates.master:19 -msgid "" -"This version of OpenSSH contains the new privilege separation option. This " -"significantly reduces the quantity of code that runs as root, and therefore " -"reduces the impact of security holes in sshd." -msgstr "" -"Tato verze OpenSSH obsahuje novou volbu oddlen privilegi, m se znan " -"sniuje mnostv kdu, kter b s prvy uivatele root, a tm pdem " -"zmenuje dopad bezpenostnch dr v sshd." - -#. Type: boolean -#. Description -#: ../templates.master:19 -msgid "" -"Unfortunately, privilege separation interacts badly with PAM. Any PAM " -"session modules that need to run as root (pam_mkhomedir, for example) will " -"fail, and PAM keyboard-interactive authentication won't work." -msgstr "" -"Bohuel, oddlen privilegi se patn sn se systmem PAM. Libovoln PAM " -"session modul, kter mus bt sputn jako root (nap. pam_mkhomedir), sele " -"a tak nebude fungovat autentizace vyuvajc klvesnici." - -#. Type: boolean -#. Description -#: ../templates.master:19 -msgid "" -"Since you've opted to have me generate an sshd_config file for you, you can " -"choose whether or not to have privilege separation turned on or not. Unless " -"you know you need to use PAM features that won't work with this option, you " -"should enable it." -msgstr "" -"Protoe jste se rozhodli, abych vytvoil soubor sshd_config, mete si " -"vybrat, jestli chcete povolit nebo zakzat oddlen privilegi. Pokud si " -"nejste jist, e potebujete pouvat PAM moduly, kter s touto volbou " -"nebudou fungovat, mli byste oddlen privilegi povolit." - -#. Type: boolean -#. Description -#: ../templates.master:36 +#: ../templates.master:4 msgid "Generate new configuration file" msgstr "Generovat nov konfiguran soubor" #. Type: boolean #. Description -#: ../templates.master:36 +#: ../templates.master:4 msgid "" "This version of OpenSSH has a considerably changed configuration file from " "the version shipped in Debian 'Potato', which you appear to be upgrading " @@ -108,7 +47,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:36 +#: ../templates.master:4 msgid "" "Please note that this new configuration file will set the value of " "'PermitRootLogin' to yes (meaning that anyone knowing the root password can " @@ -123,7 +62,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:36 +#: ../templates.master:4 msgid "" "It is strongly recommended that you let me generate a new configuration file " "for you." @@ -131,13 +70,13 @@ msgstr "Je v #. Type: boolean #. Description -#: ../templates.master:55 +#: ../templates.master:23 msgid "Allow SSH protocol 2 only" msgstr "Povolit pouze SSH protokol verze 2" #. Type: boolean #. Description -#: ../templates.master:55 +#: ../templates.master:23 msgid "" "This version of OpenSSH supports version 2 of the ssh protocol, which is " "much more secure. Disabling ssh 1 is encouraged, however this will slow " @@ -151,7 +90,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:55 +#: ../templates.master:23 msgid "" "Also please note that keys used for protocol 1 are different so you will not " "be able to use them if you only allow protocol 2 connections." @@ -161,7 +100,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:55 +#: ../templates.master:23 msgid "" "If you later change your mind about this setting, README.Debian has " "instructions on what to do to your sshd_config file." @@ -171,13 +110,13 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:69 +#: ../templates.master:37 msgid "ssh2 keys merged in configuration files" msgstr "Kle ssh2 v konfiguranch souborech byly spojeny" #. Type: note #. Description -#: ../templates.master:69 +#: ../templates.master:37 msgid "" "As of version 3 OpenSSH no longer uses separate files for ssh1 and ssh2 " "keys. This means the authorized_keys2 and known_hosts2 files are no longer " @@ -189,13 +128,13 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:78 +#: ../templates.master:46 msgid "Do you want to continue (and risk killing active ssh sessions)?" msgstr "Chcete pokraovat (a riskovat ukonen aktivnch ssh spojen)?" #. Type: boolean #. Description -#: ../templates.master:78 +#: ../templates.master:46 msgid "" "The version of /etc/init.d/ssh that you have installed, is likely to kill " "all running sshd instances. If you are doing this upgrade via an ssh " @@ -207,7 +146,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:78 +#: ../templates.master:46 msgid "" "You can fix this by adding \"--pidfile /var/run/sshd.pid\" to the start-stop-" "daemon line in the stop section of the file." @@ -217,13 +156,13 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:88 +#: ../templates.master:56 msgid "NOTE: Forwarding of X11 and Authorization disabled by default." msgstr "POZNMKA: Autorizace a pesmrovn X11 je standardn vypnuto." #. Type: note #. Description -#: ../templates.master:88 +#: ../templates.master:56 msgid "" "For security reasons, the Debian version of ssh has ForwardX11 and " "ForwardAgent set to ``off'' by default." @@ -233,7 +172,7 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:88 +#: ../templates.master:56 msgid "" "You can enable it for servers you trust, either in one of the configuration " "files, or with the -X command line option." @@ -243,19 +182,19 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:88 +#: ../templates.master:56 msgid "More details can be found in /usr/share/doc/ssh/README.Debian" msgstr "Vce naleznete v /usr/share/doc/ssh/README.Debian" #. Type: note #. Description -#: ../templates.master:99 +#: ../templates.master:67 msgid "Warning: rsh-server is installed --- probably not a good idea" msgstr "Varovn: je nainstalovn rsh-server --- to nen dobr npad" #. Type: note #. Description -#: ../templates.master:99 +#: ../templates.master:67 msgid "" "having rsh-server installed undermines the security that you were probably " "wanting to obtain by installing ssh. I'd advise you to remove that package." @@ -265,13 +204,13 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:106 +#: ../templates.master:74 msgid "Warning: telnetd is installed --- probably not a good idea" msgstr "Varovn: je nainstalovn telnetd --- to nen dobr npad" #. Type: note #. Description -#: ../templates.master:106 +#: ../templates.master:74 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 " @@ -284,13 +223,13 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:114 +#: ../templates.master:82 msgid "Warning: you must create a new host key" msgstr "Varovn: muste vytvoit nov serverov kl" #. Type: note #. Description -#: ../templates.master:114 +#: ../templates.master:82 msgid "" "There is an old /etc/ssh/ssh_host_key, which is IDEA encrypted. OpenSSH can " "not handle this host key file, and I can't find the ssh-keygen utility from " @@ -302,19 +241,19 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:114 +#: ../templates.master:82 msgid "You will need to generate a new host key." msgstr "Muste vygenerovat nov serverov kl" #. Type: boolean #. Description -#: ../templates.master:124 +#: ../templates.master:92 msgid "Do you want /usr/lib/ssh-keysign to be installed SUID root?" msgstr "Chcete /usr/lib/ssh-keysign nainstalovat jako SUID root?" #. Type: boolean #. Description -#: ../templates.master:124 +#: ../templates.master:92 msgid "" "You have the option of installing the ssh-keysign helper with the SUID bit " "set." @@ -324,7 +263,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:124 +#: ../templates.master:92 msgid "" "If you make ssh-keysign SUID, you will be able to use SSH's Protocol 2 host-" "based authentication." @@ -334,7 +273,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:124 +#: ../templates.master:92 msgid "" "If in doubt, I suggest you install it with SUID. If it causes problems you " "can change your mind later by running: dpkg-reconfigure ssh" @@ -344,19 +283,19 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:137 +#: ../templates.master:105 msgid "Do you want to run the sshd server?" msgstr "Chcete spustit sshd server?" #. Type: boolean #. Description -#: ../templates.master:137 +#: ../templates.master:105 msgid "This package contains both the ssh client, and the sshd server." msgstr "Tento balk obsahuje jak klienta ssh, tak server sshd." #. Type: boolean #. Description -#: ../templates.master:137 +#: ../templates.master:105 msgid "" "Normally the sshd Secure Shell Server will be run to allow remote logins via " "ssh." @@ -366,7 +305,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:137 +#: ../templates.master:105 msgid "" "If you are only interested in using the ssh client for outbound connections " "on this machine, and don't want to log into it at all using ssh, then you " @@ -377,13 +316,13 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:149 +#: ../templates.master:117 msgid "Environment options on keys have been deprecated" msgstr "Volby prosted spojen s kli jsou zakzny" #. Type: note #. Description -#: ../templates.master:149 +#: ../templates.master:117 msgid "" "This version of OpenSSH disables the environment option for public keys by " "default, in order to avoid certain attacks (for example, LD_PRELOAD). If you " @@ -397,7 +336,7 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:149 +#: ../templates.master:117 msgid "" "To re-enable this option, set \"PermitUserEnvironment yes\" in /etc/ssh/" "sshd_config after the upgrade is complete, taking note of the warning in the " @@ -406,3 +345,48 @@ msgstr "" "Pro znovupovolen tto volby si po aktualizaci pette varovn v manulov " "strnce sshd_config(5) a v souboru /etc/ssh/sshd_config zadejte " "\"PermitUserEnvironment yes\"." + +#~ msgid "Privilege separation" +#~ msgstr "Oddlen privilegi" + +#~ msgid "" +#~ "Privilege separation is turned on by default, so if you decide you want " +#~ "it turned off, you need to add \"UsePrivilegeSeparation no\" to /etc/ssh/" +#~ "sshd_config." +#~ msgstr "" +#~ "Oddlen privilegi je standardn zapnuto. Pokud se rozhodnete jej " +#~ "vypnout, muste do /etc/ssh/sshd_config pidat dek " +#~ "\"UsePrivilegeSeparation no\"." + +#~ msgid "Enable Privilege separation" +#~ msgstr "Povolit oddlen privilegi" + +#~ msgid "" +#~ "This version of OpenSSH contains the new privilege separation option. " +#~ "This significantly reduces the quantity of code that runs as root, and " +#~ "therefore reduces the impact of security holes in sshd." +#~ msgstr "" +#~ "Tato verze OpenSSH obsahuje novou volbu oddlen privilegi, m se " +#~ "znan sniuje mnostv kdu, kter b s prvy uivatele root, a tm " +#~ "pdem zmenuje dopad bezpenostnch dr v sshd." + +#~ msgid "" +#~ "Unfortunately, privilege separation interacts badly with PAM. Any PAM " +#~ "session modules that need to run as root (pam_mkhomedir, for example) " +#~ "will fail, and PAM keyboard-interactive authentication won't work." +#~ msgstr "" +#~ "Bohuel, oddlen privilegi se patn sn se systmem PAM. Libovoln " +#~ "PAM session modul, kter mus bt sputn jako root (nap. " +#~ "pam_mkhomedir), sele a tak nebude fungovat autentizace vyuvajc " +#~ "klvesnici." + +#~ msgid "" +#~ "Since you've opted to have me generate an sshd_config file for you, you " +#~ "can choose whether or not to have privilege separation turned on or not. " +#~ "Unless you know you need to use PAM features that won't work with this " +#~ "option, you should enable it." +#~ msgstr "" +#~ "Protoe jste se rozhodli, abych vytvoil soubor sshd_config, mete si " +#~ "vybrat, jestli chcete povolit nebo zakzat oddlen privilegi. Pokud si " +#~ "nejste jist, e potebujete pouvat PAM moduly, kter s touto volbou " +#~ "nebudou fungovat, mli byste oddlen privilegi povolit." diff --git a/debian/po/da.po b/debian/po/da.po index 02fb0dd5c..be90f82f3 100644 --- a/debian/po/da.po +++ b/debian/po/da.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: openssh 3.6.1p2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2003-11-15 15:36+0000\n" +"POT-Creation-Date: 2004-03-06 17:54+0000\n" "PO-Revision-Date: 2003-10-28 14:30+0200\n" "Last-Translator: Morten Brix Pedersen \n" "Language-Team: debian-l10n-danish \n" @@ -23,77 +23,15 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#. Type: note -#. Description -#: ../templates.master:3 -msgid "Privilege separation" -msgstr "Privilegie adskillelse" - -#. Type: note -#. Description -#: ../templates.master:3 -msgid "" -"Privilege separation is turned on by default, so if you decide you want it " -"turned off, you need to add \"UsePrivilegeSeparation no\" to /etc/ssh/" -"sshd_config." -msgstr "" -"Privilegie adskillelse er slået til som standard, så hvis du beslutter at " -"slå det fra, skal du bruge \"UsePrivilegeSeparation no\" i /etc/ssh/" -"sshd_config." - -#. Type: boolean -#. Description -#: ../templates.master:19 -msgid "Enable Privilege separation" -msgstr "Slå privilegie adskillelse til" - #. Type: boolean #. Description -#: ../templates.master:19 -msgid "" -"This version of OpenSSH contains the new privilege separation option. This " -"significantly reduces the quantity of code that runs as root, and therefore " -"reduces the impact of security holes in sshd." -msgstr "" -"Denne version af OpenSSH indeholder den nye privilegie adskillelses " -"mulighed. Det reducerer markant mængden af kode der kører som root, og " -"derfor reducerer det impakten på sikkerhedshuller i sshd." - -#. Type: boolean -#. Description -#: ../templates.master:19 -msgid "" -"Unfortunately, privilege separation interacts badly with PAM. Any PAM " -"session modules that need to run as root (pam_mkhomedir, for example) will " -"fail, and PAM keyboard-interactive authentication won't work." -msgstr "" -"Desværre, arbejder det ikke godt sammen med PAM. Ethvert PAM session modul " -"der skal køres som root (pam_mkhomedir, f.eks.) vil fejle, og PAM tastatur-" -"interaktive autentifikationer vil ikke virke." - -#. Type: boolean -#. Description -#: ../templates.master:19 -msgid "" -"Since you've opted to have me generate an sshd_config file for you, you can " -"choose whether or not to have privilege separation turned on or not. Unless " -"you know you need to use PAM features that won't work with this option, you " -"should enable it." -msgstr "" -"Siden du har bedt mig om at lave en sshd_config fil til dig, kan du vælge om " -"du vil have privilegie adskillelse slået til eller ej. Medmindre du ved at " -"du skal bruge PAM funktioner som ikke vil virke med dette tilvalg, skal du " -"sige ja her." - -#. Type: boolean -#. Description -#: ../templates.master:36 +#: ../templates.master:4 msgid "Generate new configuration file" msgstr "Opret ny opsætningsfil" #. Type: boolean #. Description -#: ../templates.master:36 +#: ../templates.master:4 msgid "" "This version of OpenSSH has a considerably changed configuration file from " "the version shipped in Debian 'Potato', which you appear to be upgrading " @@ -109,7 +47,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:36 +#: ../templates.master:4 msgid "" "Please note that this new configuration file will set the value of " "'PermitRootLogin' to yes (meaning that anyone knowing the root password can " @@ -125,7 +63,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:36 +#: ../templates.master:4 msgid "" "It is strongly recommended that you let me generate a new configuration file " "for you." @@ -133,13 +71,13 @@ msgstr "Du rådes stærkt til at lade mig oprette en ny opsætningsfil for dig." #. Type: boolean #. Description -#: ../templates.master:55 +#: ../templates.master:23 msgid "Allow SSH protocol 2 only" msgstr "Tillad kun SSH protokol 2" #. Type: boolean #. Description -#: ../templates.master:55 +#: ../templates.master:23 msgid "" "This version of OpenSSH supports version 2 of the ssh protocol, which is " "much more secure. Disabling ssh 1 is encouraged, however this will slow " @@ -153,7 +91,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:55 +#: ../templates.master:23 msgid "" "Also please note that keys used for protocol 1 are different so you will not " "be able to use them if you only allow protocol 2 connections." @@ -164,7 +102,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:55 +#: ../templates.master:23 msgid "" "If you later change your mind about this setting, README.Debian has " "instructions on what to do to your sshd_config file." @@ -174,13 +112,13 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:69 +#: ../templates.master:37 msgid "ssh2 keys merged in configuration files" msgstr "ssh2-nøgler flettet i opsætningsfilerne" #. Type: note #. Description -#: ../templates.master:69 +#: ../templates.master:37 msgid "" "As of version 3 OpenSSH no longer uses separate files for ssh1 and ssh2 " "keys. This means the authorized_keys2 and known_hosts2 files are no longer " @@ -193,13 +131,13 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:78 +#: ../templates.master:46 msgid "Do you want to continue (and risk killing active ssh sessions)?" msgstr "Vil du fortsætte (og risikere at afbryde aktive ssh-forbindelser)?" #. Type: boolean #. Description -#: ../templates.master:78 +#: ../templates.master:46 msgid "" "The version of /etc/init.d/ssh that you have installed, is likely to kill " "all running sshd instances. If you are doing this upgrade via an ssh " @@ -211,7 +149,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:78 +#: ../templates.master:46 msgid "" "You can fix this by adding \"--pidfile /var/run/sshd.pid\" to the start-stop-" "daemon line in the stop section of the file." @@ -221,14 +159,14 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:88 +#: ../templates.master:56 msgid "NOTE: Forwarding of X11 and Authorization disabled by default." msgstr "" "BEMÆRK: Videregivelse af X11 og adgangkontrol er som standard deaktiveret." #. Type: note #. Description -#: ../templates.master:88 +#: ../templates.master:56 msgid "" "For security reasons, the Debian version of ssh has ForwardX11 and " "ForwardAgent set to ``off'' by default." @@ -238,7 +176,7 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:88 +#: ../templates.master:56 msgid "" "You can enable it for servers you trust, either in one of the configuration " "files, or with the -X command line option." @@ -248,19 +186,19 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:88 +#: ../templates.master:56 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" #. Type: note #. Description -#: ../templates.master:99 +#: ../templates.master:67 msgid "Warning: rsh-server is installed --- probably not a good idea" msgstr "Advarsel: rsh-serveren er installeret --- sikkert ikke en god idé" #. Type: note #. Description -#: ../templates.master:99 +#: ../templates.master:67 msgid "" "having rsh-server installed undermines the security that you were probably " "wanting to obtain by installing ssh. I'd advise you to remove that package." @@ -271,13 +209,13 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:106 +#: ../templates.master:74 msgid "Warning: telnetd is installed --- probably not a good idea" msgstr "Advarsel: telnetd er installeret --- sikkert ikke en god idé" #. Type: note #. Description -#: ../templates.master:106 +#: ../templates.master:74 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 " @@ -291,13 +229,13 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:114 +#: ../templates.master:82 msgid "Warning: you must create a new host key" msgstr "Advarsel: du skal oprette en ny værtsnøgle" #. Type: note #. Description -#: ../templates.master:114 +#: ../templates.master:82 msgid "" "There is an old /etc/ssh/ssh_host_key, which is IDEA encrypted. OpenSSH can " "not handle this host key file, and I can't find the ssh-keygen utility from " @@ -309,19 +247,19 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:114 +#: ../templates.master:82 msgid "You will need to generate a new host key." msgstr "Du skal oprette en ny værtsnøgle." #. Type: boolean #. Description -#: ../templates.master:124 +#: ../templates.master:92 msgid "Do you want /usr/lib/ssh-keysign to be installed SUID root?" msgstr "Vil du have, at /usr/bin/ssh-keysign bliver installeret 'SUID root'?" #. Type: boolean #. Description -#: ../templates.master:124 +#: ../templates.master:92 msgid "" "You have the option of installing the ssh-keysign helper with the SUID bit " "set." @@ -330,7 +268,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:124 +#: ../templates.master:92 msgid "" "If you make ssh-keysign SUID, you will be able to use SSH's Protocol 2 host-" "based authentication." @@ -340,7 +278,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:124 +#: ../templates.master:92 msgid "" "If in doubt, I suggest you install it with SUID. If it causes problems you " "can change your mind later by running: dpkg-reconfigure ssh" @@ -351,19 +289,19 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:137 +#: ../templates.master:105 msgid "Do you want to run the sshd server?" msgstr "Vil du køre sshd-serveren?" #. Type: boolean #. Description -#: ../templates.master:137 +#: ../templates.master:105 msgid "This package contains both the ssh client, and the sshd server." msgstr "Denne pakke indeholder både ssh-klienten og sshd-serveren." #. Type: boolean #. Description -#: ../templates.master:137 +#: ../templates.master:105 msgid "" "Normally the sshd Secure Shell Server will be run to allow remote logins via " "ssh." @@ -373,7 +311,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:137 +#: ../templates.master:105 msgid "" "If you are only interested in using the ssh client for outbound connections " "on this machine, and don't want to log into it at all using ssh, then you " @@ -385,13 +323,13 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:149 +#: ../templates.master:117 msgid "Environment options on keys have been deprecated" msgstr "Miljø-variabler for nøgler er ikke længere understøttet" #. Type: note #. Description -#: ../templates.master:149 +#: ../templates.master:117 msgid "" "This version of OpenSSH disables the environment option for public keys by " "default, in order to avoid certain attacks (for example, LD_PRELOAD). If you " @@ -405,7 +343,7 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:149 +#: ../templates.master:117 msgid "" "To re-enable this option, set \"PermitUserEnvironment yes\" in /etc/ssh/" "sshd_config after the upgrade is complete, taking note of the warning in the " @@ -414,3 +352,47 @@ msgstr "" "For at re-aktivere denne muligt, sæt \"PermitUserEnvironment yes\" i /etc/" "ssh/sshd_config efter opgraderingen er færdig, men bemærk advarslen som står " "skrevet i sshd_config(5) manual-siden." + +#~ msgid "Privilege separation" +#~ msgstr "Privilegie adskillelse" + +#~ msgid "" +#~ "Privilege separation is turned on by default, so if you decide you want " +#~ "it turned off, you need to add \"UsePrivilegeSeparation no\" to /etc/ssh/" +#~ "sshd_config." +#~ msgstr "" +#~ "Privilegie adskillelse er slået til som standard, så hvis du beslutter at " +#~ "slå det fra, skal du bruge \"UsePrivilegeSeparation no\" i /etc/ssh/" +#~ "sshd_config." + +#~ msgid "Enable Privilege separation" +#~ msgstr "Slå privilegie adskillelse til" + +#~ msgid "" +#~ "This version of OpenSSH contains the new privilege separation option. " +#~ "This significantly reduces the quantity of code that runs as root, and " +#~ "therefore reduces the impact of security holes in sshd." +#~ msgstr "" +#~ "Denne version af OpenSSH indeholder den nye privilegie adskillelses " +#~ "mulighed. Det reducerer markant mængden af kode der kører som root, og " +#~ "derfor reducerer det impakten på sikkerhedshuller i sshd." + +#~ msgid "" +#~ "Unfortunately, privilege separation interacts badly with PAM. Any PAM " +#~ "session modules that need to run as root (pam_mkhomedir, for example) " +#~ "will fail, and PAM keyboard-interactive authentication won't work." +#~ msgstr "" +#~ "Desværre, arbejder det ikke godt sammen med PAM. Ethvert PAM session " +#~ "modul der skal køres som root (pam_mkhomedir, f.eks.) vil fejle, og PAM " +#~ "tastatur-interaktive autentifikationer vil ikke virke." + +#~ msgid "" +#~ "Since you've opted to have me generate an sshd_config file for you, you " +#~ "can choose whether or not to have privilege separation turned on or not. " +#~ "Unless you know you need to use PAM features that won't work with this " +#~ "option, you should enable it." +#~ msgstr "" +#~ "Siden du har bedt mig om at lave en sshd_config fil til dig, kan du vælge " +#~ "om du vil have privilegie adskillelse slået til eller ej. Medmindre du " +#~ "ved at du skal bruge PAM funktioner som ikke vil virke med dette tilvalg, " +#~ "skal du sige ja her." diff --git a/debian/po/de.po b/debian/po/de.po index fb337fce2..8605e0d39 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: \n" -"POT-Creation-Date: 2003-11-15 15:36+0000\n" +"POT-Creation-Date: 2004-03-06 17:54+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -24,64 +24,15 @@ msgstr "" "Content-Type: text/plain; charset=ISO-8859-15\n" "Content-Transfer-Encoding: 8bit\n" -#. Type: note -#. Description -#: ../templates.master:3 -msgid "Privilege separation" -msgstr "" - -#. Type: note -#. Description -#: ../templates.master:3 -msgid "" -"Privilege separation is turned on by default, so if you decide you want it " -"turned off, you need to add \"UsePrivilegeSeparation no\" to /etc/ssh/" -"sshd_config." -msgstr "" - -#. Type: boolean -#. Description -#: ../templates.master:19 -msgid "Enable Privilege separation" -msgstr "" - -#. Type: boolean -#. Description -#: ../templates.master:19 -msgid "" -"This version of OpenSSH contains the new privilege separation option. This " -"significantly reduces the quantity of code that runs as root, and therefore " -"reduces the impact of security holes in sshd." -msgstr "" - -#. Type: boolean -#. Description -#: ../templates.master:19 -msgid "" -"Unfortunately, privilege separation interacts badly with PAM. Any PAM " -"session modules that need to run as root (pam_mkhomedir, for example) will " -"fail, and PAM keyboard-interactive authentication won't work." -msgstr "" - -#. Type: boolean -#. Description -#: ../templates.master:19 -msgid "" -"Since you've opted to have me generate an sshd_config file for you, you can " -"choose whether or not to have privilege separation turned on or not. Unless " -"you know you need to use PAM features that won't work with this option, you " -"should enable it." -msgstr "" - #. Type: boolean #. Description -#: ../templates.master:36 +#: ../templates.master:4 msgid "Generate new configuration file" msgstr "" #. Type: boolean #. Description -#: ../templates.master:36 +#: ../templates.master:4 msgid "" "This version of OpenSSH has a considerably changed configuration file from " "the version shipped in Debian 'Potato', which you appear to be upgrading " @@ -92,7 +43,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:36 +#: ../templates.master:4 msgid "" "Please note that this new configuration file will set the value of " "'PermitRootLogin' to yes (meaning that anyone knowing the root password can " @@ -103,7 +54,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:36 +#: ../templates.master:4 msgid "" "It is strongly recommended that you let me generate a new configuration file " "for you." @@ -111,13 +62,13 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:55 +#: ../templates.master:23 msgid "Allow SSH protocol 2 only" msgstr "" #. Type: boolean #. Description -#: ../templates.master:55 +#: ../templates.master:23 msgid "" "This version of OpenSSH supports version 2 of the ssh protocol, which is " "much more secure. Disabling ssh 1 is encouraged, however this will slow " @@ -127,7 +78,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:55 +#: ../templates.master:23 msgid "" "Also please note that keys used for protocol 1 are different so you will not " "be able to use them if you only allow protocol 2 connections." @@ -135,7 +86,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:55 +#: ../templates.master:23 msgid "" "If you later change your mind about this setting, README.Debian has " "instructions on what to do to your sshd_config file." @@ -143,13 +94,13 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:69 +#: ../templates.master:37 msgid "ssh2 keys merged in configuration files" msgstr "" #. Type: note #. Description -#: ../templates.master:69 +#: ../templates.master:37 msgid "" "As of version 3 OpenSSH no longer uses separate files for ssh1 and ssh2 " "keys. This means the authorized_keys2 and known_hosts2 files are no longer " @@ -158,13 +109,13 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:78 +#: ../templates.master:46 msgid "Do you want to continue (and risk killing active ssh sessions)?" msgstr "Wollen Sie weitermachen (und das Killen der Session riskieren)?" #. Type: boolean #. Description -#: ../templates.master:78 +#: ../templates.master:46 msgid "" "The version of /etc/init.d/ssh that you have installed, is likely to kill " "all running sshd instances. If you are doing this upgrade via an ssh " @@ -176,7 +127,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:78 +#: ../templates.master:46 msgid "" "You can fix this by adding \"--pidfile /var/run/sshd.pid\" to the start-stop-" "daemon line in the stop section of the file." @@ -187,13 +138,13 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:88 +#: ../templates.master:56 msgid "NOTE: Forwarding of X11 and Authorization disabled by default." msgstr "HINWEIS: Forwarden von X11 und Authorisierung ist abgeschaltet." #. Type: note #. Description -#: ../templates.master:88 +#: ../templates.master:56 msgid "" "For security reasons, the Debian version of ssh has ForwardX11 and " "ForwardAgent set to ``off'' by default." @@ -203,7 +154,7 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:88 +#: ../templates.master:56 msgid "" "You can enable it for servers you trust, either in one of the configuration " "files, or with the -X command line option." @@ -213,20 +164,20 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:88 +#: ../templates.master:56 msgid "More details can be found in /usr/share/doc/ssh/README.Debian" msgstr "" "Weitere Details koennen Sie in /usr/share/doc/ssh/README.Debian finden." #. Type: note #. Description -#: ../templates.master:99 +#: ../templates.master:67 msgid "Warning: rsh-server is installed --- probably not a good idea" msgstr "Warnung: rsh-server ist installiert --- mglicherweise" #. Type: note #. Description -#: ../templates.master:99 +#: ../templates.master:67 msgid "" "having rsh-server installed undermines the security that you were probably " "wanting to obtain by installing ssh. I'd advise you to remove that package." @@ -236,13 +187,13 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:106 +#: ../templates.master:74 msgid "Warning: telnetd is installed --- probably not a good idea" msgstr "Warnung: telnetd ist installiert --- schlechte Idee" #. Type: note #. Description -#: ../templates.master:106 +#: ../templates.master:74 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 " @@ -255,13 +206,13 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:114 +#: ../templates.master:82 msgid "Warning: you must create a new host key" msgstr "Warnung: Sie mssen einen neuen Host Key erzeugen" #. Type: note #. Description -#: ../templates.master:114 +#: ../templates.master:82 #, fuzzy msgid "" "There is an old /etc/ssh/ssh_host_key, which is IDEA encrypted. OpenSSH can " @@ -275,19 +226,19 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:114 +#: ../templates.master:82 msgid "You will need to generate a new host key." msgstr "" #. Type: boolean #. Description -#: ../templates.master:124 +#: ../templates.master:92 msgid "Do you want /usr/lib/ssh-keysign to be installed SUID root?" msgstr "" #. Type: boolean #. Description -#: ../templates.master:124 +#: ../templates.master:92 msgid "" "You have the option of installing the ssh-keysign helper with the SUID bit " "set." @@ -295,7 +246,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:124 +#: ../templates.master:92 msgid "" "If you make ssh-keysign SUID, you will be able to use SSH's Protocol 2 host-" "based authentication." @@ -303,7 +254,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:124 +#: ../templates.master:92 msgid "" "If in doubt, I suggest you install it with SUID. If it causes problems you " "can change your mind later by running: dpkg-reconfigure ssh" @@ -311,19 +262,19 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:137 +#: ../templates.master:105 msgid "Do you want to run the sshd server?" msgstr "Mchten Sie den sshd Server starten?" #. Type: boolean #. Description -#: ../templates.master:137 +#: ../templates.master:105 msgid "This package contains both the ssh client, and the sshd server." msgstr "Das Paket enthlt sowohl den Client als auch den sshd Server." #. Type: boolean #. Description -#: ../templates.master:137 +#: ../templates.master:105 msgid "" "Normally the sshd Secure Shell Server will be run to allow remote logins via " "ssh." @@ -332,7 +283,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:137 +#: ../templates.master:105 msgid "" "If you are only interested in using the ssh client for outbound connections " "on this machine, and don't want to log into it at all using ssh, then you " @@ -344,13 +295,13 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:149 +#: ../templates.master:117 msgid "Environment options on keys have been deprecated" msgstr "" #. Type: note #. Description -#: ../templates.master:149 +#: ../templates.master:117 msgid "" "This version of OpenSSH disables the environment option for public keys by " "default, in order to avoid certain attacks (for example, LD_PRELOAD). If you " @@ -360,7 +311,7 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:149 +#: ../templates.master:117 msgid "" "To re-enable this option, set \"PermitUserEnvironment yes\" in /etc/ssh/" "sshd_config after the upgrade is complete, taking note of the warning in the " diff --git a/debian/po/es.po b/debian/po/es.po index 3fd16d4c2..95a76b09d 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: \n" -"POT-Creation-Date: 2003-11-15 15:36+0000\n" +"POT-Creation-Date: 2004-03-06 17:54+0000\n" "PO-Revision-Date: 2004-01-17 17:47+0200\n" "Last-Translator: Javier Fernandez-Sanguino Pea \n" "Language-Team: Debian L10n Spanish \n" @@ -40,79 +40,15 @@ msgstr "" "Content-Type: text/plain; charset=ISO-8859-15\n" "Content-Transfer-Encoding: 8bit\n" -#. Type: note -#. Description -#: ../templates.master:3 -msgid "Privilege separation" -msgstr "Separacin de privilegios" - -#. Type: note -#. Description -#: ../templates.master:3 -msgid "" -"Privilege separation is turned on by default, so if you decide you want it " -"turned off, you need to add \"UsePrivilegeSeparation no\" to /etc/ssh/" -"sshd_config." -msgstr "" -"La separacin de privilegios est activa por defecto, por lo que si decide " -"desactivarla, tiene que aadir UsePrivilegeSeparation no al fichero /etc/" -"ssh/sshd_config." - -#. Type: boolean -#. Description -#: ../templates.master:19 -msgid "Enable Privilege separation" -msgstr "Activar separacin de privilegios" - -#. Type: boolean -#. Description -#: ../templates.master:19 -msgid "" -"This version of OpenSSH contains the new privilege separation option. This " -"significantly reduces the quantity of code that runs as root, and therefore " -"reduces the impact of security holes in sshd." -msgstr "" -"Esta versin de OpenSSH incluye una nueva opcin de separacin de " -"privilegios que reduce significativamente la cantidad de cdigo que se " -"ejecuta como root, por lo que reduce el impacto de posibles agujeros de " -"seguridad en sshd." - -#. Type: boolean -#. Description -#: ../templates.master:19 -msgid "" -"Unfortunately, privilege separation interacts badly with PAM. Any PAM " -"session modules that need to run as root (pam_mkhomedir, for example) will " -"fail, and PAM keyboard-interactive authentication won't work." -msgstr "" -"Desafortunadamente, la separacin de privilegios no funciona correctamente " -"con PAM. Cualquier mdulo PAM que necesite ejecutarse como root (como, por " -"ejemplo, pam_mkhomedir) y la autenticacin interactiva PAM con teclado no " -"funcionarn." - -#. Type: boolean -#. Description -#: ../templates.master:19 -msgid "" -"Since you've opted to have me generate an sshd_config file for you, you can " -"choose whether or not to have privilege separation turned on or not. Unless " -"you know you need to use PAM features that won't work with this option, you " -"should enable it." -msgstr "" -"Puesto que ha elegido crear automticamente el fichero sshd_config, puede " -"decidir ahora si quiere activar la opcin de separacin de privilegios. A " -"menos que necesite usar ciertas caractersticas de PAM que no funcionan con " -"esta opcin, debera responder s a esta pregunta." - #. Type: boolean #. Description -#: ../templates.master:36 +#: ../templates.master:4 msgid "Generate new configuration file" msgstr "Generar un nuevo fichero de configuracin" #. Type: boolean #. Description -#: ../templates.master:36 +#: ../templates.master:4 msgid "" "This version of OpenSSH has a considerably changed configuration file from " "the version shipped in Debian 'Potato', which you appear to be upgrading " @@ -129,7 +65,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:36 +#: ../templates.master:4 msgid "" "Please note that this new configuration file will set the value of " "'PermitRootLogin' to yes (meaning that anyone knowing the root password can " @@ -146,7 +82,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:36 +#: ../templates.master:4 msgid "" "It is strongly recommended that you let me generate a new configuration file " "for you." @@ -156,13 +92,13 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:55 +#: ../templates.master:23 msgid "Allow SSH protocol 2 only" msgstr "Permitir slo la versin 2 del protocolo SSH" #. Type: boolean #. Description -#: ../templates.master:55 +#: ../templates.master:23 msgid "" "This version of OpenSSH supports version 2 of the ssh protocol, which is " "much more secure. Disabling ssh 1 is encouraged, however this will slow " @@ -176,7 +112,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:55 +#: ../templates.master:23 msgid "" "Also please note that keys used for protocol 1 are different so you will not " "be able to use them if you only allow protocol 2 connections." @@ -187,7 +123,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:55 +#: ../templates.master:23 msgid "" "If you later change your mind about this setting, README.Debian has " "instructions on what to do to your sshd_config file." @@ -197,13 +133,13 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:69 +#: ../templates.master:37 msgid "ssh2 keys merged in configuration files" msgstr "Las claves ssh2 ya se incluyen en los ficheros de configuracin" #. Type: note #. Description -#: ../templates.master:69 +#: ../templates.master:37 msgid "" "As of version 3 OpenSSH no longer uses separate files for ssh1 and ssh2 " "keys. This means the authorized_keys2 and known_hosts2 files are no longer " @@ -216,13 +152,13 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:78 +#: ../templates.master:46 msgid "Do you want to continue (and risk killing active ssh sessions)?" msgstr "Desea continuar, an a riesgo de matar las sesiones ssh activas?" #. Type: boolean #. Description -#: ../templates.master:78 +#: ../templates.master:46 msgid "" "The version of /etc/init.d/ssh that you have installed, is likely to kill " "all running sshd instances. If you are doing this upgrade via an ssh " @@ -234,7 +170,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:78 +#: ../templates.master:46 msgid "" "You can fix this by adding \"--pidfile /var/run/sshd.pid\" to the start-stop-" "daemon line in the stop section of the file." @@ -244,13 +180,13 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:88 +#: ../templates.master:56 msgid "NOTE: Forwarding of X11 and Authorization disabled by default." msgstr "NOTA: Reenvo de X11 y Autorizacin desactivadas por defecto." #. Type: note #. Description -#: ../templates.master:88 +#: ../templates.master:56 msgid "" "For security reasons, the Debian version of ssh has ForwardX11 and " "ForwardAgent set to ``off'' by default." @@ -260,7 +196,7 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:88 +#: ../templates.master:56 msgid "" "You can enable it for servers you trust, either in one of the configuration " "files, or with the -X command line option." @@ -270,20 +206,20 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:88 +#: ../templates.master:56 msgid "More details can be found in /usr/share/doc/ssh/README.Debian" msgstr "Puede encontrar ms detalles en /usr/share/doc/ssh/README.Debian." #. Type: note #. Description -#: ../templates.master:99 +#: ../templates.master:67 msgid "Warning: rsh-server is installed --- probably not a good idea" msgstr "" "Aviso: tiene rsh-server instalado (seguramente, esto no es una buena idea)" #. Type: note #. Description -#: ../templates.master:99 +#: ../templates.master:67 msgid "" "having rsh-server installed undermines the security that you were probably " "wanting to obtain by installing ssh. I'd advise you to remove that package." @@ -294,13 +230,13 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:106 +#: ../templates.master:74 msgid "Warning: telnetd is installed --- probably not a good idea" msgstr "Aviso: tiene telnetd instalado (posiblemente no es una buena idea)" #. Type: note #. Description -#: ../templates.master:106 +#: ../templates.master:74 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 " @@ -314,13 +250,13 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:114 +#: ../templates.master:82 msgid "Warning: you must create a new host key" msgstr "Aviso: debe crear una nueva clave para su servidor" #. Type: note #. Description -#: ../templates.master:114 +#: ../templates.master:82 msgid "" "There is an old /etc/ssh/ssh_host_key, which is IDEA encrypted. OpenSSH can " "not handle this host key file, and I can't find the ssh-keygen utility from " @@ -332,19 +268,19 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:114 +#: ../templates.master:82 msgid "You will need to generate a new host key." msgstr "Necesitar generar una nueva clave para su servidor." #. Type: boolean #. Description -#: ../templates.master:124 +#: ../templates.master:92 msgid "Do you want /usr/lib/ssh-keysign to be installed SUID root?" msgstr "Quiere instalar /usr/lib/ssh-keysign SUID root?" #. Type: boolean #. Description -#: ../templates.master:124 +#: ../templates.master:92 msgid "" "You have the option of installing the ssh-keysign helper with the SUID bit " "set." @@ -354,7 +290,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:124 +#: ../templates.master:92 msgid "" "If you make ssh-keysign SUID, you will be able to use SSH's Protocol 2 host-" "based authentication." @@ -364,7 +300,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:124 +#: ../templates.master:92 msgid "" "If in doubt, I suggest you install it with SUID. If it causes problems you " "can change your mind later by running: dpkg-reconfigure ssh" @@ -374,19 +310,19 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:137 +#: ../templates.master:105 msgid "Do you want to run the sshd server?" msgstr "Quiere ejecutar el servidor sshd?" #. Type: boolean #. Description -#: ../templates.master:137 +#: ../templates.master:105 msgid "This package contains both the ssh client, and the sshd server." msgstr "Este paquete contiene el cliente ssh y el servidor sshd." #. Type: boolean #. Description -#: ../templates.master:137 +#: ../templates.master:105 msgid "" "Normally the sshd Secure Shell Server will be run to allow remote logins via " "ssh." @@ -396,7 +332,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:137 +#: ../templates.master:105 msgid "" "If you are only interested in using the ssh client for outbound connections " "on this machine, and don't want to log into it at all using ssh, then you " @@ -408,13 +344,13 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:149 +#: ../templates.master:117 msgid "Environment options on keys have been deprecated" msgstr "Las opciones de entorno para las claves, en desuso" #. Type: note #. Description -#: ../templates.master:149 +#: ../templates.master:117 msgid "" "This version of OpenSSH disables the environment option for public keys by " "default, in order to avoid certain attacks (for example, LD_PRELOAD). If you " @@ -428,7 +364,7 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:149 +#: ../templates.master:117 msgid "" "To re-enable this option, set \"PermitUserEnvironment yes\" in /etc/ssh/" "sshd_config after the upgrade is complete, taking note of the warning in the " @@ -438,6 +374,52 @@ msgstr "" "etc/ssh/sshd_config al terminar la actualizacin, teniendo en cuenta el " "aviso de la pgina de manual de sshd_config(5)." +#~ msgid "Privilege separation" +#~ msgstr "Separacin de privilegios" + +#~ msgid "" +#~ "Privilege separation is turned on by default, so if you decide you want " +#~ "it turned off, you need to add \"UsePrivilegeSeparation no\" to /etc/ssh/" +#~ "sshd_config." +#~ msgstr "" +#~ "La separacin de privilegios est activa por defecto, por lo que si " +#~ "decide desactivarla, tiene que aadir UsePrivilegeSeparation no al " +#~ "fichero /etc/ssh/sshd_config." + +#~ msgid "Enable Privilege separation" +#~ msgstr "Activar separacin de privilegios" + +#~ msgid "" +#~ "This version of OpenSSH contains the new privilege separation option. " +#~ "This significantly reduces the quantity of code that runs as root, and " +#~ "therefore reduces the impact of security holes in sshd." +#~ msgstr "" +#~ "Esta versin de OpenSSH incluye una nueva opcin de separacin de " +#~ "privilegios que reduce significativamente la cantidad de cdigo que se " +#~ "ejecuta como root, por lo que reduce el impacto de posibles agujeros de " +#~ "seguridad en sshd." + +#~ msgid "" +#~ "Unfortunately, privilege separation interacts badly with PAM. Any PAM " +#~ "session modules that need to run as root (pam_mkhomedir, for example) " +#~ "will fail, and PAM keyboard-interactive authentication won't work." +#~ msgstr "" +#~ "Desafortunadamente, la separacin de privilegios no funciona " +#~ "correctamente con PAM. Cualquier mdulo PAM que necesite ejecutarse como " +#~ "root (como, por ejemplo, pam_mkhomedir) y la autenticacin interactiva " +#~ "PAM con teclado no funcionarn." + +#~ msgid "" +#~ "Since you've opted to have me generate an sshd_config file for you, you " +#~ "can choose whether or not to have privilege separation turned on or not. " +#~ "Unless you know you need to use PAM features that won't work with this " +#~ "option, you should enable it." +#~ msgstr "" +#~ "Puesto que ha elegido crear automticamente el fichero sshd_config, puede " +#~ "decidir ahora si quiere activar la opcin de separacin de privilegios. A " +#~ "menos que necesite usar ciertas caractersticas de PAM que no funcionan " +#~ "con esta opcin, debera responder s a esta pregunta." + #~ msgid "" #~ "NB! If you are running a 2.0 series Linux kernel, then privilege " #~ "separation will not work at all, and your sshd will fail to start unless " diff --git a/debian/po/fr.po b/debian/po/fr.po index 5e705f40a..2d7523e26 100644 --- a/debian/po/fr.po +++ b/debian/po/fr.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: openssh 3.6.1p2-5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2003-11-15 15:36+0000\n" +"POT-Creation-Date: 2004-03-06 17:54+0000\n" "PO-Revision-Date: 2003-05-22 10:34+0200\n" "Last-Translator: Denis Barbier \n" "Language-Team: French \n" @@ -23,80 +23,15 @@ msgstr "" "Content-Type: text/plain; charset=ISO-8859-15\n" "Content-Transfer-Encoding: 8bit\n" -#. Type: note -#. Description -#: ../templates.master:3 -msgid "Privilege separation" -msgstr "Sparation des privilges" - -#. Type: note -#. Description -#: ../templates.master:3 -msgid "" -"Privilege separation is turned on by default, so if you decide you want it " -"turned off, you need to add \"UsePrivilegeSeparation no\" to /etc/ssh/" -"sshd_config." -msgstr "" -"La sparation des privilges est active par dfaut; si vous souhaitez la " -"dsactiver, vous devez ajouter UsePrivilegeSeparation no dans /etc/ssh/" -"sshd_config." - -#. Type: boolean -#. Description -#: ../templates.master:19 -msgid "Enable Privilege separation" -msgstr "Activer la sparation des privilges" - -#. Type: boolean -#. Description -#: ../templates.master:19 -msgid "" -"This version of OpenSSH contains the new privilege separation option. This " -"significantly reduces the quantity of code that runs as root, and therefore " -"reduces the impact of security holes in sshd." -msgstr "" -"Cette version d'OpenSSH est livre avec la nouvelle option de sparation des " -"privilges. Cela rduit de manire significative la quantit de code " -"s'excutant en tant que super-utilisateur, et donc rduit l'impact des trous " -"de scurit dans sshd." - -#. Type: boolean -#. Description -#: ../templates.master:19 -msgid "" -"Unfortunately, privilege separation interacts badly with PAM. Any PAM " -"session modules that need to run as root (pam_mkhomedir, for example) will " -"fail, and PAM keyboard-interactive authentication won't work." -msgstr "" -"Malheureusement, la sparation des privilges interagit mal avec PAM. Tous " -"les modules de session PAM qui doivent tre excuts en tant que super-" -"utilisateur (pam_mkhomedir, par exemple) ne s'excuteront pas, et " -"l'authentification interactive au clavier ne fonctionnera pas." - -#. Type: boolean -#. Description -#: ../templates.master:19 -msgid "" -"Since you've opted to have me generate an sshd_config file for you, you can " -"choose whether or not to have privilege separation turned on or not. Unless " -"you know you need to use PAM features that won't work with this option, you " -"should enable it." -msgstr "" -"Comme vous souhaitez que le fichier de configuration sshd_config soit gnr " -" votre place, vous pouvez choisir d'activer ou non l'option de sparation " -"des privilges. Si vous tes sr d'avoir besoin de fonctionnalits PAM, cela " -"ne fonctionnera pas si cette option est active. Dans le cas contraire vous " -"devriez l'activer." - #. Type: boolean #. Description -#: ../templates.master:36 +#: ../templates.master:4 msgid "Generate new configuration file" msgstr "Crer un nouveau fichier de configuration" #. Type: boolean #. Description -#: ../templates.master:36 +#: ../templates.master:4 msgid "" "This version of OpenSSH has a considerably changed configuration file from " "the version shipped in Debian 'Potato', which you appear to be upgrading " @@ -113,7 +48,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:36 +#: ../templates.master:4 msgid "" "Please note that this new configuration file will set the value of " "'PermitRootLogin' to yes (meaning that anyone knowing the root password can " @@ -131,7 +66,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:36 +#: ../templates.master:4 msgid "" "It is strongly recommended that you let me generate a new configuration file " "for you." @@ -141,13 +76,13 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:55 +#: ../templates.master:23 msgid "Allow SSH protocol 2 only" msgstr "Autoriser la version 2 du protocole SSH uniquement" #. Type: boolean #. Description -#: ../templates.master:55 +#: ../templates.master:23 msgid "" "This version of OpenSSH supports version 2 of the ssh protocol, which is " "much more secure. Disabling ssh 1 is encouraged, however this will slow " @@ -162,7 +97,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:55 +#: ../templates.master:23 msgid "" "Also please note that keys used for protocol 1 are different so you will not " "be able to use them if you only allow protocol 2 connections." @@ -173,7 +108,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:55 +#: ../templates.master:23 msgid "" "If you later change your mind about this setting, README.Debian has " "instructions on what to do to your sshd_config file." @@ -184,13 +119,13 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:69 +#: ../templates.master:37 msgid "ssh2 keys merged in configuration files" msgstr "Cls pour ssh2 fusionnes dans les fichiers de configuration" #. Type: note #. Description -#: ../templates.master:69 +#: ../templates.master:37 msgid "" "As of version 3 OpenSSH no longer uses separate files for ssh1 and ssh2 " "keys. This means the authorized_keys2 and known_hosts2 files are no longer " @@ -203,14 +138,14 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:78 +#: ../templates.master:46 msgid "Do you want to continue (and risk killing active ssh sessions)?" msgstr "" "Voulez-vous continuer (et risquer de rompre les sessions ssh actives)?" #. Type: boolean #. Description -#: ../templates.master:78 +#: ../templates.master:46 msgid "" "The version of /etc/init.d/ssh that you have installed, is likely to kill " "all running sshd instances. If you are doing this upgrade via an ssh " @@ -222,7 +157,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:78 +#: ../templates.master:46 msgid "" "You can fix this by adding \"--pidfile /var/run/sshd.pid\" to the start-stop-" "daemon line in the stop section of the file." @@ -233,14 +168,14 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:88 +#: ../templates.master:56 msgid "NOTE: Forwarding of X11 and Authorization disabled by default." msgstr "" "NOTE: suivi de session X11 et d'agent d'autorisation dsactivs par dfaut." #. Type: note #. Description -#: ../templates.master:88 +#: ../templates.master:56 msgid "" "For security reasons, the Debian version of ssh has ForwardX11 and " "ForwardAgent set to ``off'' by default." @@ -250,7 +185,7 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:88 +#: ../templates.master:56 msgid "" "You can enable it for servers you trust, either in one of the configuration " "files, or with the -X command line option." @@ -261,14 +196,14 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:88 +#: ../templates.master:56 msgid "More details can be found in /usr/share/doc/ssh/README.Debian" msgstr "" "Vous trouverez plus d'informations dans /usr/share/doc/ssh/README.Debian." #. Type: note #. Description -#: ../templates.master:99 +#: ../templates.master:67 msgid "Warning: rsh-server is installed --- probably not a good idea" msgstr "" "Attention: rsh-server est install -- ce n'est probablement pas une bonne " @@ -276,7 +211,7 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:99 +#: ../templates.master:67 msgid "" "having rsh-server installed undermines the security that you were probably " "wanting to obtain by installing ssh. I'd advise you to remove that package." @@ -287,14 +222,14 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:106 +#: ../templates.master:74 msgid "Warning: telnetd is installed --- probably not a good idea" msgstr "" "Attention: telnetd est install -- ce n'est probablement pas une bonne ide" #. Type: note #. Description -#: ../templates.master:106 +#: ../templates.master:74 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 " @@ -308,13 +243,13 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:114 +#: ../templates.master:82 msgid "Warning: you must create a new host key" msgstr "Attention: vous devez crer une nouvelle cl d'hte" #. Type: note #. Description -#: ../templates.master:114 +#: ../templates.master:82 msgid "" "There is an old /etc/ssh/ssh_host_key, which is IDEA encrypted. OpenSSH can " "not handle this host key file, and I can't find the ssh-keygen utility from " @@ -326,13 +261,13 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:114 +#: ../templates.master:82 msgid "You will need to generate a new host key." msgstr "Vous aurez besoin de gnrer une nouvelle cl d'hte." #. Type: boolean #. Description -#: ../templates.master:124 +#: ../templates.master:92 msgid "Do you want /usr/lib/ssh-keysign to be installed SUID root?" msgstr "" "Voulez-vous que /usr/lib/ssh-keysign soit install avec le bit SETUID " @@ -340,7 +275,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:124 +#: ../templates.master:92 msgid "" "You have the option of installing the ssh-keysign helper with the SUID bit " "set." @@ -349,7 +284,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:124 +#: ../templates.master:92 msgid "" "If you make ssh-keysign SUID, you will be able to use SSH's Protocol 2 host-" "based authentication." @@ -360,7 +295,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:124 +#: ../templates.master:92 msgid "" "If in doubt, I suggest you install it with SUID. If it causes problems you " "can change your mind later by running: dpkg-reconfigure ssh" @@ -371,19 +306,19 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:137 +#: ../templates.master:105 msgid "Do you want to run the sshd server?" msgstr "Voulez-vous utiliser le serveur sshd?" #. Type: boolean #. Description -#: ../templates.master:137 +#: ../templates.master:105 msgid "This package contains both the ssh client, and the sshd server." msgstr "Ce paquet contient la fois le client ssh et le serveur sshd." #. Type: boolean #. Description -#: ../templates.master:137 +#: ../templates.master:105 msgid "" "Normally the sshd Secure Shell Server will be run to allow remote logins via " "ssh." @@ -393,7 +328,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:137 +#: ../templates.master:105 msgid "" "If you are only interested in using the ssh client for outbound connections " "on this machine, and don't want to log into it at all using ssh, then you " @@ -405,13 +340,13 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:149 +#: ../templates.master:117 msgid "Environment options on keys have been deprecated" msgstr "Les options d'environnement sur les cls sont dconseilles" #. Type: note #. Description -#: ../templates.master:149 +#: ../templates.master:117 msgid "" "This version of OpenSSH disables the environment option for public keys by " "default, in order to avoid certain attacks (for example, LD_PRELOAD). If you " @@ -426,7 +361,7 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:149 +#: ../templates.master:117 msgid "" "To re-enable this option, set \"PermitUserEnvironment yes\" in /etc/ssh/" "sshd_config after the upgrade is complete, taking note of the warning in the " @@ -436,6 +371,53 @@ msgstr "" "ssh/sshd_config lorsque la mise niveau est termine. Veuillez tenir compte " "de l'avertissement donn dans la page de manuel sshd_config(5)." +#~ msgid "Privilege separation" +#~ msgstr "Sparation des privilges" + +#~ msgid "" +#~ "Privilege separation is turned on by default, so if you decide you want " +#~ "it turned off, you need to add \"UsePrivilegeSeparation no\" to /etc/ssh/" +#~ "sshd_config." +#~ msgstr "" +#~ "La sparation des privilges est active par dfaut; si vous souhaitez " +#~ "la dsactiver, vous devez ajouter UsePrivilegeSeparation no dans /etc/" +#~ "ssh/sshd_config." + +#~ msgid "Enable Privilege separation" +#~ msgstr "Activer la sparation des privilges" + +#~ msgid "" +#~ "This version of OpenSSH contains the new privilege separation option. " +#~ "This significantly reduces the quantity of code that runs as root, and " +#~ "therefore reduces the impact of security holes in sshd." +#~ msgstr "" +#~ "Cette version d'OpenSSH est livre avec la nouvelle option de sparation " +#~ "des privilges. Cela rduit de manire significative la quantit de code " +#~ "s'excutant en tant que super-utilisateur, et donc rduit l'impact des " +#~ "trous de scurit dans sshd." + +#~ msgid "" +#~ "Unfortunately, privilege separation interacts badly with PAM. Any PAM " +#~ "session modules that need to run as root (pam_mkhomedir, for example) " +#~ "will fail, and PAM keyboard-interactive authentication won't work." +#~ msgstr "" +#~ "Malheureusement, la sparation des privilges interagit mal avec PAM. " +#~ "Tous les modules de session PAM qui doivent tre excuts en tant que " +#~ "super-utilisateur (pam_mkhomedir, par exemple) ne s'excuteront pas, et " +#~ "l'authentification interactive au clavier ne fonctionnera pas." + +#~ msgid "" +#~ "Since you've opted to have me generate an sshd_config file for you, you " +#~ "can choose whether or not to have privilege separation turned on or not. " +#~ "Unless you know you need to use PAM features that won't work with this " +#~ "option, you should enable it." +#~ msgstr "" +#~ "Comme vous souhaitez que le fichier de configuration sshd_config soit " +#~ "gnr votre place, vous pouvez choisir d'activer ou non l'option de " +#~ "sparation des privilges. Si vous tes sr d'avoir besoin de " +#~ "fonctionnalits PAM, cela ne fonctionnera pas si cette option est " +#~ "active. Dans le cas contraire vous devriez l'activer." + #~ msgid "" #~ "NB! If you are running a 2.0 series Linux kernel, then privilege " #~ "separation will not work at all, and your sshd will fail to start unless " diff --git a/debian/po/ja.po b/debian/po/ja.po index 0aa82c6f0..35527b294 100644 --- a/debian/po/ja.po +++ b/debian/po/ja.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2003-11-15 15:36+0000\n" +"POT-Creation-Date: 2004-03-06 17:54+0000\n" "PO-Revision-Date: 2003-09-24 09:32+0900\n" "Last-Translator: Kenshi Muto \n" "Language-Team: Japanese \n" @@ -23,75 +23,15 @@ msgstr "" "Content-Type: text/plain; charset=EUC-JP\n" "Content-Transfer-Encoding: 8bit\n" -#. Type: note -#. Description -#: ../templates.master:3 -msgid "Privilege separation" -msgstr "øʬΥ" - -#. Type: note -#. Description -#: ../templates.master:3 -msgid "" -"Privilege separation is turned on by default, so if you decide you want it " -"turned off, you need to add \"UsePrivilegeSeparation no\" to /etc/ssh/" -"sshd_config." -msgstr "" -"øʬΥϥǥեȤͭˤʤäƤޤ̵ˤϡ/etc/ssh/" -"sshd_conf ˡUsePrivilegeSeparation noפȤԤɲäƤ" - -#. Type: boolean -#. Description -#: ../templates.master:19 -msgid "Enable Privilege separation" -msgstr "øʬΥͭˤ" - #. Type: boolean #. Description -#: ../templates.master:19 -msgid "" -"This version of OpenSSH contains the new privilege separation option. This " -"significantly reduces the quantity of code that runs as root, and therefore " -"reduces the impact of security holes in sshd." -msgstr "" -"ܥС OpenSSH ϡøʬΥץäƤޤ " -"äơroot ¤Ǽ¹Ԥ륳ɤ̤˸餹ȤǤsshd Υ" -"ƥۡαƶ򸺤餹ȤǤޤ" - -#. Type: boolean -#. Description -#: ../templates.master:19 -msgid "" -"Unfortunately, privilege separation interacts badly with PAM. Any PAM " -"session modules that need to run as root (pam_mkhomedir, for example) will " -"fail, and PAM keyboard-interactive authentication won't work." -msgstr "" -"ǰʤȤˡøʬΥ PAM ˰ƶͿޤroot Ǽ¹Ԥ뤹٤Ƥ " -"PAM å⥸塼 (Ȥ pam_mkhomedir) ưʤʤޤޤ" -"PAM ܡŪǧڤưʤʤޤ" - -#. Type: boolean -#. Description -#: ../templates.master:19 -msgid "" -"Since you've opted to have me generate an sshd_config file for you, you can " -"choose whether or not to have privilege separation turned on or not. Unless " -"you know you need to use PAM features that won't work with this option, you " -"should enable it." -msgstr "" -"sshd_config ե뤳Ȥ򤷤ΤǡøʬΥͭˤ" -"ʤǤޤưʤ PAM ǽȤʳϡ" -"֤Ϥפ֤٤Ǥ" - -#. Type: boolean -#. Description -#: ../templates.master:36 +#: ../templates.master:4 msgid "Generate new configuration file" msgstr "եޤ" #. Type: boolean #. Description -#: ../templates.master:36 +#: ../templates.master:4 msgid "" "This version of OpenSSH has a considerably changed configuration file from " "the version shipped in Debian 'Potato', which you appear to be upgrading " @@ -108,7 +48,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:36 +#: ../templates.master:4 msgid "" "Please note that this new configuration file will set the value of " "'PermitRootLogin' to yes (meaning that anyone knowing the root password can " @@ -123,7 +63,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:36 +#: ../templates.master:4 msgid "" "It is strongly recommended that you let me generate a new configuration file " "for you." @@ -131,13 +71,13 @@ msgstr " #. Type: boolean #. Description -#: ../templates.master:55 +#: ../templates.master:23 msgid "Allow SSH protocol 2 only" msgstr "SSH ץȥ 2 ΤߤĤޤ" #. Type: boolean #. Description -#: ../templates.master:55 +#: ../templates.master:23 msgid "" "This version of OpenSSH supports version 2 of the ssh protocol, which is " "much more secure. Disabling ssh 1 is encouraged, however this will slow " @@ -151,7 +91,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:55 +#: ../templates.master:23 msgid "" "Also please note that keys used for protocol 1 are different so you will not " "be able to use them if you only allow protocol 2 connections." @@ -161,7 +101,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:55 +#: ../templates.master:23 msgid "" "If you later change your mind about this setting, README.Debian has " "instructions on what to do to your sshd_config file." @@ -171,13 +111,13 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:69 +#: ../templates.master:37 msgid "ssh2 keys merged in configuration files" msgstr "ssh2 ե礵ޤ" #. Type: note #. Description -#: ../templates.master:69 +#: ../templates.master:37 msgid "" "As of version 3 OpenSSH no longer uses separate files for ssh1 and ssh2 " "keys. This means the authorized_keys2 and known_hosts2 files are no longer " @@ -189,13 +129,13 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:78 +#: ../templates.master:46 msgid "Do you want to continue (and risk killing active ssh sessions)?" msgstr "³Ƥ褤Ǥ (³ ssh åڤ뤫⤷ޤ)" #. Type: boolean #. Description -#: ../templates.master:78 +#: ../templates.master:46 msgid "" "The version of /etc/init.d/ssh that you have installed, is likely to kill " "all running sshd instances. If you are doing this upgrade via an ssh " @@ -207,7 +147,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:78 +#: ../templates.master:46 msgid "" "You can fix this by adding \"--pidfile /var/run/sshd.pid\" to the start-stop-" "daemon line in the stop section of the file." @@ -217,13 +157,13 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:88 +#: ../templates.master:56 msgid "NOTE: Forwarding of X11 and Authorization disabled by default." msgstr ": X11 ǧڤΥեǥ󥰤ϥǥեȤǤ϶ػߤޤ" #. Type: note #. Description -#: ../templates.master:88 +#: ../templates.master:56 msgid "" "For security reasons, the Debian version of ssh has ForwardX11 and " "ForwardAgent set to ``off'' by default." @@ -233,7 +173,7 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:88 +#: ../templates.master:56 msgid "" "You can enable it for servers you trust, either in one of the configuration " "files, or with the -X command line option." @@ -243,20 +183,20 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:88 +#: ../templates.master:56 msgid "More details can be found in /usr/share/doc/ssh/README.Debian" msgstr "ܺ٤ /usr/share/doc/ssh/README.Debian ɤǤ" #. Type: note #. Description -#: ../templates.master:99 +#: ../templates.master:67 msgid "Warning: rsh-server is installed --- probably not a good idea" msgstr "" "ٹ: rsh-server 󥹥ȡ뤵Ƥޤ֤ɤͤǤϤޤ" #. Type: note #. Description -#: ../templates.master:99 +#: ../templates.master:67 msgid "" "having rsh-server installed undermines the security that you were probably " "wanting to obtain by installing ssh. I'd advise you to remove that package." @@ -267,13 +207,13 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:106 +#: ../templates.master:74 msgid "Warning: telnetd is installed --- probably not a good idea" msgstr "ٹ: telnetd 󥹥ȡ뤵Ƥޤ֤ɤͤǤϤޤ" #. Type: note #. Description -#: ../templates.master:106 +#: ../templates.master:74 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 " @@ -287,13 +227,13 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:114 +#: ../templates.master:82 msgid "Warning: you must create a new host key" msgstr "ٹ: ۥȥʤȤޤ" #. Type: note #. Description -#: ../templates.master:114 +#: ../templates.master:82 msgid "" "There is an old /etc/ssh/ssh_host_key, which is IDEA encrypted. OpenSSH can " "not handle this host key file, and I can't find the ssh-keygen utility from " @@ -305,19 +245,19 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:114 +#: ../templates.master:82 msgid "You will need to generate a new host key." msgstr "ۥȥɬפޤ" #. Type: boolean #. Description -#: ../templates.master:124 +#: ../templates.master:92 msgid "Do you want /usr/lib/ssh-keysign to be installed SUID root?" msgstr "/usr/bin/ssh-keysign SUID root ǥ󥹥ȡ뤷ޤ?" #. Type: boolean #. Description -#: ../templates.master:124 +#: ../templates.master:92 msgid "" "You have the option of installing the ssh-keysign helper with the SUID bit " "set." @@ -327,7 +267,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:124 +#: ../templates.master:92 msgid "" "If you make ssh-keysign SUID, you will be able to use SSH's Protocol 2 host-" "based authentication." @@ -337,7 +277,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:124 +#: ../templates.master:92 msgid "" "If in doubt, I suggest you install it with SUID. If it causes problems you " "can change your mind later by running: dpkg-reconfigure ssh" @@ -347,19 +287,19 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:137 +#: ../templates.master:105 msgid "Do you want to run the sshd server?" msgstr "sshd Ф¹Ԥޤ?" #. Type: boolean #. Description -#: ../templates.master:137 +#: ../templates.master:105 msgid "This package contains both the ssh client, and the sshd server." msgstr "Υѥåϡssh 饤Ȥ sshd ФξޤǤޤ" #. Type: boolean #. Description -#: ../templates.master:137 +#: ../templates.master:105 msgid "" "Normally the sshd Secure Shell Server will be run to allow remote logins via " "ssh." @@ -369,7 +309,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:137 +#: ../templates.master:105 msgid "" "If you are only interested in using the ssh client for outbound connections " "on this machine, and don't want to log into it at all using ssh, then you " @@ -381,13 +321,13 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:149 +#: ../templates.master:117 msgid "Environment options on keys have been deprecated" msgstr "δĶץ̵ꤵޤ" #. Type: note #. Description -#: ../templates.master:149 +#: ../templates.master:117 msgid "" "This version of OpenSSH disables the environment option for public keys by " "default, in order to avoid certain attacks (for example, LD_PRELOAD). If you " @@ -401,7 +341,7 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:149 +#: ../templates.master:117 msgid "" "To re-enable this option, set \"PermitUserEnvironment yes\" in /etc/ssh/" "sshd_config after the upgrade is complete, taking note of the warning in the " @@ -410,3 +350,45 @@ msgstr "" "ΥץƤͭˤˤϡåץ졼ɽλˡsshd_config(5) " "˥奢ڡηٹɤǡ /etc/ssh/sshd_config ե" "PermitUserEnvironment yesפꤷƤ" + +#~ msgid "Privilege separation" +#~ msgstr "øʬΥ" + +#~ msgid "" +#~ "Privilege separation is turned on by default, so if you decide you want " +#~ "it turned off, you need to add \"UsePrivilegeSeparation no\" to /etc/ssh/" +#~ "sshd_config." +#~ msgstr "" +#~ "øʬΥϥǥեȤͭˤʤäƤޤ̵ˤϡ/etc/ssh/" +#~ "sshd_conf ˡUsePrivilegeSeparation noפȤԤɲäƤ" + +#~ msgid "Enable Privilege separation" +#~ msgstr "øʬΥͭˤ" + +#~ msgid "" +#~ "This version of OpenSSH contains the new privilege separation option. " +#~ "This significantly reduces the quantity of code that runs as root, and " +#~ "therefore reduces the impact of security holes in sshd." +#~ msgstr "" +#~ "ܥС OpenSSH ϡøʬΥץäƤޤ " +#~ "äơroot ¤Ǽ¹Ԥ륳ɤ̤˸餹ȤǤsshd Υ" +#~ "ƥۡαƶ򸺤餹ȤǤޤ" + +#~ msgid "" +#~ "Unfortunately, privilege separation interacts badly with PAM. Any PAM " +#~ "session modules that need to run as root (pam_mkhomedir, for example) " +#~ "will fail, and PAM keyboard-interactive authentication won't work." +#~ msgstr "" +#~ "ǰʤȤˡøʬΥ PAM ˰ƶͿޤroot Ǽ¹Ԥ뤹٤" +#~ " PAM å⥸塼 (Ȥ pam_mkhomedir) ưʤʤޤ" +#~ "ޤPAM ܡŪǧڤưʤʤޤ" + +#~ msgid "" +#~ "Since you've opted to have me generate an sshd_config file for you, you " +#~ "can choose whether or not to have privilege separation turned on or not. " +#~ "Unless you know you need to use PAM features that won't work with this " +#~ "option, you should enable it." +#~ msgstr "" +#~ "sshd_config ե뤳Ȥ򤷤ΤǡøʬΥͭˤ" +#~ "뤫ʤǤޤưʤ PAM ǽȤ" +#~ "ϡ֤Ϥפ֤٤Ǥ" diff --git a/debian/po/nl.po b/debian/po/nl.po index 7feae18c1..e3fbdfc72 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: \n" -"POT-Creation-Date: 2003-11-15 15:36+0000\n" +"POT-Creation-Date: 2004-03-06 17:54+0000\n" "PO-Revision-Date: 2003-09-27 14:43+0100\n" "Last-Translator: Bart Cornelis \n" "Language-Team: debian-l10n-dutch \n" @@ -23,77 +23,15 @@ msgstr "" "Content-Type: text/plain; charset=iso-8859-1\n" "Content-Transfer-Encoding: 8bit\n" -#. Type: note -#. Description -#: ../templates.master:3 -msgid "Privilege separation" -msgstr "Rechtenscheiding" - -#. Type: note -#. Description -#: ../templates.master:3 -msgid "" -"Privilege separation is turned on by default, so if you decide you want it " -"turned off, you need to add \"UsePrivilegeSeparation no\" to /etc/ssh/" -"sshd_config." -msgstr "" -"Rechtenscheiding is standaard ingeschakeld; mocht u dit niet willen, dan " -"dient u \"UsePrivilegeSeparation no\" toe te voegen in /etc/ssh/sshd_config." - -#. Type: boolean -#. Description -#: ../templates.master:19 -msgid "Enable Privilege separation" -msgstr "Rechtenscheiding inschakelen" - #. Type: boolean #. Description -#: ../templates.master:19 -msgid "" -"This version of OpenSSH contains the new privilege separation option. This " -"significantly reduces the quantity of code that runs as root, and therefore " -"reduces the impact of security holes in sshd." -msgstr "" -"Deze OpenSSH-versie bevat de nieuwe rechtenscheidingoptie. Deze vermindert " -"de hoeveelheid code die als root uitgevoerd wordt substantieel, en " -"vermindert op die manier de invloed van veiligheidslekken in sshd." - -#. Type: boolean -#. Description -#: ../templates.master:19 -msgid "" -"Unfortunately, privilege separation interacts badly with PAM. Any PAM " -"session modules that need to run as root (pam_mkhomedir, for example) will " -"fail, and PAM keyboard-interactive authentication won't work." -msgstr "" -"Spijtig genoeg werkt rechtenscheiding niet goed samen met PAM. Alle PAM-" -"sessiemodules die als root uitgevoerd dienen te worden (b.v. pam_mkhomedir) " -"zullen falen, en de interactieve PAM-toetsenbord-authenticatie zal ook niet " -"werken." - -#. Type: boolean -#. Description -#: ../templates.master:19 -msgid "" -"Since you've opted to have me generate an sshd_config file for you, you can " -"choose whether or not to have privilege separation turned on or not. Unless " -"you know you need to use PAM features that won't work with this option, you " -"should enable it." -msgstr "" -"Aangezien u ervoor gekozen heeft om mij een ssh_config-bestand voor u te " -"laten genereren, kunt u kiezen of u rechtenscheiding aan of uit wilt hebben. " -"U kunt dit het best activeren, tenzij u PAM-mogelijkheden nodig heeft die " -"niet met rechtenscheiding samenwerken." - -#. Type: boolean -#. Description -#: ../templates.master:36 +#: ../templates.master:4 msgid "Generate new configuration file" msgstr "Genereer het nieuwe configuratiebestand" #. Type: boolean #. Description -#: ../templates.master:36 +#: ../templates.master:4 msgid "" "This version of OpenSSH has a considerably changed configuration file from " "the version shipped in Debian 'Potato', which you appear to be upgrading " @@ -110,7 +48,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:36 +#: ../templates.master:4 msgid "" "Please note that this new configuration file will set the value of " "'PermitRootLogin' to yes (meaning that anyone knowing the root password can " @@ -127,7 +65,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:36 +#: ../templates.master:4 msgid "" "It is strongly recommended that you let me generate a new configuration file " "for you." @@ -137,13 +75,13 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:55 +#: ../templates.master:23 msgid "Allow SSH protocol 2 only" msgstr "Laat enkel versie 2 van het SSH-protocol toe." #. Type: boolean #. Description -#: ../templates.master:55 +#: ../templates.master:23 msgid "" "This version of OpenSSH supports version 2 of the ssh protocol, which is " "much more secure. Disabling ssh 1 is encouraged, however this will slow " @@ -157,7 +95,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:55 +#: ../templates.master:23 msgid "" "Also please note that keys used for protocol 1 are different so you will not " "be able to use them if you only allow protocol 2 connections." @@ -168,7 +106,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:55 +#: ../templates.master:23 msgid "" "If you later change your mind about this setting, README.Debian has " "instructions on what to do to your sshd_config file." @@ -178,13 +116,13 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:69 +#: ../templates.master:37 msgid "ssh2 keys merged in configuration files" msgstr "ssh2 sleutels zijn samengevoegd in de configuratiebestanden" #. Type: note #. Description -#: ../templates.master:69 +#: ../templates.master:37 msgid "" "As of version 3 OpenSSH no longer uses separate files for ssh1 and ssh2 " "keys. This means the authorized_keys2 and known_hosts2 files are no longer " @@ -197,13 +135,13 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:78 +#: ../templates.master:46 msgid "Do you want to continue (and risk killing active ssh sessions)?" msgstr "Wilt u verder gaan (waarbij u mogelijk actieve ssh sessies afschiet)?" #. Type: boolean #. Description -#: ../templates.master:78 +#: ../templates.master:46 msgid "" "The version of /etc/init.d/ssh that you have installed, is likely to kill " "all running sshd instances. If you are doing this upgrade via an ssh " @@ -215,7 +153,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:78 +#: ../templates.master:46 msgid "" "You can fix this by adding \"--pidfile /var/run/sshd.pid\" to the start-stop-" "daemon line in the stop section of the file." @@ -225,14 +163,14 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:88 +#: ../templates.master:56 msgid "NOTE: Forwarding of X11 and Authorization disabled by default." msgstr "" "OPMERKING: Doorsturen van X11 en Authorisatie is standaard uitgeschakeld." #. Type: note #. Description -#: ../templates.master:88 +#: ../templates.master:56 msgid "" "For security reasons, the Debian version of ssh has ForwardX11 and " "ForwardAgent set to ``off'' by default." @@ -242,7 +180,7 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:88 +#: ../templates.master:56 msgid "" "You can enable it for servers you trust, either in one of the configuration " "files, or with the -X command line option." @@ -252,13 +190,13 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:88 +#: ../templates.master:56 msgid "More details can be found in /usr/share/doc/ssh/README.Debian" msgstr "Meer details vindt u in /usr/share/doc/ssh/README.Debian.gz" #. Type: note #. Description -#: ../templates.master:99 +#: ../templates.master:67 msgid "Warning: rsh-server is installed --- probably not a good idea" msgstr "" "Waarschuwing: rsh-server is genstalleerd -- dit is waarschijnlijk geen goed " @@ -266,7 +204,7 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:99 +#: ../templates.master:67 msgid "" "having rsh-server installed undermines the security that you were probably " "wanting to obtain by installing ssh. I'd advise you to remove that package." @@ -277,7 +215,7 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:106 +#: ../templates.master:74 msgid "Warning: telnetd is installed --- probably not a good idea" msgstr "" "Waarschuwing: telnetd is genstalleerd -- dit is waarschijnlijk geen goed " @@ -285,7 +223,7 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:106 +#: ../templates.master:74 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 " @@ -299,13 +237,13 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:114 +#: ../templates.master:82 msgid "Warning: you must create a new host key" msgstr "Waarschuwing: u dient een nieuwe computersleutel aan te maken" #. Type: note #. Description -#: ../templates.master:114 +#: ../templates.master:82 msgid "" "There is an old /etc/ssh/ssh_host_key, which is IDEA encrypted. OpenSSH can " "not handle this host key file, and I can't find the ssh-keygen utility from " @@ -317,19 +255,19 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:114 +#: ../templates.master:82 msgid "You will need to generate a new host key." msgstr "Het zal nodig zijn om een nieuwe computersleutel te genereren" #. Type: boolean #. Description -#: ../templates.master:124 +#: ../templates.master:92 msgid "Do you want /usr/lib/ssh-keysign to be installed SUID root?" msgstr "Wilt u /usr/lib/ssh-keysign met SUID root installeren?" #. Type: boolean #. Description -#: ../templates.master:124 +#: ../templates.master:92 msgid "" "You have the option of installing the ssh-keysign helper with the SUID bit " "set." @@ -339,7 +277,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:124 +#: ../templates.master:92 msgid "" "If you make ssh-keysign SUID, you will be able to use SSH's Protocol 2 host-" "based authentication." @@ -350,7 +288,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:124 +#: ../templates.master:92 msgid "" "If in doubt, I suggest you install it with SUID. If it causes problems you " "can change your mind later by running: dpkg-reconfigure ssh" @@ -361,19 +299,19 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:137 +#: ../templates.master:105 msgid "Do you want to run the sshd server?" msgstr "Wilt u de sshd server opstarten?" #. Type: boolean #. Description -#: ../templates.master:137 +#: ../templates.master:105 msgid "This package contains both the ssh client, and the sshd server." msgstr "Dit pakket bevat zowel de ssh-client, als de sshd-server." #. Type: boolean #. Description -#: ../templates.master:137 +#: ../templates.master:105 msgid "" "Normally the sshd Secure Shell Server will be run to allow remote logins via " "ssh." @@ -383,7 +321,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:137 +#: ../templates.master:105 msgid "" "If you are only interested in using the ssh client for outbound connections " "on this machine, and don't want to log into it at all using ssh, then you " @@ -395,7 +333,7 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:149 +#: ../templates.master:117 msgid "Environment options on keys have been deprecated" msgstr "" "Omgevingsopties voor sleutels zullen in de toekomst niet meer ondersteund " @@ -403,7 +341,7 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:149 +#: ../templates.master:117 msgid "" "This version of OpenSSH disables the environment option for public keys by " "default, in order to avoid certain attacks (for example, LD_PRELOAD). If you " @@ -418,7 +356,7 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:149 +#: ../templates.master:117 msgid "" "To re-enable this option, set \"PermitUserEnvironment yes\" in /etc/ssh/" "sshd_config after the upgrade is complete, taking note of the warning in the " @@ -427,3 +365,49 @@ msgstr "" "Om deze optie opnieuw in te schakelen dient u \"PermitUserEnvironment yes\" " "in /etc/ssh/sshd_config aan te zetten in nadat de opwaardering compleet is; " "houd hierbij rekening met de waarschuwing in de sshd_config(5) man-pagina." + +#~ msgid "Privilege separation" +#~ msgstr "Rechtenscheiding" + +#~ msgid "" +#~ "Privilege separation is turned on by default, so if you decide you want " +#~ "it turned off, you need to add \"UsePrivilegeSeparation no\" to /etc/ssh/" +#~ "sshd_config." +#~ msgstr "" +#~ "Rechtenscheiding is standaard ingeschakeld; mocht u dit niet willen, dan " +#~ "dient u \"UsePrivilegeSeparation no\" toe te voegen in /etc/ssh/" +#~ "sshd_config." + +#~ msgid "Enable Privilege separation" +#~ msgstr "Rechtenscheiding inschakelen" + +#~ msgid "" +#~ "This version of OpenSSH contains the new privilege separation option. " +#~ "This significantly reduces the quantity of code that runs as root, and " +#~ "therefore reduces the impact of security holes in sshd." +#~ msgstr "" +#~ "Deze OpenSSH-versie bevat de nieuwe rechtenscheidingoptie. Deze " +#~ "vermindert de hoeveelheid code die als root uitgevoerd wordt " +#~ "substantieel, en vermindert op die manier de invloed van " +#~ "veiligheidslekken in sshd." + +#~ msgid "" +#~ "Unfortunately, privilege separation interacts badly with PAM. Any PAM " +#~ "session modules that need to run as root (pam_mkhomedir, for example) " +#~ "will fail, and PAM keyboard-interactive authentication won't work." +#~ msgstr "" +#~ "Spijtig genoeg werkt rechtenscheiding niet goed samen met PAM. Alle PAM-" +#~ "sessiemodules die als root uitgevoerd dienen te worden (b.v. " +#~ "pam_mkhomedir) zullen falen, en de interactieve PAM-toetsenbord-" +#~ "authenticatie zal ook niet werken." + +#~ msgid "" +#~ "Since you've opted to have me generate an sshd_config file for you, you " +#~ "can choose whether or not to have privilege separation turned on or not. " +#~ "Unless you know you need to use PAM features that won't work with this " +#~ "option, you should enable it." +#~ msgstr "" +#~ "Aangezien u ervoor gekozen heeft om mij een ssh_config-bestand voor u te " +#~ "laten genereren, kunt u kiezen of u rechtenscheiding aan of uit wilt " +#~ "hebben. U kunt dit het best activeren, tenzij u PAM-mogelijkheden nodig " +#~ "heeft die niet met rechtenscheiding samenwerken." diff --git a/debian/po/pl.po b/debian/po/pl.po index 2464c65f9..939abcc42 100644 --- a/debian/po/pl.po +++ b/debian/po/pl.po @@ -16,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2003-11-15 15:36+0000\n" +"POT-Creation-Date: 2004-03-06 17:54+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -24,81 +24,15 @@ msgstr "" "Content-Type: text/plain; charset=ISO-8859-2\n" "Content-Transfer-Encoding: 8bit\n" -#. Type: note -#. Description -#: ../templates.master:3 -msgid "Privilege separation" -msgstr "Separacja uprawnie" - -#. Type: note -#. Description -#: ../templates.master:3 -msgid "" -"Privilege separation is turned on by default, so if you decide you want it " -"turned off, you need to add \"UsePrivilegeSeparation no\" to /etc/ssh/" -"sshd_config." -msgstr "" -"Separacja uprawnie jest domylnie wczona, wic jeli zdecydujesz si j " -"wyczy, musisz doda \"UsePrivilegeSeparation no\" do pliku /etc/ssh/" -"sshd_config." - -#. Type: boolean -#. Description -#: ../templates.master:19 -msgid "Enable Privilege separation" -msgstr "Wczenie separacji uprawnie" - -#. Type: boolean -#. Description -#: ../templates.master:19 -msgid "" -"This version of OpenSSH contains the new privilege separation option. This " -"significantly reduces the quantity of code that runs as root, and therefore " -"reduces the impact of security holes in sshd." -msgstr "" -"Ta wersja OpenSSH zawiera now opcj separacji uprawnie. Znaczco zmniejsza " -"ona ilo kodu, ktry jest uruchamiany jako root i co za tym idzie redukuje " -"efekty luk bezpieczestwa w sshd." - -#. Type: boolean -#. Description -#: ../templates.master:19 -msgid "" -"Unfortunately, privilege separation interacts badly with PAM. Any PAM " -"session modules that need to run as root (pam_mkhomedir, for example) will " -"fail, and PAM keyboard-interactive authentication won't work." -msgstr "" -"Niestety separacja uprawnie le reaguje z PAMem. Jakikolwiek modu sesji " -"PAM, ktry musi by uruchamiany jako root (pam_mkhomedir, na przykad) " -"zawiedzie. Nie bdzie dziaa rwnie interaktywna autentykacja z klawiatury " -"(keyboard-interactive authentication)." - #. Type: boolean #. Description -#: ../templates.master:19 -#, fuzzy -msgid "" -"Since you've opted to have me generate an sshd_config file for you, you can " -"choose whether or not to have privilege separation turned on or not. Unless " -"you know you need to use PAM features that won't work with this option, you " -"should enable it." -msgstr "" -"Zdecydowae si na to abym wygenerowa dla ciebie plik sshd_config, i " -"moesz wybra czy chcesz wczy Separacj Uprawnie, czy te nie. Jeli nie " -"uywasz jdra z serii 2.0 (w ktrym to przypadku *musisz* odpowiedzie tutaj " -"'nie' albo sshd w ogle nie ruszy) i jeli nie musisz korzysta z moliwoci " -"PAMa, ktre nie bd dziaay z t opcj, powiniene odpowiedzie tutaj " -"'tak'." - -#. Type: boolean -#. Description -#: ../templates.master:36 +#: ../templates.master:4 msgid "Generate new configuration file" msgstr "Wygeneruj nowy plik konfiguracyjny" #. Type: boolean #. Description -#: ../templates.master:36 +#: ../templates.master:4 msgid "" "This version of OpenSSH has a considerably changed configuration file from " "the version shipped in Debian 'Potato', which you appear to be upgrading " @@ -114,7 +48,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:36 +#: ../templates.master:4 msgid "" "Please note that this new configuration file will set the value of " "'PermitRootLogin' to yes (meaning that anyone knowing the root password can " @@ -131,7 +65,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:36 +#: ../templates.master:4 msgid "" "It is strongly recommended that you let me generate a new configuration file " "for you." @@ -140,13 +74,13 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:55 +#: ../templates.master:23 msgid "Allow SSH protocol 2 only" msgstr "Zezwalaj wycznie na wersj 2 protokou SSH" #. Type: boolean #. Description -#: ../templates.master:55 +#: ../templates.master:23 msgid "" "This version of OpenSSH supports version 2 of the ssh protocol, which is " "much more secure. Disabling ssh 1 is encouraged, however this will slow " @@ -160,7 +94,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:55 +#: ../templates.master:23 msgid "" "Also please note that keys used for protocol 1 are different so you will not " "be able to use them if you only allow protocol 2 connections." @@ -171,7 +105,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:55 +#: ../templates.master:23 msgid "" "If you later change your mind about this setting, README.Debian has " "instructions on what to do to your sshd_config file." @@ -181,13 +115,13 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:69 +#: ../templates.master:37 msgid "ssh2 keys merged in configuration files" msgstr "klucze ssh2 wczone do plikw konfiguracyjnych" #. Type: note #. Description -#: ../templates.master:69 +#: ../templates.master:37 msgid "" "As of version 3 OpenSSH no longer uses separate files for ssh1 and ssh2 " "keys. This means the authorized_keys2 and known_hosts2 files are no longer " @@ -199,14 +133,14 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:78 +#: ../templates.master:46 #, fuzzy msgid "Do you want to continue (and risk killing active ssh sessions)?" msgstr "Czy chcesz kontynuowa (i ryzykowa zabicie aktywnych sesji ssh) ?" #. Type: boolean #. Description -#: ../templates.master:78 +#: ../templates.master:46 msgid "" "The version of /etc/init.d/ssh that you have installed, is likely to kill " "all running sshd instances. If you are doing this upgrade via an ssh " @@ -218,7 +152,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:78 +#: ../templates.master:46 msgid "" "You can fix this by adding \"--pidfile /var/run/sshd.pid\" to the start-stop-" "daemon line in the stop section of the file." @@ -228,14 +162,14 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:88 +#: ../templates.master:56 msgid "NOTE: Forwarding of X11 and Authorization disabled by default." msgstr "" "UWAGA: Przekazywanie (forwarding) X11 i Autoryzacji jest domylnie wyczone." #. Type: note #. Description -#: ../templates.master:88 +#: ../templates.master:56 msgid "" "For security reasons, the Debian version of ssh has ForwardX11 and " "ForwardAgent set to ``off'' by default." @@ -245,7 +179,7 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:88 +#: ../templates.master:56 msgid "" "You can enable it for servers you trust, either in one of the configuration " "files, or with the -X command line option." @@ -255,20 +189,20 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:88 +#: ../templates.master:56 msgid "More details can be found in /usr/share/doc/ssh/README.Debian" msgstr "Wicej szczegw znajdziesz w /usr/share/doc/ssh/README.Debian." #. Type: note #. Description -#: ../templates.master:99 +#: ../templates.master:67 msgid "Warning: rsh-server is installed --- probably not a good idea" msgstr "" "Uwaga: serwer rsh jest zainstalowany --- prawdopodobnie nienajlepszy pomys" #. Type: note #. Description -#: ../templates.master:99 +#: ../templates.master:67 msgid "" "having rsh-server installed undermines the security that you were probably " "wanting to obtain by installing ssh. I'd advise you to remove that package." @@ -279,14 +213,14 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:106 +#: ../templates.master:74 msgid "Warning: telnetd is installed --- probably not a good idea" msgstr "" "Uwaga: telnetd jest zainstalowany --- prawdopodobnie nienajlepszy pomys" #. Type: note #. Description -#: ../templates.master:106 +#: ../templates.master:74 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 " @@ -300,13 +234,13 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:114 +#: ../templates.master:82 msgid "Warning: you must create a new host key" msgstr "Uwaga: musisz utworzy nowy klucz hosta" #. Type: note #. Description -#: ../templates.master:114 +#: ../templates.master:82 msgid "" "There is an old /etc/ssh/ssh_host_key, which is IDEA encrypted. OpenSSH can " "not handle this host key file, and I can't find the ssh-keygen utility from " @@ -318,19 +252,19 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:114 +#: ../templates.master:82 msgid "You will need to generate a new host key." msgstr "Bdziesz musia wygenerowa nowy klucz hosta." #. Type: boolean #. Description -#: ../templates.master:124 +#: ../templates.master:92 msgid "Do you want /usr/lib/ssh-keysign to be installed SUID root?" msgstr "Czy chcesz aby /usr/lib/ssh-keysign by zainstalowany jako SUID root?" #. Type: boolean #. Description -#: ../templates.master:124 +#: ../templates.master:92 msgid "" "You have the option of installing the ssh-keysign helper with the SUID bit " "set." @@ -340,7 +274,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:124 +#: ../templates.master:92 msgid "" "If you make ssh-keysign SUID, you will be able to use SSH's Protocol 2 host-" "based authentication." @@ -350,7 +284,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:124 +#: ../templates.master:92 msgid "" "If in doubt, I suggest you install it with SUID. If it causes problems you " "can change your mind later by running: dpkg-reconfigure ssh" @@ -361,20 +295,20 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:137 +#: ../templates.master:105 #, fuzzy msgid "Do you want to run the sshd server?" msgstr "Czy chcesz uruchamia serwer sshd ?" #. Type: boolean #. Description -#: ../templates.master:137 +#: ../templates.master:105 msgid "This package contains both the ssh client, and the sshd server." msgstr "Ten pakiet zawiera zarwno klienta ssh, jak i serwer sshd." #. Type: boolean #. Description -#: ../templates.master:137 +#: ../templates.master:105 msgid "" "Normally the sshd Secure Shell Server will be run to allow remote logins via " "ssh." @@ -384,7 +318,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:137 +#: ../templates.master:105 msgid "" "If you are only interested in using the ssh client for outbound connections " "on this machine, and don't want to log into it at all using ssh, then you " @@ -396,13 +330,13 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:149 +#: ../templates.master:117 msgid "Environment options on keys have been deprecated" msgstr "" #. Type: note #. Description -#: ../templates.master:149 +#: ../templates.master:117 msgid "" "This version of OpenSSH disables the environment option for public keys by " "default, in order to avoid certain attacks (for example, LD_PRELOAD). If you " @@ -412,13 +346,61 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:149 +#: ../templates.master:117 msgid "" "To re-enable this option, set \"PermitUserEnvironment yes\" in /etc/ssh/" "sshd_config after the upgrade is complete, taking note of the warning in the " "sshd_config(5) manual page." msgstr "" +#~ msgid "Privilege separation" +#~ msgstr "Separacja uprawnie" + +#~ msgid "" +#~ "Privilege separation is turned on by default, so if you decide you want " +#~ "it turned off, you need to add \"UsePrivilegeSeparation no\" to /etc/ssh/" +#~ "sshd_config." +#~ msgstr "" +#~ "Separacja uprawnie jest domylnie wczona, wic jeli zdecydujesz si " +#~ "j wyczy, musisz doda \"UsePrivilegeSeparation no\" do pliku /etc/ssh/" +#~ "sshd_config." + +#~ msgid "Enable Privilege separation" +#~ msgstr "Wczenie separacji uprawnie" + +#~ msgid "" +#~ "This version of OpenSSH contains the new privilege separation option. " +#~ "This significantly reduces the quantity of code that runs as root, and " +#~ "therefore reduces the impact of security holes in sshd." +#~ msgstr "" +#~ "Ta wersja OpenSSH zawiera now opcj separacji uprawnie. Znaczco " +#~ "zmniejsza ona ilo kodu, ktry jest uruchamiany jako root i co za tym " +#~ "idzie redukuje efekty luk bezpieczestwa w sshd." + +#~ msgid "" +#~ "Unfortunately, privilege separation interacts badly with PAM. Any PAM " +#~ "session modules that need to run as root (pam_mkhomedir, for example) " +#~ "will fail, and PAM keyboard-interactive authentication won't work." +#~ msgstr "" +#~ "Niestety separacja uprawnie le reaguje z PAMem. Jakikolwiek modu sesji " +#~ "PAM, ktry musi by uruchamiany jako root (pam_mkhomedir, na przykad) " +#~ "zawiedzie. Nie bdzie dziaa rwnie interaktywna autentykacja z " +#~ "klawiatury (keyboard-interactive authentication)." + +#, fuzzy +#~ msgid "" +#~ "Since you've opted to have me generate an sshd_config file for you, you " +#~ "can choose whether or not to have privilege separation turned on or not. " +#~ "Unless you know you need to use PAM features that won't work with this " +#~ "option, you should enable it." +#~ msgstr "" +#~ "Zdecydowae si na to abym wygenerowa dla ciebie plik sshd_config, i " +#~ "moesz wybra czy chcesz wczy Separacj Uprawnie, czy te nie. Jeli " +#~ "nie uywasz jdra z serii 2.0 (w ktrym to przypadku *musisz* " +#~ "odpowiedzie tutaj 'nie' albo sshd w ogle nie ruszy) i jeli nie musisz " +#~ "korzysta z moliwoci PAMa, ktre nie bd dziaay z t opcj, " +#~ "powiniene odpowiedzie tutaj 'tak'." + #~ msgid "" #~ "NB! If you are running a 2.0 series Linux kernel, then privilege " #~ "separation will not work at all, and your sshd will fail to start unless " diff --git a/debian/po/pt_BR.po b/debian/po/pt_BR.po index cc1b7f191..00973c88d 100644 --- a/debian/po/pt_BR.po +++ b/debian/po/pt_BR.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: openssh_3.6.1p2-9\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2003-11-15 15:36+0000\n" +"POT-Creation-Date: 2004-03-06 17:54+0000\n" "PO-Revision-Date: 2003-11-09 16:29-0300\n" "Last-Translator: Andr Lus Lopes \n" "Language-Team: Debian-BR Project \n" @@ -23,79 +23,15 @@ msgstr "" "Content-Type: text/plain; charset=ISO-8859-1\n" "Content-Transfer-Encoding: 8bit\n" -#. Type: note -#. Description -#: ../templates.master:3 -msgid "Privilege separation" -msgstr "Separao de Previlgios" - -#. Type: note -#. Description -#: ../templates.master:3 -msgid "" -"Privilege separation is turned on by default, so if you decide you want it " -"turned off, you need to add \"UsePrivilegeSeparation no\" to /etc/ssh/" -"sshd_config." -msgstr "" -"A separao de previlgios est habilitado por padro, portanto caso voc " -"decida que deseja desabilit-la voc precisar adicionar a linha " -"\"UsePrivilegeSeparation no\" ao arquivo /etc/ssh/sshd_config." - -#. Type: boolean -#. Description -#: ../templates.master:19 -msgid "Enable Privilege separation" -msgstr "Habilitar Separao de Privilgios" - -#. Type: boolean -#. Description -#: ../templates.master:19 -msgid "" -"This version of OpenSSH contains the new privilege separation option. This " -"significantly reduces the quantity of code that runs as root, and therefore " -"reduces the impact of security holes in sshd." -msgstr "" -"Esta verso do OpenSSH contm a nova opo de separao de privilgios. Esta " -"opo reduz significativamente a quantidade de cdigo que executada como " -"root e portanto reduz o impacto de falhas de segurana no sshd." - -#. Type: boolean -#. Description -#: ../templates.master:19 -msgid "" -"Unfortunately, privilege separation interacts badly with PAM. Any PAM " -"session modules that need to run as root (pam_mkhomedir, for example) will " -"fail, and PAM keyboard-interactive authentication won't work." -msgstr "" -"Infelizmente, a separao de privilgios interage de maneira ruim com o PAM. " -"Quaisquer mdulos de sesso PAM que precisem ser executados como root " -"(pam_mkhomedir, por exemplo) iro falhar e autenticao interativa com " -"teclado do PAM no funcionar." - -#. Type: boolean -#. Description -#: ../templates.master:19 -msgid "" -"Since you've opted to have me generate an sshd_config file for you, you can " -"choose whether or not to have privilege separation turned on or not. Unless " -"you know you need to use PAM features that won't work with this option, you " -"should enable it." -msgstr "" -"Uma vez que voc optou por permitir que o debconf gere um arquivo " -"sshd_config para voc, possvel escolher se voc deseja ter ou no o " -"recurso de separao de privilgios habilitado. A menos que voc saiba que " -"utiliza recursos PAM que no funcionaro com esta opo habilitada, voc " -"dever habilitar esse recurso." - #. Type: boolean #. Description -#: ../templates.master:36 +#: ../templates.master:4 msgid "Generate new configuration file" msgstr "Gerar novo arquivo de configurao" #. Type: boolean #. Description -#: ../templates.master:36 +#: ../templates.master:4 msgid "" "This version of OpenSSH has a considerably changed configuration file from " "the version shipped in Debian 'Potato', which you appear to be upgrading " @@ -113,7 +49,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:36 +#: ../templates.master:4 msgid "" "Please note that this new configuration file will set the value of " "'PermitRootLogin' to yes (meaning that anyone knowing the root password can " @@ -132,7 +68,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:36 +#: ../templates.master:4 msgid "" "It is strongly recommended that you let me generate a new configuration file " "for you." @@ -142,13 +78,13 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:55 +#: ../templates.master:23 msgid "Allow SSH protocol 2 only" msgstr "Permitir somente protocolo SSH verso 2" #. Type: boolean #. Description -#: ../templates.master:55 +#: ../templates.master:23 msgid "" "This version of OpenSSH supports version 2 of the ssh protocol, which is " "much more secure. Disabling ssh 1 is encouraged, however this will slow " @@ -164,7 +100,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:55 +#: ../templates.master:23 msgid "" "Also please note that keys used for protocol 1 are different so you will not " "be able to use them if you only allow protocol 2 connections." @@ -175,7 +111,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:55 +#: ../templates.master:23 msgid "" "If you later change your mind about this setting, README.Debian has " "instructions on what to do to your sshd_config file." @@ -186,13 +122,13 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:69 +#: ../templates.master:37 msgid "ssh2 keys merged in configuration files" msgstr "Chaves ssh2 includas nos arquivos de configurao" #. Type: note #. Description -#: ../templates.master:69 +#: ../templates.master:37 msgid "" "As of version 3 OpenSSH no longer uses separate files for ssh1 and ssh2 " "keys. This means the authorized_keys2 and known_hosts2 files are no longer " @@ -205,13 +141,13 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:78 +#: ../templates.master:46 msgid "Do you want to continue (and risk killing active ssh sessions)?" msgstr "Deseja continuar (e arriscar acabar com sesses ssh ativas) ?" #. Type: boolean #. Description -#: ../templates.master:78 +#: ../templates.master:46 msgid "" "The version of /etc/init.d/ssh that you have installed, is likely to kill " "all running sshd instances. If you are doing this upgrade via an ssh " @@ -223,7 +159,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:78 +#: ../templates.master:46 msgid "" "You can fix this by adding \"--pidfile /var/run/sshd.pid\" to the start-stop-" "daemon line in the stop section of the file." @@ -233,13 +169,13 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:88 +#: ../templates.master:56 msgid "NOTE: Forwarding of X11 and Authorization disabled by default." msgstr "NOTA: Encaminhamento de X11 e Autorizao desabilitados por padro." #. Type: note #. Description -#: ../templates.master:88 +#: ../templates.master:56 msgid "" "For security reasons, the Debian version of ssh has ForwardX11 and " "ForwardAgent set to ``off'' by default." @@ -249,7 +185,7 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:88 +#: ../templates.master:56 msgid "" "You can enable it for servers you trust, either in one of the configuration " "files, or with the -X command line option." @@ -259,20 +195,20 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:88 +#: ../templates.master:56 msgid "More details can be found in /usr/share/doc/ssh/README.Debian" msgstr "" "Maiores detalhes podem ser encontrados em /usr/share/doc/ssh/README.Debian." #. Type: note #. Description -#: ../templates.master:99 +#: ../templates.master:67 msgid "Warning: rsh-server is installed --- probably not a good idea" msgstr "Aviso: rsh-server est instalado --- provavelmente no uma boa idia" #. Type: note #. Description -#: ../templates.master:99 +#: ../templates.master:67 msgid "" "having rsh-server installed undermines the security that you were probably " "wanting to obtain by installing ssh. I'd advise you to remove that package." @@ -283,13 +219,13 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:106 +#: ../templates.master:74 msgid "Warning: telnetd is installed --- probably not a good idea" msgstr "Aviso: telnetd est instalado --- provavelmente no uma boa idia" #. Type: note #. Description -#: ../templates.master:106 +#: ../templates.master:74 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 " @@ -303,13 +239,13 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:114 +#: ../templates.master:82 msgid "Warning: you must create a new host key" msgstr "Aviso: voc deve criar uma nova host key" #. Type: note #. Description -#: ../templates.master:114 +#: ../templates.master:82 msgid "" "There is an old /etc/ssh/ssh_host_key, which is IDEA encrypted. OpenSSH can " "not handle this host key file, and I can't find the ssh-keygen utility from " @@ -321,19 +257,19 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:114 +#: ../templates.master:82 msgid "You will need to generate a new host key." msgstr "Voc precisar gerar uma nova host key." #. Type: boolean #. Description -#: ../templates.master:124 +#: ../templates.master:92 msgid "Do you want /usr/lib/ssh-keysign to be installed SUID root?" msgstr "Deseja que que /usr/lib/ssh-keysign seja instalado SUID root ?" #. Type: boolean #. Description -#: ../templates.master:124 +#: ../templates.master:92 msgid "" "You have the option of installing the ssh-keysign helper with the SUID bit " "set." @@ -343,7 +279,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:124 +#: ../templates.master:92 msgid "" "If you make ssh-keysign SUID, you will be able to use SSH's Protocol 2 host-" "based authentication." @@ -353,7 +289,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:124 +#: ../templates.master:92 msgid "" "If in doubt, I suggest you install it with SUID. If it causes problems you " "can change your mind later by running: dpkg-reconfigure ssh" @@ -364,19 +300,19 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:137 +#: ../templates.master:105 msgid "Do you want to run the sshd server?" msgstr "Voc deseja executar o servidor sshd ?" #. Type: boolean #. Description -#: ../templates.master:137 +#: ../templates.master:105 msgid "This package contains both the ssh client, and the sshd server." msgstr "Este pacote contm ambos o cliente ssh e o servidor sshd." #. Type: boolean #. Description -#: ../templates.master:137 +#: ../templates.master:105 msgid "" "Normally the sshd Secure Shell Server will be run to allow remote logins via " "ssh." @@ -386,7 +322,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:137 +#: ../templates.master:105 msgid "" "If you are only interested in using the ssh client for outbound connections " "on this machine, and don't want to log into it at all using ssh, then you " @@ -398,13 +334,13 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:149 +#: ../templates.master:117 msgid "Environment options on keys have been deprecated" msgstr "Opes ed ambiente sobre chaves esto obsoletas" #. Type: note #. Description -#: ../templates.master:149 +#: ../templates.master:117 msgid "" "This version of OpenSSH disables the environment option for public keys by " "default, in order to avoid certain attacks (for example, LD_PRELOAD). If you " @@ -419,7 +355,7 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:149 +#: ../templates.master:117 msgid "" "To re-enable this option, set \"PermitUserEnvironment yes\" in /etc/ssh/" "sshd_config after the upgrade is complete, taking note of the warning in the " @@ -429,6 +365,53 @@ msgstr "" "arquivo /et/ssh/sshd_config depois da a atualizao terminar, atentando para " "o aviso na pgina de manual do sshd_config(5)." +#~ msgid "Privilege separation" +#~ msgstr "Separao de Previlgios" + +#~ msgid "" +#~ "Privilege separation is turned on by default, so if you decide you want " +#~ "it turned off, you need to add \"UsePrivilegeSeparation no\" to /etc/ssh/" +#~ "sshd_config." +#~ msgstr "" +#~ "A separao de previlgios est habilitado por padro, portanto caso voc " +#~ "decida que deseja desabilit-la voc precisar adicionar a linha " +#~ "\"UsePrivilegeSeparation no\" ao arquivo /etc/ssh/sshd_config." + +#~ msgid "Enable Privilege separation" +#~ msgstr "Habilitar Separao de Privilgios" + +#~ msgid "" +#~ "This version of OpenSSH contains the new privilege separation option. " +#~ "This significantly reduces the quantity of code that runs as root, and " +#~ "therefore reduces the impact of security holes in sshd." +#~ msgstr "" +#~ "Esta verso do OpenSSH contm a nova opo de separao de privilgios. " +#~ "Esta opo reduz significativamente a quantidade de cdigo que " +#~ "executada como root e portanto reduz o impacto de falhas de segurana no " +#~ "sshd." + +#~ msgid "" +#~ "Unfortunately, privilege separation interacts badly with PAM. Any PAM " +#~ "session modules that need to run as root (pam_mkhomedir, for example) " +#~ "will fail, and PAM keyboard-interactive authentication won't work." +#~ msgstr "" +#~ "Infelizmente, a separao de privilgios interage de maneira ruim com o " +#~ "PAM. Quaisquer mdulos de sesso PAM que precisem ser executados como " +#~ "root (pam_mkhomedir, por exemplo) iro falhar e autenticao interativa " +#~ "com teclado do PAM no funcionar." + +#~ msgid "" +#~ "Since you've opted to have me generate an sshd_config file for you, you " +#~ "can choose whether or not to have privilege separation turned on or not. " +#~ "Unless you know you need to use PAM features that won't work with this " +#~ "option, you should enable it." +#~ msgstr "" +#~ "Uma vez que voc optou por permitir que o debconf gere um arquivo " +#~ "sshd_config para voc, possvel escolher se voc deseja ter ou no o " +#~ "recurso de separao de privilgios habilitado. A menos que voc saiba " +#~ "que utiliza recursos PAM que no funcionaro com esta opo habilitada, " +#~ "voc dever habilitar esse recurso." + #~ msgid "" #~ "NB! If you are running a 2.0 series Linux kernel, then privilege " #~ "separation will not work at all, and your sshd will fail to start unless " diff --git a/debian/po/ru.po b/debian/po/ru.po index fa8e190bd..f86cca6d2 100644 --- a/debian/po/ru.po +++ b/debian/po/ru.po @@ -16,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2003-11-15 15:36+0000\n" +"POT-Creation-Date: 2004-03-06 17:54+0000\n" "PO-Revision-Date: 2003-10-02 17:20+0500\n" "Last-Translator: Ilgiz Kalmetev \n" "Language-Team: russian \n" @@ -24,78 +24,15 @@ msgstr "" "Content-Type: text/plain; charset=KOI8-R\n" "Content-Transfer-Encoding: 8bit\n" -#. Type: note -#. Description -#: ../templates.master:3 -msgid "Privilege separation" -msgstr " " - -#. Type: note -#. Description -#: ../templates.master:3 -msgid "" -"Privilege separation is turned on by default, so if you decide you want it " -"turned off, you need to add \"UsePrivilegeSeparation no\" to /etc/ssh/" -"sshd_config." -msgstr "" -" , " -", /etc/ssh/sshd_config " -"\"UsePrivilegeSeparation no\"." - -#. Type: boolean -#. Description -#: ../templates.master:19 -msgid "Enable Privilege separation" -msgstr " " - #. Type: boolean #. Description -#: ../templates.master:19 -msgid "" -"This version of OpenSSH contains the new privilege separation option. This " -"significantly reduces the quantity of code that runs as root, and therefore " -"reduces the impact of security holes in sshd." -msgstr "" -" OpenSSH - . " -" , root, " -" sshd." - -#. Type: boolean -#. Description -#: ../templates.master:19 -msgid "" -"Unfortunately, privilege separation interacts badly with PAM. Any PAM " -"session modules that need to run as root (pam_mkhomedir, for example) will " -"fail, and PAM keyboard-interactive authentication won't work." -msgstr "" -" , PAM. " -" PAM, root (, " -"pam_mkhomedir), PAM- " -" ." - -#. Type: boolean -#. Description -#: ../templates.master:19 -msgid "" -"Since you've opted to have me generate an sshd_config file for you, you can " -"choose whether or not to have privilege separation turned on or not. Unless " -"you know you need to use PAM features that won't work with this option, you " -"should enable it." -msgstr "" -" sshd_config, " -" , ." -" , PAM, " -" , ." - -#. Type: boolean -#. Description -#: ../templates.master:36 +#: ../templates.master:4 msgid "Generate new configuration file" msgstr " " #. Type: boolean #. Description -#: ../templates.master:36 +#: ../templates.master:4 msgid "" "This version of OpenSSH has a considerably changed configuration file from " "the version shipped in Debian 'Potato', which you appear to be upgrading " @@ -111,7 +48,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:36 +#: ../templates.master:4 msgid "" "Please note that this new configuration file will set the value of " "'PermitRootLogin' to yes (meaning that anyone knowing the root password can " @@ -127,7 +64,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:36 +#: ../templates.master:4 msgid "" "It is strongly recommended that you let me generate a new configuration file " "for you." @@ -137,13 +74,13 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:55 +#: ../templates.master:23 msgid "Allow SSH protocol 2 only" msgstr " SSH- 2." #. Type: boolean #. Description -#: ../templates.master:55 +#: ../templates.master:23 msgid "" "This version of OpenSSH supports version 2 of the ssh protocol, which is " "much more secure. Disabling ssh 1 is encouraged, however this will slow " @@ -158,7 +95,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:55 +#: ../templates.master:23 msgid "" "Also please note that keys used for protocol 1 are different so you will not " "be able to use them if you only allow protocol 2 connections." @@ -169,7 +106,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:55 +#: ../templates.master:23 msgid "" "If you later change your mind about this setting, README.Debian has " "instructions on what to do to your sshd_config file." @@ -179,13 +116,13 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:69 +#: ../templates.master:37 msgid "ssh2 keys merged in configuration files" msgstr " ssh2 " #. Type: note #. Description -#: ../templates.master:69 +#: ../templates.master:37 msgid "" "As of version 3 OpenSSH no longer uses separate files for ssh1 and ssh2 " "keys. This means the authorized_keys2 and known_hosts2 files are no longer " @@ -198,13 +135,13 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:78 +#: ../templates.master:46 msgid "Do you want to continue (and risk killing active ssh sessions)?" msgstr " ( ssh-)?" #. Type: boolean #. Description -#: ../templates.master:78 +#: ../templates.master:46 msgid "" "The version of /etc/init.d/ssh that you have installed, is likely to kill " "all running sshd instances. If you are doing this upgrade via an ssh " @@ -216,7 +153,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:78 +#: ../templates.master:46 msgid "" "You can fix this by adding \"--pidfile /var/run/sshd.pid\" to the start-stop-" "daemon line in the stop section of the file." @@ -226,13 +163,13 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:88 +#: ../templates.master:56 msgid "NOTE: Forwarding of X11 and Authorization disabled by default." msgstr ": X11 Authorization ." #. Type: note #. Description -#: ../templates.master:88 +#: ../templates.master:56 msgid "" "For security reasons, the Debian version of ssh has ForwardX11 and " "ForwardAgent set to ``off'' by default." @@ -242,7 +179,7 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:88 +#: ../templates.master:56 msgid "" "You can enable it for servers you trust, either in one of the configuration " "files, or with the -X command line option." @@ -252,20 +189,20 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:88 +#: ../templates.master:56 msgid "More details can be found in /usr/share/doc/ssh/README.Debian" msgstr "" " /usr/share/doc/ssh/README.Debian" #. Type: note #. Description -#: ../templates.master:99 +#: ../templates.master:67 msgid "Warning: rsh-server is installed --- probably not a good idea" msgstr ": rsh-server --- , " #. Type: note #. Description -#: ../templates.master:99 +#: ../templates.master:67 msgid "" "having rsh-server installed undermines the security that you were probably " "wanting to obtain by installing ssh. I'd advise you to remove that package." @@ -275,13 +212,13 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:106 +#: ../templates.master:74 msgid "Warning: telnetd is installed --- probably not a good idea" msgstr ": telnetd --- , " #. Type: note #. Description -#: ../templates.master:106 +#: ../templates.master:74 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 " @@ -295,13 +232,13 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:114 +#: ../templates.master:82 msgid "Warning: you must create a new host key" msgstr ": ." #. Type: note #. Description -#: ../templates.master:114 +#: ../templates.master:82 msgid "" "There is an old /etc/ssh/ssh_host_key, which is IDEA encrypted. OpenSSH can " "not handle this host key file, and I can't find the ssh-keygen utility from " @@ -313,19 +250,19 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:114 +#: ../templates.master:82 msgid "You will need to generate a new host key." msgstr " ." #. Type: boolean #. Description -#: ../templates.master:124 +#: ../templates.master:92 msgid "Do you want /usr/lib/ssh-keysign to be installed SUID root?" msgstr " /usr/lib/ssh-keysign SUID root?" #. Type: boolean #. Description -#: ../templates.master:124 +#: ../templates.master:92 msgid "" "You have the option of installing the ssh-keysign helper with the SUID bit " "set." @@ -333,7 +270,7 @@ msgstr " #. Type: boolean #. Description -#: ../templates.master:124 +#: ../templates.master:92 msgid "" "If you make ssh-keysign SUID, you will be able to use SSH's Protocol 2 host-" "based authentication." @@ -343,7 +280,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:124 +#: ../templates.master:92 msgid "" "If in doubt, I suggest you install it with SUID. If it causes problems you " "can change your mind later by running: dpkg-reconfigure ssh" @@ -353,19 +290,19 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:137 +#: ../templates.master:105 msgid "Do you want to run the sshd server?" msgstr " sshd?" #. Type: boolean #. Description -#: ../templates.master:137 +#: ../templates.master:105 msgid "This package contains both the ssh client, and the sshd server." msgstr " ssh-, ssh-." #. Type: boolean #. Description -#: ../templates.master:137 +#: ../templates.master:105 msgid "" "Normally the sshd Secure Shell Server will be run to allow remote logins via " "ssh." @@ -375,7 +312,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:137 +#: ../templates.master:105 msgid "" "If you are only interested in using the ssh client for outbound connections " "on this machine, and don't want to log into it at all using ssh, then you " @@ -387,13 +324,13 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:149 +#: ../templates.master:117 msgid "Environment options on keys have been deprecated" msgstr " " #. Type: note #. Description -#: ../templates.master:149 +#: ../templates.master:117 msgid "" "This version of OpenSSH disables the environment option for public keys by " "default, in order to avoid certain attacks (for example, LD_PRELOAD). If you " @@ -407,7 +344,7 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:149 +#: ../templates.master:117 msgid "" "To re-enable this option, set \"PermitUserEnvironment yes\" in /etc/ssh/" "sshd_config after the upgrade is complete, taking note of the warning in the " @@ -417,3 +354,48 @@ msgstr "" "\"PermitUserEnvironment yes\" sshd_config " ", " "sshd_config(5)." + +#~ msgid "Privilege separation" +#~ msgstr " " + +#~ msgid "" +#~ "Privilege separation is turned on by default, so if you decide you want " +#~ "it turned off, you need to add \"UsePrivilegeSeparation no\" to /etc/ssh/" +#~ "sshd_config." +#~ msgstr "" +#~ " , " +#~ ", /etc/ssh/sshd_config " +#~ "\"UsePrivilegeSeparation no\"." + +#~ msgid "Enable Privilege separation" +#~ msgstr " " + +#~ msgid "" +#~ "This version of OpenSSH contains the new privilege separation option. " +#~ "This significantly reduces the quantity of code that runs as root, and " +#~ "therefore reduces the impact of security holes in sshd." +#~ msgstr "" +#~ " OpenSSH - " +#~ ". , " +#~ "root, sshd." + +#~ msgid "" +#~ "Unfortunately, privilege separation interacts badly with PAM. Any PAM " +#~ "session modules that need to run as root (pam_mkhomedir, for example) " +#~ "will fail, and PAM keyboard-interactive authentication won't work." +#~ msgstr "" +#~ " , PAM. " +#~ " PAM, root (, " +#~ "pam_mkhomedir), PAM- " +#~ " ." + +#~ msgid "" +#~ "Since you've opted to have me generate an sshd_config file for you, you " +#~ "can choose whether or not to have privilege separation turned on or not. " +#~ "Unless you know you need to use PAM features that won't work with this " +#~ "option, you should enable it." +#~ msgstr "" +#~ " sshd_config, " +#~ " , " +#~ ". , PAM, " +#~ " , ." diff --git a/debian/po/templates.pot b/debian/po/templates.pot index ef7c409f7..e8e8e4cd2 100644 --- a/debian/po/templates.pot +++ b/debian/po/templates.pot @@ -16,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2003-11-15 15:36+0000\n" +"POT-Creation-Date: 2004-03-06 17:54+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -24,64 +24,15 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" -#. Type: note -#. Description -#: ../templates.master:3 -msgid "Privilege separation" -msgstr "" - -#. Type: note -#. Description -#: ../templates.master:3 -msgid "" -"Privilege separation is turned on by default, so if you decide you want it " -"turned off, you need to add \"UsePrivilegeSeparation no\" to /etc/ssh/" -"sshd_config." -msgstr "" - -#. Type: boolean -#. Description -#: ../templates.master:19 -msgid "Enable Privilege separation" -msgstr "" - -#. Type: boolean -#. Description -#: ../templates.master:19 -msgid "" -"This version of OpenSSH contains the new privilege separation option. This " -"significantly reduces the quantity of code that runs as root, and therefore " -"reduces the impact of security holes in sshd." -msgstr "" - -#. Type: boolean -#. Description -#: ../templates.master:19 -msgid "" -"Unfortunately, privilege separation interacts badly with PAM. Any PAM " -"session modules that need to run as root (pam_mkhomedir, for example) will " -"fail, and PAM keyboard-interactive authentication won't work." -msgstr "" - -#. Type: boolean -#. Description -#: ../templates.master:19 -msgid "" -"Since you've opted to have me generate an sshd_config file for you, you can " -"choose whether or not to have privilege separation turned on or not. Unless " -"you know you need to use PAM features that won't work with this option, you " -"should enable it." -msgstr "" - #. Type: boolean #. Description -#: ../templates.master:36 +#: ../templates.master:4 msgid "Generate new configuration file" msgstr "" #. Type: boolean #. Description -#: ../templates.master:36 +#: ../templates.master:4 msgid "" "This version of OpenSSH has a considerably changed configuration file from " "the version shipped in Debian 'Potato', which you appear to be upgrading " @@ -92,7 +43,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:36 +#: ../templates.master:4 msgid "" "Please note that this new configuration file will set the value of " "'PermitRootLogin' to yes (meaning that anyone knowing the root password can " @@ -103,7 +54,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:36 +#: ../templates.master:4 msgid "" "It is strongly recommended that you let me generate a new configuration file " "for you." @@ -111,13 +62,13 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:55 +#: ../templates.master:23 msgid "Allow SSH protocol 2 only" msgstr "" #. Type: boolean #. Description -#: ../templates.master:55 +#: ../templates.master:23 msgid "" "This version of OpenSSH supports version 2 of the ssh protocol, which is " "much more secure. Disabling ssh 1 is encouraged, however this will slow " @@ -127,7 +78,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:55 +#: ../templates.master:23 msgid "" "Also please note that keys used for protocol 1 are different so you will not " "be able to use them if you only allow protocol 2 connections." @@ -135,7 +86,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:55 +#: ../templates.master:23 msgid "" "If you later change your mind about this setting, README.Debian has " "instructions on what to do to your sshd_config file." @@ -143,13 +94,13 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:69 +#: ../templates.master:37 msgid "ssh2 keys merged in configuration files" msgstr "" #. Type: note #. Description -#: ../templates.master:69 +#: ../templates.master:37 msgid "" "As of version 3 OpenSSH no longer uses separate files for ssh1 and ssh2 " "keys. This means the authorized_keys2 and known_hosts2 files are no longer " @@ -158,13 +109,13 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:78 +#: ../templates.master:46 msgid "Do you want to continue (and risk killing active ssh sessions)?" msgstr "" #. Type: boolean #. Description -#: ../templates.master:78 +#: ../templates.master:46 msgid "" "The version of /etc/init.d/ssh that you have installed, is likely to kill " "all running sshd instances. If you are doing this upgrade via an ssh " @@ -173,7 +124,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:78 +#: ../templates.master:46 msgid "" "You can fix this by adding \"--pidfile /var/run/sshd.pid\" to the start-stop-" "daemon line in the stop section of the file." @@ -181,13 +132,13 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:88 +#: ../templates.master:56 msgid "NOTE: Forwarding of X11 and Authorization disabled by default." msgstr "" #. Type: note #. Description -#: ../templates.master:88 +#: ../templates.master:56 msgid "" "For security reasons, the Debian version of ssh has ForwardX11 and " "ForwardAgent set to ``off'' by default." @@ -195,7 +146,7 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:88 +#: ../templates.master:56 msgid "" "You can enable it for servers you trust, either in one of the configuration " "files, or with the -X command line option." @@ -203,19 +154,19 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:88 +#: ../templates.master:56 msgid "More details can be found in /usr/share/doc/ssh/README.Debian" msgstr "" #. Type: note #. Description -#: ../templates.master:99 +#: ../templates.master:67 msgid "Warning: rsh-server is installed --- probably not a good idea" msgstr "" #. Type: note #. Description -#: ../templates.master:99 +#: ../templates.master:67 msgid "" "having rsh-server installed undermines the security that you were probably " "wanting to obtain by installing ssh. I'd advise you to remove that package." @@ -223,13 +174,13 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:106 +#: ../templates.master:74 msgid "Warning: telnetd is installed --- probably not a good idea" msgstr "" #. Type: note #. Description -#: ../templates.master:106 +#: ../templates.master:74 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 " @@ -239,13 +190,13 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:114 +#: ../templates.master:82 msgid "Warning: you must create a new host key" msgstr "" #. Type: note #. Description -#: ../templates.master:114 +#: ../templates.master:82 msgid "" "There is an old /etc/ssh/ssh_host_key, which is IDEA encrypted. OpenSSH can " "not handle this host key file, and I can't find the ssh-keygen utility from " @@ -254,19 +205,19 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:114 +#: ../templates.master:82 msgid "You will need to generate a new host key." msgstr "" #. Type: boolean #. Description -#: ../templates.master:124 +#: ../templates.master:92 msgid "Do you want /usr/lib/ssh-keysign to be installed SUID root?" msgstr "" #. Type: boolean #. Description -#: ../templates.master:124 +#: ../templates.master:92 msgid "" "You have the option of installing the ssh-keysign helper with the SUID bit " "set." @@ -274,7 +225,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:124 +#: ../templates.master:92 msgid "" "If you make ssh-keysign SUID, you will be able to use SSH's Protocol 2 host-" "based authentication." @@ -282,7 +233,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:124 +#: ../templates.master:92 msgid "" "If in doubt, I suggest you install it with SUID. If it causes problems you " "can change your mind later by running: dpkg-reconfigure ssh" @@ -290,19 +241,19 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:137 +#: ../templates.master:105 msgid "Do you want to run the sshd server?" msgstr "" #. Type: boolean #. Description -#: ../templates.master:137 +#: ../templates.master:105 msgid "This package contains both the ssh client, and the sshd server." msgstr "" #. Type: boolean #. Description -#: ../templates.master:137 +#: ../templates.master:105 msgid "" "Normally the sshd Secure Shell Server will be run to allow remote logins via " "ssh." @@ -310,7 +261,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:137 +#: ../templates.master:105 msgid "" "If you are only interested in using the ssh client for outbound connections " "on this machine, and don't want to log into it at all using ssh, then you " @@ -319,13 +270,13 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:149 +#: ../templates.master:117 msgid "Environment options on keys have been deprecated" msgstr "" #. Type: note #. Description -#: ../templates.master:149 +#: ../templates.master:117 msgid "" "This version of OpenSSH disables the environment option for public keys by " "default, in order to avoid certain attacks (for example, LD_PRELOAD). If you " @@ -335,7 +286,7 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:149 +#: ../templates.master:117 msgid "" "To re-enable this option, set \"PermitUserEnvironment yes\" in /etc/ssh/" "sshd_config after the upgrade is complete, taking note of the warning in the " diff --git a/debian/po/zh_CN.po b/debian/po/zh_CN.po index 965cb6c9c..342605317 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: \n" -"POT-Creation-Date: 2003-11-15 15:36+0000\n" +"POT-Creation-Date: 2004-03-06 17:54+0000\n" "PO-Revision-Date: 2004-02-02 18:48+1300\n" "Last-Translator: Hiei Xu \n" "Language-Team: Chinese/Simplified \n" @@ -23,72 +23,15 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#. Type: note -#. Description -#: ../templates.master:3 -msgid "Privilege separation" -msgstr "权限分离" - -#. Type: note -#. Description -#: ../templates.master:3 -msgid "" -"Privilege separation is turned on by default, so if you decide you want it " -"turned off, you need to add \"UsePrivilegeSeparation no\" to /etc/ssh/" -"sshd_config." -msgstr "" -"权限分离选项是默认打开的。如果想要关闭此选项,您需要在 /etc/ssh/sshd_config " -"文件中添加一行“UsePrivilegeSeparation no”。" - -#. Type: boolean -#. Description -#: ../templates.master:19 -msgid "Enable Privilege separation" -msgstr "启用权限分离" - #. Type: boolean #. Description -#: ../templates.master:19 -msgid "" -"This version of OpenSSH contains the new privilege separation option. This " -"significantly reduces the quantity of code that runs as root, and therefore " -"reduces the impact of security holes in sshd." -msgstr "" -"这个版本的 OpenSSH 包含了一个新的权限分离的选项,目的是为了减少以 root 运行的" -"代码数目,进而减少了 sshd 被安全漏洞影响的机会。" - -#. Type: boolean -#. Description -#: ../templates.master:19 -msgid "" -"Unfortunately, privilege separation interacts badly with PAM. Any PAM " -"session modules that need to run as root (pam_mkhomedir, for example) will " -"fail, and PAM keyboard-interactive authentication won't work." -msgstr "" -"不幸的是,权限分离和 PAM 同时使用会很糟糕。任何需要以 root 运行的 PAM 会话模" -"块 (如 pam_mkhomedir) 都会失败,而且 PAM 键盘交互式认证都不起作用。" - -#. Type: boolean -#. Description -#: ../templates.master:19 -msgid "" -"Since you've opted to have me generate an sshd_config file for you, you can " -"choose whether or not to have privilege separation turned on or not. Unless " -"you know you need to use PAM features that won't work with this option, you " -"should enable it." -msgstr "" -"因为您选择了让我为您生成 sshd_config 文件,您可以选择是否打开权限分离选项。除" -"非您知道需要使用 PAM 这个不能和权限分离同时工作的功能,否则就应该启用它。" - -#. Type: boolean -#. Description -#: ../templates.master:36 +#: ../templates.master:4 msgid "Generate new configuration file" msgstr "生成新的配置文件" #. Type: boolean #. Description -#: ../templates.master:36 +#: ../templates.master:4 msgid "" "This version of OpenSSH has a considerably changed configuration file from " "the version shipped in Debian 'Potato', which you appear to be upgrading " @@ -102,7 +45,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:36 +#: ../templates.master:4 msgid "" "Please note that this new configuration file will set the value of " "'PermitRootLogin' to yes (meaning that anyone knowing the root password can " @@ -117,7 +60,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:36 +#: ../templates.master:4 msgid "" "It is strongly recommended that you let me generate a new configuration file " "for you." @@ -125,13 +68,13 @@ msgstr "强烈建议让我为您生成一份新的配置文件。" #. Type: boolean #. Description -#: ../templates.master:55 +#: ../templates.master:23 msgid "Allow SSH protocol 2 only" msgstr "只允许 SSH 协议 2 (ssh2)。" #. Type: boolean #. Description -#: ../templates.master:55 +#: ../templates.master:23 msgid "" "This version of OpenSSH supports version 2 of the ssh protocol, which is " "much more secure. Disabling ssh 1 is encouraged, however this will slow " @@ -144,7 +87,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:55 +#: ../templates.master:23 msgid "" "Also please note that keys used for protocol 1 are different so you will not " "be able to use them if you only allow protocol 2 connections." @@ -154,7 +97,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:55 +#: ../templates.master:23 msgid "" "If you later change your mind about this setting, README.Debian has " "instructions on what to do to your sshd_config file." @@ -164,13 +107,13 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:69 +#: ../templates.master:37 msgid "ssh2 keys merged in configuration files" msgstr "ssh2 密钥被合并到配置文件" #. Type: note #. Description -#: ../templates.master:69 +#: ../templates.master:37 msgid "" "As of version 3 OpenSSH no longer uses separate files for ssh1 and ssh2 " "keys. This means the authorized_keys2 and known_hosts2 files are no longer " @@ -182,13 +125,13 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:78 +#: ../templates.master:46 msgid "Do you want to continue (and risk killing active ssh sessions)?" msgstr "您要继续吗(会有杀死活动的 ssh 会话的危险)?" #. Type: boolean #. Description -#: ../templates.master:78 +#: ../templates.master:46 msgid "" "The version of /etc/init.d/ssh that you have installed, is likely to kill " "all running sshd instances. If you are doing this upgrade via an ssh " @@ -199,7 +142,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:78 +#: ../templates.master:46 msgid "" "You can fix this by adding \"--pidfile /var/run/sshd.pid\" to the start-stop-" "daemon line in the stop section of the file." @@ -209,13 +152,13 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:88 +#: ../templates.master:56 msgid "NOTE: Forwarding of X11 and Authorization disabled by default." msgstr "注意:X11 转发和认证默认被禁止。" #. Type: note #. Description -#: ../templates.master:88 +#: ../templates.master:56 msgid "" "For security reasons, the Debian version of ssh has ForwardX11 and " "ForwardAgent set to ``off'' by default." @@ -225,7 +168,7 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:88 +#: ../templates.master:56 msgid "" "You can enable it for servers you trust, either in one of the configuration " "files, or with the -X command line option." @@ -235,19 +178,19 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:88 +#: ../templates.master:56 msgid "More details can be found in /usr/share/doc/ssh/README.Debian" msgstr "更多细节可以在 /usr/share/doc/ssh/README.Debian 找到" #. Type: note #. Description -#: ../templates.master:99 +#: ../templates.master:67 msgid "Warning: rsh-server is installed --- probably not a good idea" msgstr "警告:已经安装了 rsh 服务器 --- 可能不是个好主意" #. Type: note #. Description -#: ../templates.master:99 +#: ../templates.master:67 msgid "" "having rsh-server installed undermines the security that you were probably " "wanting to obtain by installing ssh. I'd advise you to remove that package." @@ -257,13 +200,13 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:106 +#: ../templates.master:74 msgid "Warning: telnetd is installed --- probably not a good idea" msgstr "警告:已经安装了 telnetd 服务器 --- 可能不是个好主意" #. Type: note #. Description -#: ../templates.master:106 +#: ../templates.master:74 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 " @@ -276,13 +219,13 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:114 +#: ../templates.master:82 msgid "Warning: you must create a new host key" msgstr "警告:您必须创建一个新的主机密钥" #. Type: note #. Description -#: ../templates.master:114 +#: ../templates.master:82 msgid "" "There is an old /etc/ssh/ssh_host_key, which is IDEA encrypted. OpenSSH can " "not handle this host key file, and I can't find the ssh-keygen utility from " @@ -293,19 +236,19 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:114 +#: ../templates.master:82 msgid "You will need to generate a new host key." msgstr "您需要创建一个新的主机密钥。" #. Type: boolean #. Description -#: ../templates.master:124 +#: ../templates.master:92 msgid "Do you want /usr/lib/ssh-keysign to be installed SUID root?" msgstr "您要将 /usr/lib/ssh-keysign 安装为 SUID root 程序吗?" #. Type: boolean #. Description -#: ../templates.master:124 +#: ../templates.master:92 msgid "" "You have the option of installing the ssh-keysign helper with the SUID bit " "set." @@ -313,7 +256,7 @@ msgstr "您使用为 ssh-keysign 帮助者程序设置 SUID 位的选项。" #. Type: boolean #. Description -#: ../templates.master:124 +#: ../templates.master:92 msgid "" "If you make ssh-keysign SUID, you will be able to use SSH's Protocol 2 host-" "based authentication." @@ -323,7 +266,7 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:124 +#: ../templates.master:92 msgid "" "If in doubt, I suggest you install it with SUID. If it causes problems you " "can change your mind later by running: dpkg-reconfigure ssh" @@ -333,19 +276,19 @@ msgstr "" #. Type: boolean #. Description -#: ../templates.master:137 +#: ../templates.master:105 msgid "Do you want to run the sshd server?" msgstr "您要运行 sshd 服务器吗?" #. Type: boolean #. Description -#: ../templates.master:137 +#: ../templates.master:105 msgid "This package contains both the ssh client, and the sshd server." msgstr "这个软件包内含 ssh 客户端和 sshd 服务器。" #. Type: boolean #. Description -#: ../templates.master:137 +#: ../templates.master:105 msgid "" "Normally the sshd Secure Shell Server will be run to allow remote logins via " "ssh." @@ -353,7 +296,7 @@ msgstr "通常 sshd 安全 Shell 服务器都会运行以便允许通过 ssh 进 #. Type: boolean #. Description -#: ../templates.master:137 +#: ../templates.master:105 msgid "" "If you are only interested in using the ssh client for outbound connections " "on this machine, and don't want to log into it at all using ssh, then you " @@ -364,13 +307,13 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:149 +#: ../templates.master:117 msgid "Environment options on keys have been deprecated" msgstr "密钥的环境选项已被废弃" #. Type: note #. Description -#: ../templates.master:149 +#: ../templates.master:117 msgid "" "This version of OpenSSH disables the environment option for public keys by " "default, in order to avoid certain attacks (for example, LD_PRELOAD). If you " @@ -383,7 +326,7 @@ msgstr "" #. Type: note #. Description -#: ../templates.master:149 +#: ../templates.master:117 msgid "" "To re-enable this option, set \"PermitUserEnvironment yes\" in /etc/ssh/" "sshd_config after the upgrade is complete, taking note of the warning in the " @@ -391,3 +334,43 @@ msgid "" msgstr "" "要重新启用这个选项,升级完成后请在 /etc/ssh/sshd_config 中加入一" "行:“PermitUserEnvironment yes”。请注意 sshd_config(5) 手册页中提到的警告。" + +#~ msgid "Privilege separation" +#~ msgstr "权限分离" + +#~ msgid "" +#~ "Privilege separation is turned on by default, so if you decide you want " +#~ "it turned off, you need to add \"UsePrivilegeSeparation no\" to /etc/ssh/" +#~ "sshd_config." +#~ msgstr "" +#~ "权限分离选项是默认打开的。如果想要关闭此选项,您需要在 /etc/ssh/" +#~ "sshd_config 文件中添加一行“UsePrivilegeSeparation no”。" + +#~ msgid "Enable Privilege separation" +#~ msgstr "启用权限分离" + +#~ msgid "" +#~ "This version of OpenSSH contains the new privilege separation option. " +#~ "This significantly reduces the quantity of code that runs as root, and " +#~ "therefore reduces the impact of security holes in sshd." +#~ msgstr "" +#~ "这个版本的 OpenSSH 包含了一个新的权限分离的选项,目的是为了减少以 root 运" +#~ "行的代码数目,进而减少了 sshd 被安全漏洞影响的机会。" + +#~ msgid "" +#~ "Unfortunately, privilege separation interacts badly with PAM. Any PAM " +#~ "session modules that need to run as root (pam_mkhomedir, for example) " +#~ "will fail, and PAM keyboard-interactive authentication won't work." +#~ msgstr "" +#~ "不幸的是,权限分离和 PAM 同时使用会很糟糕。任何需要以 root 运行的 PAM 会话" +#~ "模块 (如 pam_mkhomedir) 都会失败,而且 PAM 键盘交互式认证都不起作用。" + +#~ msgid "" +#~ "Since you've opted to have me generate an sshd_config file for you, you " +#~ "can choose whether or not to have privilege separation turned on or not. " +#~ "Unless you know you need to use PAM features that won't work with this " +#~ "option, you should enable it." +#~ msgstr "" +#~ "因为您选择了让我为您生成 sshd_config 文件,您可以选择是否打开权限分离选" +#~ "项。除非您知道需要使用 PAM 这个不能和权限分离同时工作的功能,否则就应该启" +#~ "用它。" diff --git a/debian/postinst b/debian/postinst index 0d1f3c3ed..4fbe93339 100644 --- a/debian/postinst +++ b/debian/postinst @@ -110,20 +110,10 @@ HostKey /etc/ssh/ssh_host_dsa_key EOF fi -db_get ssh/privsep_ask -if [ "$RET" = "false" ]; then - cat <> /etc/ssh/sshd_config -#Explicitly set PrivSep off, as requested -UsePrivilegeSeparation no -EOF -else cat <> /etc/ssh/sshd_config #Privilege Separation is turned on for security UsePrivilegeSeparation yes -EOF -fi - cat <> /etc/ssh/sshd_config # Lifetime and size of ephemeral version 1 server key KeyRegenerationInterval 3600 ServerKeyBits 768 diff --git a/debian/templates.master b/debian/templates.master index 4d60e95da..07f62b178 100644 --- a/debian/templates.master +++ b/debian/templates.master @@ -1,35 +1,3 @@ -Template: ssh/privsep_tell -Type: note -_Description: Privilege separation - This version of OpenSSH contains the new privilege separation option. This - significantly reduces the quantity of code that runs as root, and - therefore reduces the impact of security holes in sshd. - . - Unfortunately, privilege separation interacts badly with PAM. Any PAM - session modules that need to run as root (pam_mkhomedir, for example) will - fail, and PAM keyboard-interactive authentication won't work. - . - Privilege separation is turned on by default, so if you decide you want it - turned off, you need to add "UsePrivilegeSeparation no" to - /etc/ssh/sshd_config. - -Template: ssh/privsep_ask -Type: boolean -Default: true -_Description: Enable Privilege separation - This version of OpenSSH contains the new privilege separation option. This - significantly reduces the quantity of code that runs as root, and - therefore reduces the impact of security holes in sshd. - . - Unfortunately, privilege separation interacts badly with PAM. Any PAM - session modules that need to run as root (pam_mkhomedir, for example) will - fail, and PAM keyboard-interactive authentication won't work. - . - Since you've opted to have me generate an sshd_config file for you, you - can choose whether or not to have privilege separation turned on or not. - Unless you know you need to use PAM features that won't work with this - option, you should enable it. - Template: ssh/new_config Type: boolean Default: true -- cgit v1.2.3