summaryrefslogtreecommitdiff
path: root/debian/po/templates.pot
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2004-03-06 18:15:49 +0000
committerColin Watson <cjwatson@debian.org>2004-03-06 18:15:49 +0000
commit3366e0b9231ace358c27cbfac294fb9696853a68 (patch)
treec1a5f288a15d7d182132bb2bee383844cdeacb0d /debian/po/templates.pot
parent2c8ca7776552293cd249d61e4f1343bb1d17a89a (diff)
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).
Diffstat (limited to 'debian/po/templates.pot')
-rw-r--r--debian/po/templates.pot121
1 files changed, 36 insertions, 85 deletions
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 ""
16msgstr "" 16msgstr ""
17"Project-Id-Version: PACKAGE VERSION\n" 17"Project-Id-Version: PACKAGE VERSION\n"
18"Report-Msgid-Bugs-To: \n" 18"Report-Msgid-Bugs-To: \n"
19"POT-Creation-Date: 2003-11-15 15:36+0000\n" 19"POT-Creation-Date: 2004-03-06 17:54+0000\n"
20"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 20"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
21"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 21"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
22"Language-Team: LANGUAGE <LL@li.org>\n" 22"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -24,64 +24,15 @@ msgstr ""
24"Content-Type: text/plain; charset=CHARSET\n" 24"Content-Type: text/plain; charset=CHARSET\n"
25"Content-Transfer-Encoding: 8bit\n" 25"Content-Transfer-Encoding: 8bit\n"
26 26
27#. Type: note
28#. Description
29#: ../templates.master:3
30msgid "Privilege separation"
31msgstr ""
32
33#. Type: note
34#. Description
35#: ../templates.master:3
36msgid ""
37"Privilege separation is turned on by default, so if you decide you want it "
38"turned off, you need to add \"UsePrivilegeSeparation no\" to /etc/ssh/"
39"sshd_config."
40msgstr ""
41
42#. Type: boolean
43#. Description
44#: ../templates.master:19
45msgid "Enable Privilege separation"
46msgstr ""
47
48#. Type: boolean
49#. Description
50#: ../templates.master:19
51msgid ""
52"This version of OpenSSH contains the new privilege separation option. This "
53"significantly reduces the quantity of code that runs as root, and therefore "
54"reduces the impact of security holes in sshd."
55msgstr ""
56
57#. Type: boolean
58#. Description
59#: ../templates.master:19
60msgid ""
61"Unfortunately, privilege separation interacts badly with PAM. Any PAM "
62"session modules that need to run as root (pam_mkhomedir, for example) will "
63"fail, and PAM keyboard-interactive authentication won't work."
64msgstr ""
65
66#. Type: boolean
67#. Description
68#: ../templates.master:19
69msgid ""
70"Since you've opted to have me generate an sshd_config file for you, you can "
71"choose whether or not to have privilege separation turned on or not. Unless "
72"you know you need to use PAM features that won't work with this option, you "
73"should enable it."
74msgstr ""
75
76#. Type: boolean 27#. Type: boolean
77#. Description 28#. Description
78#: ../templates.master:36 29#: ../templates.master:4
79msgid "Generate new configuration file" 30msgid "Generate new configuration file"
80msgstr "" 31msgstr ""
81 32
82#. Type: boolean 33#. Type: boolean
83#. Description 34#. Description
84#: ../templates.master:36 35#: ../templates.master:4
85msgid "" 36msgid ""
86"This version of OpenSSH has a considerably changed configuration file from " 37"This version of OpenSSH has a considerably changed configuration file from "
87"the version shipped in Debian 'Potato', which you appear to be upgrading " 38"the version shipped in Debian 'Potato', which you appear to be upgrading "
@@ -92,7 +43,7 @@ msgstr ""
92 43
93#. Type: boolean 44#. Type: boolean
94#. Description 45#. Description
95#: ../templates.master:36 46#: ../templates.master:4
96msgid "" 47msgid ""
97"Please note that this new configuration file will set the value of " 48"Please note that this new configuration file will set the value of "
98"'PermitRootLogin' to yes (meaning that anyone knowing the root password can " 49"'PermitRootLogin' to yes (meaning that anyone knowing the root password can "
@@ -103,7 +54,7 @@ msgstr ""
103 54
104#. Type: boolean 55#. Type: boolean
105#. Description 56#. Description
106#: ../templates.master:36 57#: ../templates.master:4
107msgid "" 58msgid ""
108"It is strongly recommended that you let me generate a new configuration file " 59"It is strongly recommended that you let me generate a new configuration file "
109"for you." 60"for you."
@@ -111,13 +62,13 @@ msgstr ""
111 62
112#. Type: boolean 63#. Type: boolean
113#. Description 64#. Description
114#: ../templates.master:55 65#: ../templates.master:23
115msgid "Allow SSH protocol 2 only" 66msgid "Allow SSH protocol 2 only"
116msgstr "" 67msgstr ""
117 68
118#. Type: boolean 69#. Type: boolean
119#. Description 70#. Description
120#: ../templates.master:55 71#: ../templates.master:23
121msgid "" 72msgid ""
122"This version of OpenSSH supports version 2 of the ssh protocol, which is " 73"This version of OpenSSH supports version 2 of the ssh protocol, which is "
123"much more secure. Disabling ssh 1 is encouraged, however this will slow " 74"much more secure. Disabling ssh 1 is encouraged, however this will slow "
@@ -127,7 +78,7 @@ msgstr ""
127 78
128#. Type: boolean 79#. Type: boolean
129#. Description 80#. Description
130#: ../templates.master:55 81#: ../templates.master:23
131msgid "" 82msgid ""
132"Also please note that keys used for protocol 1 are different so you will not " 83"Also please note that keys used for protocol 1 are different so you will not "
133"be able to use them if you only allow protocol 2 connections." 84"be able to use them if you only allow protocol 2 connections."
@@ -135,7 +86,7 @@ msgstr ""
135 86
136#. Type: boolean 87#. Type: boolean
137#. Description 88#. Description
138#: ../templates.master:55 89#: ../templates.master:23
139msgid "" 90msgid ""
140"If you later change your mind about this setting, README.Debian has " 91"If you later change your mind about this setting, README.Debian has "
141"instructions on what to do to your sshd_config file." 92"instructions on what to do to your sshd_config file."
@@ -143,13 +94,13 @@ msgstr ""
143 94
144#. Type: note 95#. Type: note
145#. Description 96#. Description
146#: ../templates.master:69 97#: ../templates.master:37
147msgid "ssh2 keys merged in configuration files" 98msgid "ssh2 keys merged in configuration files"
148msgstr "" 99msgstr ""
149 100
150#. Type: note 101#. Type: note
151#. Description 102#. Description
152#: ../templates.master:69 103#: ../templates.master:37
153msgid "" 104msgid ""
154"As of version 3 OpenSSH no longer uses separate files for ssh1 and ssh2 " 105"As of version 3 OpenSSH no longer uses separate files for ssh1 and ssh2 "
155"keys. This means the authorized_keys2 and known_hosts2 files are no longer " 106"keys. This means the authorized_keys2 and known_hosts2 files are no longer "
@@ -158,13 +109,13 @@ msgstr ""
158 109
159#. Type: boolean 110#. Type: boolean
160#. Description 111#. Description
161#: ../templates.master:78 112#: ../templates.master:46
162msgid "Do you want to continue (and risk killing active ssh sessions)?" 113msgid "Do you want to continue (and risk killing active ssh sessions)?"
163msgstr "" 114msgstr ""
164 115
165#. Type: boolean 116#. Type: boolean
166#. Description 117#. Description
167#: ../templates.master:78 118#: ../templates.master:46
168msgid "" 119msgid ""
169"The version of /etc/init.d/ssh that you have installed, is likely to kill " 120"The version of /etc/init.d/ssh that you have installed, is likely to kill "
170"all running sshd instances. If you are doing this upgrade via an ssh " 121"all running sshd instances. If you are doing this upgrade via an ssh "
@@ -173,7 +124,7 @@ msgstr ""
173 124
174#. Type: boolean 125#. Type: boolean
175#. Description 126#. Description
176#: ../templates.master:78 127#: ../templates.master:46
177msgid "" 128msgid ""
178"You can fix this by adding \"--pidfile /var/run/sshd.pid\" to the start-stop-" 129"You can fix this by adding \"--pidfile /var/run/sshd.pid\" to the start-stop-"
179"daemon line in the stop section of the file." 130"daemon line in the stop section of the file."
@@ -181,13 +132,13 @@ msgstr ""
181 132
182#. Type: note 133#. Type: note
183#. Description 134#. Description
184#: ../templates.master:88 135#: ../templates.master:56
185msgid "NOTE: Forwarding of X11 and Authorization disabled by default." 136msgid "NOTE: Forwarding of X11 and Authorization disabled by default."
186msgstr "" 137msgstr ""
187 138
188#. Type: note 139#. Type: note
189#. Description 140#. Description
190#: ../templates.master:88 141#: ../templates.master:56
191msgid "" 142msgid ""
192"For security reasons, the Debian version of ssh has ForwardX11 and " 143"For security reasons, the Debian version of ssh has ForwardX11 and "
193"ForwardAgent set to ``off'' by default." 144"ForwardAgent set to ``off'' by default."
@@ -195,7 +146,7 @@ msgstr ""
195 146
196#. Type: note 147#. Type: note
197#. Description 148#. Description
198#: ../templates.master:88 149#: ../templates.master:56
199msgid "" 150msgid ""
200"You can enable it for servers you trust, either in one of the configuration " 151"You can enable it for servers you trust, either in one of the configuration "
201"files, or with the -X command line option." 152"files, or with the -X command line option."
@@ -203,19 +154,19 @@ msgstr ""
203 154
204#. Type: note 155#. Type: note
205#. Description 156#. Description
206#: ../templates.master:88 157#: ../templates.master:56
207msgid "More details can be found in /usr/share/doc/ssh/README.Debian" 158msgid "More details can be found in /usr/share/doc/ssh/README.Debian"
208msgstr "" 159msgstr ""
209 160
210#. Type: note 161#. Type: note
211#. Description 162#. Description
212#: ../templates.master:99 163#: ../templates.master:67
213msgid "Warning: rsh-server is installed --- probably not a good idea" 164msgid "Warning: rsh-server is installed --- probably not a good idea"
214msgstr "" 165msgstr ""
215 166
216#. Type: note 167#. Type: note
217#. Description 168#. Description
218#: ../templates.master:99 169#: ../templates.master:67
219msgid "" 170msgid ""
220"having rsh-server installed undermines the security that you were probably " 171"having rsh-server installed undermines the security that you were probably "
221"wanting to obtain by installing ssh. I'd advise you to remove that package." 172"wanting to obtain by installing ssh. I'd advise you to remove that package."
@@ -223,13 +174,13 @@ msgstr ""
223 174
224#. Type: note 175#. Type: note
225#. Description 176#. Description
226#: ../templates.master:106 177#: ../templates.master:74
227msgid "Warning: telnetd is installed --- probably not a good idea" 178msgid "Warning: telnetd is installed --- probably not a good idea"
228msgstr "" 179msgstr ""
229 180
230#. Type: note 181#. Type: note
231#. Description 182#. Description
232#: ../templates.master:106 183#: ../templates.master:74
233msgid "" 184msgid ""
234"I'd advise you to either remove the telnetd package (if you don't actually " 185"I'd advise you to either remove the telnetd package (if you don't actually "
235"need to offer telnet access) or install telnetd-ssl so that there is at " 186"need to offer telnet access) or install telnetd-ssl so that there is at "
@@ -239,13 +190,13 @@ msgstr ""
239 190
240#. Type: note 191#. Type: note
241#. Description 192#. Description
242#: ../templates.master:114 193#: ../templates.master:82
243msgid "Warning: you must create a new host key" 194msgid "Warning: you must create a new host key"
244msgstr "" 195msgstr ""
245 196
246#. Type: note 197#. Type: note
247#. Description 198#. Description
248#: ../templates.master:114 199#: ../templates.master:82
249msgid "" 200msgid ""
250"There is an old /etc/ssh/ssh_host_key, which is IDEA encrypted. OpenSSH can " 201"There is an old /etc/ssh/ssh_host_key, which is IDEA encrypted. OpenSSH can "
251"not handle this host key file, and I can't find the ssh-keygen utility from " 202"not handle this host key file, and I can't find the ssh-keygen utility from "
@@ -254,19 +205,19 @@ msgstr ""
254 205
255#. Type: note 206#. Type: note
256#. Description 207#. Description
257#: ../templates.master:114 208#: ../templates.master:82
258msgid "You will need to generate a new host key." 209msgid "You will need to generate a new host key."
259msgstr "" 210msgstr ""
260 211
261#. Type: boolean 212#. Type: boolean
262#. Description 213#. Description
263#: ../templates.master:124 214#: ../templates.master:92
264msgid "Do you want /usr/lib/ssh-keysign to be installed SUID root?" 215msgid "Do you want /usr/lib/ssh-keysign to be installed SUID root?"
265msgstr "" 216msgstr ""
266 217
267#. Type: boolean 218#. Type: boolean
268#. Description 219#. Description
269#: ../templates.master:124 220#: ../templates.master:92
270msgid "" 221msgid ""
271"You have the option of installing the ssh-keysign helper with the SUID bit " 222"You have the option of installing the ssh-keysign helper with the SUID bit "
272"set." 223"set."
@@ -274,7 +225,7 @@ msgstr ""
274 225
275#. Type: boolean 226#. Type: boolean
276#. Description 227#. Description
277#: ../templates.master:124 228#: ../templates.master:92
278msgid "" 229msgid ""
279"If you make ssh-keysign SUID, you will be able to use SSH's Protocol 2 host-" 230"If you make ssh-keysign SUID, you will be able to use SSH's Protocol 2 host-"
280"based authentication." 231"based authentication."
@@ -282,7 +233,7 @@ msgstr ""
282 233
283#. Type: boolean 234#. Type: boolean
284#. Description 235#. Description
285#: ../templates.master:124 236#: ../templates.master:92
286msgid "" 237msgid ""
287"If in doubt, I suggest you install it with SUID. If it causes problems you " 238"If in doubt, I suggest you install it with SUID. If it causes problems you "
288"can change your mind later by running: dpkg-reconfigure ssh" 239"can change your mind later by running: dpkg-reconfigure ssh"
@@ -290,19 +241,19 @@ msgstr ""
290 241
291#. Type: boolean 242#. Type: boolean
292#. Description 243#. Description
293#: ../templates.master:137 244#: ../templates.master:105
294msgid "Do you want to run the sshd server?" 245msgid "Do you want to run the sshd server?"
295msgstr "" 246msgstr ""
296 247
297#. Type: boolean 248#. Type: boolean
298#. Description 249#. Description
299#: ../templates.master:137 250#: ../templates.master:105
300msgid "This package contains both the ssh client, and the sshd server." 251msgid "This package contains both the ssh client, and the sshd server."
301msgstr "" 252msgstr ""
302 253
303#. Type: boolean 254#. Type: boolean
304#. Description 255#. Description
305#: ../templates.master:137 256#: ../templates.master:105
306msgid "" 257msgid ""
307"Normally the sshd Secure Shell Server will be run to allow remote logins via " 258"Normally the sshd Secure Shell Server will be run to allow remote logins via "
308"ssh." 259"ssh."
@@ -310,7 +261,7 @@ msgstr ""
310 261
311#. Type: boolean 262#. Type: boolean
312#. Description 263#. Description
313#: ../templates.master:137 264#: ../templates.master:105
314msgid "" 265msgid ""
315"If you are only interested in using the ssh client for outbound connections " 266"If you are only interested in using the ssh client for outbound connections "
316"on this machine, and don't want to log into it at all using ssh, then you " 267"on this machine, and don't want to log into it at all using ssh, then you "
@@ -319,13 +270,13 @@ msgstr ""
319 270
320#. Type: note 271#. Type: note
321#. Description 272#. Description
322#: ../templates.master:149 273#: ../templates.master:117
323msgid "Environment options on keys have been deprecated" 274msgid "Environment options on keys have been deprecated"
324msgstr "" 275msgstr ""
325 276
326#. Type: note 277#. Type: note
327#. Description 278#. Description
328#: ../templates.master:149 279#: ../templates.master:117
329msgid "" 280msgid ""
330"This version of OpenSSH disables the environment option for public keys by " 281"This version of OpenSSH disables the environment option for public keys by "
331"default, in order to avoid certain attacks (for example, LD_PRELOAD). If you " 282"default, in order to avoid certain attacks (for example, LD_PRELOAD). If you "
@@ -335,7 +286,7 @@ msgstr ""
335 286
336#. Type: note 287#. Type: note
337#. Description 288#. Description
338#: ../templates.master:149 289#: ../templates.master:117
339msgid "" 290msgid ""
340"To re-enable this option, set \"PermitUserEnvironment yes\" in /etc/ssh/" 291"To re-enable this option, set \"PermitUserEnvironment yes\" in /etc/ssh/"
341"sshd_config after the upgrade is complete, taking note of the warning in the " 292"sshd_config after the upgrade is complete, taking note of the warning in the "