diff options
author | 2003-07-23 07:42:43 +0000 | |
---|---|---|
committer | 2003-07-23 07:42:43 +0000 | |
commit | 26949d71526f0171347574d230c78eca0966cf29 (patch) | |
tree | 460fdc99b83360bc3c1ada2fabb6ecf04b6b9d32 | |
parent | New version of invalid line number fix. Passes patch(1) regressions. (diff) | |
download | wireguard-openbsd-26949d71526f0171347574d230c78eca0966cf29.tar.xz wireguard-openbsd-26949d71526f0171347574d230c78eca0966cf29.zip |
remove AFS; itojun@
-rw-r--r-- | usr.bin/ssh/sshd_config | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.bin/ssh/sshd_config b/usr.bin/ssh/sshd_config index 73a019acb33..75726871c0b 100644 --- a/usr.bin/ssh/sshd_config +++ b/usr.bin/ssh/sshd_config @@ -1,4 +1,4 @@ -# $OpenBSD: sshd_config,v 1.61 2003/06/20 05:48:21 djm Exp $ +# $OpenBSD: sshd_config,v 1.62 2003/07/23 07:42:43 markus Exp $ # This is the sshd server system-wide configuration file. See # sshd_config(5) for more information. @@ -61,10 +61,6 @@ #KerberosAuthentication no #KerberosOrLocalPasswd yes #KerberosTicketCleanup yes - -#AFSTokenPassing no - -# Kerberos TGT Passing only works with the AFS kaserver #KerberosTgtPassing no #AllowTcpForwarding yes |