diff options
author | 2013-09-16 11:35:43 +0000 | |
---|---|---|
committer | 2013-09-16 11:35:43 +0000 | |
commit | eab63bd9f5dff538beba814403e9544fefac67d7 (patch) | |
tree | d19604956441441fc374951fd36582292fa3af4d | |
parent | regen. (diff) | |
download | wireguard-openbsd-eab63bd9f5dff538beba814403e9544fefac67d7.tar.xz wireguard-openbsd-eab63bd9f5dff538beba814403e9544fefac67d7.zip |
Remove gssapi config parts from ssh_config, as was already done for sshd_config.
Req by/ok ajacoutot@
-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 |