From aa195106ae6173371b158edd90678e9396c1824b Mon Sep 17 00:00:00 2001 From: djm Date: Tue, 13 Jun 2006 03:01:09 +0000 Subject: [PATCH] - dtucker@cvs.openbsd.org 2006/05/29 12:56:33 [ssh_config] Add GSSAPIAuthentication and GSSAPIDelegateCredentials to examples in sample ssh_config. ok markus@ --- ChangeLog | 4 ++++ ssh_config | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 384b7776..9b02e37e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -16,6 +16,10 @@ - dtucker@cvs.openbsd.org 2006/05/29 12:54:08 [ssh_config.5] Add gssapi-with-mic to PreferredAuthentications default list; ok jmc + - dtucker@cvs.openbsd.org 2006/05/29 12:56:33 + [ssh_config] + Add GSSAPIAuthentication and GSSAPIDelegateCredentials to examples in sample + ssh_config. ok markus@ 20060521 - (dtucker) [auth.c monitor.c] Now that we don't log from both the monitor diff --git a/ssh_config b/ssh_config index 7bc8762d..177521ca 100644 --- a/ssh_config +++ b/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,8 @@ # RSAAuthentication yes # PasswordAuthentication yes # HostbasedAuthentication no +# GSSAPIAuthentication no +# GSSAPIDelegateCredentials no # BatchMode no # CheckHostIP yes # AddressFamily any -- 2.45.1