From 068f3dce2885753160f162d7edf1c4b4b1c434ac Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Sat, 10 Mar 2001 17:15:39 +0000 Subject: - deraadt@cvs.openbsd.org 2001/03/10 12:53:51 [readconf.c ssh_config] default to SSH2, now that m68k runs fast --- ssh_config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ssh_config') diff --git a/ssh_config b/ssh_config index cfaf2313f..e3faa7709 100644 --- a/ssh_config +++ b/ssh_config @@ -1,4 +1,4 @@ -# $OpenBSD: ssh_config,v 1.8 2001/02/02 12:57:51 deraadt Exp $ +# $OpenBSD: ssh_config,v 1.9 2001/03/10 12:53: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 @@ -31,6 +31,6 @@ # IdentityFile ~/.ssh/id_rsa1 # IdentityFile ~/.ssh/id_rsa2 # Port 22 -# Protocol 1,2 +# Protocol 2,1 # Cipher blowfish # EscapeChar ~ -- cgit v1.2.3