summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rw-r--r--debian/postinst4
2 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index b535c3193..ef6d73a81 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
1openssh (1:3.8p1-2) UNRELEASED; urgency=low
2
3 * Disable PasswordAuthentication for new installations (closes: #236810).
4
5 -- Colin Watson <cjwatson@debian.org> Mon, 8 Mar 2004 14:38:54 +0000
6
1openssh (1:3.8p1-1) unstable; urgency=low 7openssh (1:3.8p1-1) unstable; urgency=low
2 8
3 * New upstream release (closes: #232281): 9 * New upstream release (closes: #232281):
diff --git a/debian/postinst b/debian/postinst
index 4fbe93339..a0a07474f 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -146,8 +146,8 @@ PermitEmptyPasswords no
146# Change to no to disable s/key passwords 146# Change to no to disable s/key passwords
147#ChallengeResponseAuthentication yes 147#ChallengeResponseAuthentication yes
148 148
149# To disable tunneled clear text passwords, change to no here! 149# Change to yes to enable tunnelled clear text passwords
150PasswordAuthentication yes 150PasswordAuthentication no
151 151
152 152
153# To change Kerberos options 153# To change Kerberos options