From a01890e997eeb623087c9166b5e723e092057eac Mon Sep 17 00:00:00 2001 From: jbasney Date: Fri, 16 Feb 2007 19:37:12 +0000 Subject: [PATCH] GSSAPI entries added --- setup/ssh_config | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/setup/ssh_config b/setup/ssh_config index 71b3734..15376f7 100644 --- a/setup/ssh_config +++ b/setup/ssh_config @@ -1,4 +1,4 @@ -# $OpenBSD: ssh_config,v 1.21 2005/12/06 22:38:27 reyk Exp $ +# $OpenBSD: ssh_config,v 1.22 2006/05/29 12:56:33 dtucker Exp $ # This is the ssh client system-wide configuration file. See # ssh_config(5) for more information. This file provides defaults for @@ -24,6 +24,10 @@ # RSAAuthentication yes # PasswordAuthentication yes # HostbasedAuthentication no +# GSSAPIAuthentication yes +# GSSAPIDelegateCredentials yes +# GSSAPIKeyExchange yes +# GSSAPITrustDNS yes # BatchMode no # CheckHostIP yes # AddressFamily any -- 2.45.2