diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2013-09-16 11:35:44 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2013-09-16 11:35:44 +0000 |
commit | 16ccf2fa2594aa20b53fae123c3c266887fe7f0a (patch) | |
tree | adf504f31b2535993e2bf6fea10097bbd8eccfdf /usr.bin | |
parent | cb7d4bd93847d122cef399fd300ef2eec88a2b3b (diff) |
Remove gssapi config parts from ssh_config, as was already done for sshd_config.
Req by/ok ajacoutot@
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ssh/ssh_config | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/ssh/ssh_config b/usr.bin/ssh/ssh_config index bb408193633..7a26886b83b 100644 --- a/usr.bin/ssh/ssh_config +++ b/usr.bin/ssh/ssh_config @@ -1,4 +1,4 @@ -# $OpenBSD: ssh_config,v 1.27 2013/05/16 02:00:34 dtucker Exp $ +# $OpenBSD: ssh_config,v 1.28 2013/09/16 11:35:43 sthen Exp $ # This is the ssh client system-wide configuration file. See # ssh_config(5) for more information. This file provides defaults for @@ -24,8 +24,6 @@ # RSAAuthentication yes # PasswordAuthentication yes # HostbasedAuthentication no -# GSSAPIAuthentication no -# GSSAPIDelegateCredentials no # BatchMode no # CheckHostIP yes # AddressFamily any |