summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2017-01-29 15:44:36 +0000
committerColin Watson <cjwatson@debian.org>2017-01-29 15:44:36 +0000
commiteec09be133d0f8d4a17b5331c897f4cba3811dde (patch)
tree2f4d4dfb9b7d356fb8457dcc56853df8a42e652b
parent4eaa1a79559dafe05d0dc7fb58b8d540775f8828 (diff)
Don't set "PermitRootLogin yes" on fresh installations (regression introduced in 1:7.4p1-1; closes: #852781).
-rw-r--r--debian/changelog7
-rw-r--r--debian/openssh-server.templates2
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index f75d5b947..4be3d4b21 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
1openssh (1:7.4p1-7) UNRELEASED; urgency=medium
2
3 * Don't set "PermitRootLogin yes" on fresh installations (regression
4 introduced in 1:7.4p1-1; closes: #852781).
5
6 -- Colin Watson <cjwatson@debian.org> Sun, 29 Jan 2017 11:39:05 +0000
7
1openssh (1:7.4p1-6) unstable; urgency=medium 8openssh (1:7.4p1-6) unstable; urgency=medium
2 9
3 * Remove temporary file on exit from postinst (closes: #850275). 10 * Remove temporary file on exit from postinst (closes: #850275).
diff --git a/debian/openssh-server.templates b/debian/openssh-server.templates
index 1bc8a3308..27907f25d 100644
--- a/debian/openssh-server.templates
+++ b/debian/openssh-server.templates
@@ -1,6 +1,6 @@
1Template: openssh-server/permit-root-login 1Template: openssh-server/permit-root-login
2Type: boolean 2Type: boolean
3Default: false 3Default: true
4_Description: Disable SSH password authentication for root? 4_Description: Disable SSH password authentication for root?
5 Previous versions of openssh-server permitted logging in as root over SSH 5 Previous versions of openssh-server permitted logging in as root over SSH
6 using password authentication. The default for new installations is now 6 using password authentication. The default for new installations is now