summaryrefslogtreecommitdiff
path: root/debian/openssh-server.templates.master
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2007-04-24 10:41:44 +0000
committerColin Watson <cjwatson@debian.org>2007-04-24 10:41:44 +0000
commit2c1c7627e44366237e00de2f330827bf19e0a557 (patch)
tree2921b2228b8d0570e33b44d82d0effa309a11f3b /debian/openssh-server.templates.master
parent5a1780255962e5477050bafeb29190c0491ec5a1 (diff)
* Apply results of debconf templates and package descriptions review by
debian-l10n-english (closes: #420107).
Diffstat (limited to 'debian/openssh-server.templates.master')
-rw-r--r--debian/openssh-server.templates.master48
1 files changed, 29 insertions, 19 deletions
diff --git a/debian/openssh-server.templates.master b/debian/openssh-server.templates.master
index d6432646d..4e892edff 100644
--- a/debian/openssh-server.templates.master
+++ b/debian/openssh-server.templates.master
@@ -1,47 +1,57 @@
1# These templates have been reviewed by the debian-l10n-english
2# team
3#
4# If modifications/additions/rewording are needed, please ask
5# for an advice to debian-l10n-english@lists.debian.org
6#
7# Even minor modifications require translation updates and such
8# changes should be coordinated with translators and reviewers.
9
1Template: ssh/new_config 10Template: ssh/new_config
2Type: boolean 11Type: boolean
3Default: true 12Default: true
4_Description: Generate new configuration file? 13_Description: Generate a new configuration file for OpenSSH?
5 This version of OpenSSH has a considerably changed configuration file from 14 This version of OpenSSH has a considerably changed configuration file from
6 the version shipped in Debian 'Potato', which you appear to be upgrading 15 the version shipped in Debian 'Potato', which you appear to be upgrading
7 from. This package can now generate a new configuration file 16 from. This package can now generate a new configuration file
8 (/etc/ssh/sshd.config), which will work with the new server version, but 17 (/etc/ssh/sshd.config), which will work with the new server version, but
9 will not contain any customisations you made with the old version. 18 will not contain any customizations you made with the old version.
10 . 19 .
11 Please note that this new configuration file will set the value of 20 Please note that this new configuration file will set the value of
12 'PermitRootLogin' to yes (meaning that anyone knowing the root password 21 'PermitRootLogin' to 'yes' (meaning that anyone knowing the root password
13 can ssh directly in as root). It is the opinion of the maintainer that 22 can ssh directly in as root). Please read the README.Debian files for
14 this is the correct default (see README.Debian for more details), but you 23 more details about this design choice.
15 can always edit sshd_config and set it to no if you wish.
16 . 24 .
17 It is strongly recommended that you let this package generate a new 25 It is strongly recommended that choose to generate a new
18 configuration file now. 26 configuration file now.
19 27
20Template: ssh/use_old_init_script 28Template: ssh/use_old_init_script
21Type: boolean 29Type: boolean
22Default: false 30Default: false
23_Description: Do you want to continue (and risk killing active ssh sessions)? 31_Description: Do you want to risk killing active SSH sessions?
24 The version of /etc/init.d/ssh that you have installed, is likely to kill 32 The currently installed version of /etc/init.d/ssh is likely to kill
25 all running sshd instances. If you are doing this upgrade via an ssh 33 all running sshd instances. If you are doing this upgrade via an SSH
26 session, that would be a Bad Thing(tm). 34 session, you're likely to be disconnected and leave the upgrade
35 procedure unfinished.
27 . 36 .
28 You can fix this by adding "--pidfile /var/run/sshd.pid" to the 37 This can be fixed by manually adding "--pidfile /var/run/sshd.pid" to
29 start-stop-daemon line in the stop section of the file. 38 the start-stop-daemon line in the stop section of the file.
30 39
31Template: ssh/encrypted_host_key_but_no_keygen 40Template: ssh/encrypted_host_key_but_no_keygen
32Type: note 41Type: note
33_Description: Warning: you must create a new host key 42_Description: New host key mandatory
34 There is an old /etc/ssh/ssh_host_key, which is IDEA encrypted. OpenSSH 43 The current host key, in /etc/ssh/ssh_host_key, is encrypted with the
35 can not handle this host key file, and the ssh-keygen utility from the old 44 IDEA algorithm. OpenSSH can not handle this host key file, and the
36 (non-free) SSH installation does not appear to be available. 45 ssh-keygen utility from the old (non-free) SSH installation does not
46 appear to be available.
37 . 47 .
38 You will need to generate a new host key. 48 You need to manually generate a new host key.
39 49
40Template: ssh/disable_cr_auth 50Template: ssh/disable_cr_auth
41Type: boolean 51Type: boolean
42Default: false 52Default: false
43_Description: Disable challenge-response authentication? 53_Description: Disable challenge-response authentication?
44 Password authentication appears to be disabled in your current OpenSSH 54 Password authentication appears to be disabled in the current OpenSSH
45 server configuration. In order to prevent users from logging in using 55 server configuration. In order to prevent users from logging in using
46 passwords (perhaps using only public key authentication instead) with 56 passwords (perhaps using only public key authentication instead) with
47 recent versions of OpenSSH, you must disable challenge-response 57 recent versions of OpenSSH, you must disable challenge-response