diff options
author | Colin Watson <cjwatson@debian.org> | 2018-01-26 00:07:45 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2018-01-26 00:07:50 +0000 |
commit | 5e133f112d8a05c0f7c466fc793514e2a1ee8285 (patch) | |
tree | 56894484966369c13e281e0d37eff2c91ca087b0 /debian/changelog | |
parent | 83263a49b0e2ade36a7f0d01d06a0453f8c7ef3f (diff) |
Add debconf template to disable password auth
The new template is called openssh-server/password-authentication, and
is preseeding-only (at least for now).
Closes: #878945
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index b8e2d9a65..ac07964fa 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -1,6 +1,9 @@ | |||
1 | openssh (1:7.6p1-4) UNRELEASED; urgency=medium | 1 | openssh (1:7.6p1-4) UNRELEASED; urgency=medium |
2 | 2 | ||
3 | * Move VCS to salsa.debian.org. | 3 | * Move VCS to salsa.debian.org. |
4 | * Add a preseeding-only openssh-server/password-authentication debconf | ||
5 | template that can be used to disable password authentication (closes: | ||
6 | #878945). | ||
4 | 7 | ||
5 | -- Colin Watson <cjwatson@debian.org> Mon, 22 Jan 2018 01:24:57 +0000 | 8 | -- Colin Watson <cjwatson@debian.org> Mon, 22 Jan 2018 01:24:57 +0000 |
6 | 9 | ||