Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/crypto/dist/ssh/Attic/ssh_config,v retrieving revision 1.1.1.9 retrieving revision 1.4 diff -u -p -r1.1.1.9 -r1.4 --- src/crypto/dist/ssh/Attic/ssh_config 2005/04/23 16:28:27 1.1.1.9 +++ src/crypto/dist/ssh/Attic/ssh_config 2001/04/10 08:08:03 1.4 @@ -1,10 +1,9 @@ -# $NetBSD: ssh_config,v 1.1.1.9 2005/04/23 16:28:27 christos Exp $ -# $OpenBSD: ssh_config,v 1.20 2005/01/28 09:45:53 dtucker Exp $ +# $NetBSD: ssh_config,v 1.4 2001/04/10 08:08:03 itojun Exp $ +# $OpenBSD: ssh_config,v 1.10 2001/04/03 21:19:38 todd Exp $ -# This is the ssh client system-wide configuration file. See -# ssh_config(5) 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. +# 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 @@ -14,27 +13,24 @@ # Thus, host-specific definitions should be at the beginning of the # configuration file, and defaults at the end. -# Site-wide defaults for some commonly used options. For a comprehensive -# list of available options, their meanings and defaults, please see the -# ssh_config(5) man page. +# Site-wide defaults for various options # Host * # ForwardAgent no # ForwardX11 no -# RhostsRSAAuthentication no +# RhostsAuthentication no +# RhostsRSAAuthentication yes # RSAAuthentication yes # PasswordAuthentication yes -# HostbasedAuthentication no +# FallBackToRsh no +# UseRsh no # BatchMode no # CheckHostIP yes -# AddressFamily any -# ConnectTimeout 0 -# StrictHostKeyChecking ask +# StrictHostKeyChecking yes # IdentityFile ~/.ssh/identity -# IdentityFile ~/.ssh/id_rsa # IdentityFile ~/.ssh/id_dsa +# IdentityFile ~/.ssh/id_rsa # Port 22 # Protocol 2,1 -# Cipher 3des -# Ciphers aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc +# Cipher blowfish # EscapeChar ~