summaryrefslogtreecommitdiff
path: root/ssh_config
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-03-10 17:15:39 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-03-10 17:15:39 +0000
commit068f3dce2885753160f162d7edf1c4b4b1c434ac (patch)
tree20300e69e71f707ef6a96e0ebef9f394b1bc7181 /ssh_config
parent329782e3db938e8cc062a600133a98010d95a662 (diff)
- deraadt@cvs.openbsd.org 2001/03/10 12:53:51
[readconf.c ssh_config] default to SSH2, now that m68k runs fast
Diffstat (limited to 'ssh_config')
-rw-r--r--ssh_config4
1 files changed, 2 insertions, 2 deletions
diff --git a/ssh_config b/ssh_config
index cfaf2313f..e3faa7709 100644
--- a/ssh_config
+++ b/ssh_config
@@ -1,4 +1,4 @@
1# $OpenBSD: ssh_config,v 1.8 2001/02/02 12:57:51 deraadt Exp $ 1# $OpenBSD: ssh_config,v 1.9 2001/03/10 12:53:51 deraadt Exp $
2 2
3# This is ssh client systemwide configuration file. See ssh(1) for more 3# This is ssh client systemwide configuration file. See ssh(1) for more
4# information. This file provides defaults for users, and the values can 4# information. This file provides defaults for users, and the values can
@@ -31,6 +31,6 @@
31# IdentityFile ~/.ssh/id_rsa1 31# IdentityFile ~/.ssh/id_rsa1
32# IdentityFile ~/.ssh/id_rsa2 32# IdentityFile ~/.ssh/id_rsa2
33# Port 22 33# Port 22
34# Protocol 1,2 34# Protocol 2,1
35# Cipher blowfish 35# Cipher blowfish
36# EscapeChar ~ 36# EscapeChar ~