=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/ssh_config,v retrieving revision 1.4.2.3 retrieving revision 1.5 diff -u -r1.4.2.3 -r1.5 --- src/usr.bin/ssh/ssh_config 2001/03/21 18:53:14 1.4.2.3 +++ src/usr.bin/ssh/ssh_config 2000/07/11 19:17:44 1.5 @@ -1,9 +1,7 @@ -# $OpenBSD: ssh_config,v 1.4.2.3 2001/03/21 18:53:14 jason Exp $ +# This is ssh client systemwide configuration file. This file provides +# defaults for users, and the values can be changed in per-user configuration +# files or on the command line. -# This is ssh client systemwide configuration file. See ssh(1) for more -# information. This file provides defaults for users, and the values can -# be changed in per-user configuration files or on the command line. - # Configuration data is parsed as follows: # 1. command line options # 2. user-specific file @@ -15,9 +13,9 @@ # Site-wide defaults for various options # Host * -# ForwardAgent no -# ForwardX11 no -# RhostsAuthentication no +# ForwardAgent yes +# ForwardX11 yes +# RhostsAuthentication yes # RhostsRSAAuthentication yes # RSAAuthentication yes # PasswordAuthentication yes @@ -25,11 +23,8 @@ # UseRsh no # BatchMode no # CheckHostIP yes -# StrictHostKeyChecking yes +# StrictHostKeyChecking no # IdentityFile ~/.ssh/identity -# IdentityFile ~/.ssh/id_dsa -# IdentityFile ~/.ssh/id_rsa1 -# IdentityFile ~/.ssh/id_rsa2 # Port 22 # Protocol 2,1 # Cipher blowfish