summaryrefslogtreecommitdiff
path: root/debian/openssh-server.templates
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2010-01-02 08:58:21 +0000
committerColin Watson <cjwatson@debian.org>2010-01-02 08:58:21 +0000
commit02a7a84677de774102045cb054dafbdb5ed5cacb (patch)
tree8a65e6613d8b2a631668ade71b82fe0117808708 /debian/openssh-server.templates
parente919d33a6d6f1ae02d95ef31ab837e98134fdd15 (diff)
Remove ssh/new_config, only needed for direct upgrades from potato which
are no longer particularly feasible anyway (closes: #420682).
Diffstat (limited to 'debian/openssh-server.templates')
-rw-r--r--debian/openssh-server.templates18
1 files changed, 0 insertions, 18 deletions
diff --git a/debian/openssh-server.templates b/debian/openssh-server.templates
index 3a7349a31..6c7d3999d 100644
--- a/debian/openssh-server.templates
+++ b/debian/openssh-server.templates
@@ -7,24 +7,6 @@
7# Even minor modifications require translation updates and such 7# Even minor modifications require translation updates and such
8# changes should be coordinated with translators and reviewers. 8# changes should be coordinated with translators and reviewers.
9# 9#
10Template: ssh/new_config
11Type: boolean
12Default: true
13_Description: Generate a new configuration file for OpenSSH?
14 This version of OpenSSH has a considerably changed configuration file from
15 the version shipped in Debian 'Potato', which you appear to be upgrading
16 from. This package can now generate a new configuration file
17 (/etc/ssh/sshd.config), which will work with the new server version, but
18 will not contain any customizations you made with the old version.
19 .
20 Please note that this new configuration file will set the value of
21 'PermitRootLogin' to 'yes' (meaning that anyone knowing the root password
22 can ssh directly in as root). Please read the README.Debian file for
23 more details about this design choice.
24 .
25 It is strongly recommended that you choose to generate a new
26 configuration file now.
27
28Template: ssh/use_old_init_script 10Template: ssh/use_old_init_script
29Type: boolean 11Type: boolean
30Default: false 12Default: false