summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2005-09-14 16:19:38 +0000
committerColin Watson <cjwatson@debian.org>2005-09-14 16:19:38 +0000
commitaba8bed94d06be683fb5b20d4075cbe12703ec88 (patch)
tree5bc6b9f309e70e548a9378245af3c669b23dea2d
parent8e2d19d9b8bd8e021e22fa606d39778f2ba07648 (diff)
- Update commented-out Kerberos/GSSAPI options in default sshd_config.
-rw-r--r--debian/changelog1
-rw-r--r--debian/openssh-server.postinst12
2 files changed, 7 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog
index c3bad51c6..6c1422927 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ openssh (1:4.2p1-2) UNRELEASED; urgency=low
7 Frost). 7 Frost).
8 - Build-depend on libkrb5-dev and configure --with-kerberos5=/usr. 8 - Build-depend on libkrb5-dev and configure --with-kerberos5=/usr.
9 - openssh-client and openssh-server replace ssh-krb5. 9 - openssh-client and openssh-server replace ssh-krb5.
10 - Update commented-out Kerberos/GSSAPI options in default sshd_config.
10 11
11 -- Colin Watson <cjwatson@debian.org> Wed, 14 Sep 2005 15:48:57 +0100 12 -- Colin Watson <cjwatson@debian.org> Wed, 14 Sep 2005 15:48:57 +0100
12 13
diff --git a/debian/openssh-server.postinst b/debian/openssh-server.postinst
index 3bff642a1..efd9cf484 100644
--- a/debian/openssh-server.postinst
+++ b/debian/openssh-server.postinst
@@ -251,15 +251,15 @@ ChallengeResponseAuthentication no
251# Change to no to disable tunnelled clear text passwords 251# Change to no to disable tunnelled clear text passwords
252#PasswordAuthentication yes 252#PasswordAuthentication yes
253 253
254 254# Kerberos options
255# To change Kerberos options
256#KerberosAuthentication no 255#KerberosAuthentication no
256#KerberosGetAFSToken no
257#KerberosOrLocalPasswd yes 257#KerberosOrLocalPasswd yes
258#AFSTokenPassing no 258#KerberosTicketCleanup yes
259#KerberosTicketCleanup no
260 259
261# Kerberos TGT Passing does only work with the AFS kaserver 260# GSSAPI options
262#KerberosTgtPassing yes 261#GSSAPIAuthentication no
262#GSSAPICleanupCredentials yes
263 263
264X11Forwarding yes 264X11Forwarding yes
265X11DisplayOffset 10 265X11DisplayOffset 10