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.4 retrieving revision 1.2.2.2 diff -u -p -r1.1.1.4 -r1.2.2.2 --- src/crypto/dist/ssh/Attic/ssh_config 2001/05/15 15:02:37 1.1.1.4 +++ src/crypto/dist/ssh/Attic/ssh_config 2001/02/26 20:27:14 1.2.2.2 @@ -1,5 +1,5 @@ -# $NetBSD: ssh_config,v 1.1.1.4 2001/05/15 15:02:37 itojun Exp $ -# $OpenBSD: ssh_config,v 1.10 2001/04/03 21:19:38 todd Exp $ +# $NetBSD: ssh_config,v 1.2.2.2 2001/02/26 20:27:14 he Exp $ +# $OpenBSD: ssh_config,v 1.8 2001/02/02 12:57:51 deraadt Exp $ # This is ssh client systemwide configuration file. See ssh(1) for more # information. This file provides defaults for users, and the values can @@ -29,8 +29,9 @@ # StrictHostKeyChecking yes # IdentityFile ~/.ssh/identity # IdentityFile ~/.ssh/id_dsa -# IdentityFile ~/.ssh/id_rsa +# IdentityFile ~/.ssh/id_rsa1 +# IdentityFile ~/.ssh/id_rsa2 # Port 22 -# Protocol 2,1 +# Protocol 1,2 # Cipher blowfish # EscapeChar ~