summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2003-08-02 22:31:45 +1000
committerDarren Tucker <dtucker@zip.com.au>2003-08-02 22:31:45 +1000
commitc20c60bc99ea5e1b94236c1b3f00a8f4514a21f6 (patch)
tree6d1fb34e83509cac082aa13d648abde7ad8fb115
parent6aaa58c4709c43ffb9f3f2be299cd5c4044f24a3 (diff)
- markus@cvs.openbsd.org 2003/07/23 07:42:43
[sshd_config] remove AFS; itojun@
-rw-r--r--ChangeLog6
-rw-r--r--sshd_config6
2 files changed, 6 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 67ca07ce4..1f6249865 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,10 @@
9 test+ok henning@ 9 test+ok henning@
10 - (dtucker) [Makefile.in acconfig.h configure.ac] Remove KRB4/AFS support. 10 - (dtucker) [Makefile.in acconfig.h configure.ac] Remove KRB4/AFS support.
11 - (dtucker) [auth-krb4.c radix.c radix.h] Remove KRB4/AFS specific files. 11 - (dtucker) [auth-krb4.c radix.c radix.h] Remove KRB4/AFS specific files.
12 - (dtucker) OpenBSD CVS Sync
13 - markus@cvs.openbsd.org 2003/07/23 07:42:43
14 [sshd_config]
15 remove AFS; itojun@
12 16
1320030730 1720030730
14 - (djm) [auth-pam.c] Don't use crappy APIs like sprintf. Thanks bal 18 - (djm) [auth-pam.c] Don't use crappy APIs like sprintf. Thanks bal
@@ -747,4 +751,4 @@
747 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. 751 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
748 Report from murple@murple.net, diagnosis from dtucker@zip.com.au 752 Report from murple@murple.net, diagnosis from dtucker@zip.com.au
749 753
750$Id: ChangeLog,v 1.2869 2003/08/02 12:24:49 dtucker Exp $ 754$Id: ChangeLog,v 1.2870 2003/08/02 12:31:45 dtucker Exp $
diff --git a/sshd_config b/sshd_config
index 2aaee5ebb..262b6883a 100644
--- a/sshd_config
+++ b/sshd_config
@@ -1,4 +1,4 @@
1# $OpenBSD: sshd_config,v 1.61 2003/06/20 05:48:21 djm Exp $ 1# $OpenBSD: sshd_config,v 1.62 2003/07/23 07:42:43 markus Exp $
2 2
3# This is the sshd server system-wide configuration file. See 3# This is the sshd server system-wide configuration file. See
4# sshd_config(5) for more information. 4# sshd_config(5) for more information.
@@ -63,10 +63,6 @@
63#KerberosAuthentication no 63#KerberosAuthentication no
64#KerberosOrLocalPasswd yes 64#KerberosOrLocalPasswd yes
65#KerberosTicketCleanup yes 65#KerberosTicketCleanup yes
66
67#AFSTokenPassing no
68
69# Kerberos TGT Passing only works with the AFS kaserver
70#KerberosTgtPassing no 66#KerberosTgtPassing no
71 67
72# Set this to 'yes' to enable PAM authentication (via challenge-response) 68# Set this to 'yes' to enable PAM authentication (via challenge-response)