diff options
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/postinst | 1 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 664bd51e2..e1327c621 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -1,3 +1,10 @@ | |||
1 | openssh (1:3.8p1-3) UNRELEASED; urgency=low | ||
2 | |||
3 | * Remove deprecated ReverseMappingCheck option from newly generated | ||
4 | sshd_config files (closes: #239987). | ||
5 | |||
6 | -- Colin Watson <cjwatson@debian.org> Thu, 25 Mar 2004 11:29:55 +0000 | ||
7 | |||
1 | openssh (1:3.8p1-2) unstable; urgency=medium | 8 | openssh (1:3.8p1-2) unstable; urgency=medium |
2 | 9 | ||
3 | * Disable PasswordAuthentication for new installations (closes: #236810). | 10 | * Disable PasswordAuthentication for new installations (closes: #236810). |
diff --git a/debian/postinst b/debian/postinst index a0a07474f..cab39d9b2 100644 --- a/debian/postinst +++ b/debian/postinst | |||
@@ -168,7 +168,6 @@ KeepAlive yes | |||
168 | 168 | ||
169 | #MaxStartups 10:30:60 | 169 | #MaxStartups 10:30:60 |
170 | #Banner /etc/issue.net | 170 | #Banner /etc/issue.net |
171 | #ReverseMappingCheck yes | ||
172 | 171 | ||
173 | Subsystem sftp /usr/lib/sftp-server | 172 | Subsystem sftp /usr/lib/sftp-server |
174 | 173 | ||