From: cphillip Date: Thu, 22 Jan 2004 21:24:56 +0000 (+0000) Subject: o Update ssh_config to match OpenSSH 3.7.1p2. X-Git-Tag: OPENSSH_GSI_GPT_2_11~5 X-Git-Url: http://andersk.mit.edu/gitweb/gssapi-openssh.git/commitdiff_plain/753543ff5fb696ac87b1c56eadc84bfda3d5ad96 o Update ssh_config to match OpenSSH 3.7.1p2. --- diff --git a/setup/ssh_config b/setup/ssh_config index 231292c..e32c977 100644 --- a/setup/ssh_config +++ b/setup/ssh_config @@ -1,4 +1,4 @@ -# $OpenBSD: ssh_config,v 1.16 2002/07/03 14:21:05 markus Exp $ +# $OpenBSD: ssh_config,v 1.19 2003/08/13 08:46:31 markus Exp $ # This is the ssh client system-wide configuration file. See # ssh_config(5) for more information. This file provides defaults for @@ -18,13 +18,14 @@ # Host * # ForwardAgent no # ForwardX11 no -# RhostsAuthentication no # RhostsRSAAuthentication no # RSAAuthentication yes # PasswordAuthentication yes # HostbasedAuthentication no # BatchMode no # CheckHostIP yes +# AddressFamily any +# ConnectTimeout 0 # StrictHostKeyChecking ask # IdentityFile ~/.ssh/identity # IdentityFile ~/.ssh/id_rsa