summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--ssh_config5
2 files changed, 6 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 0a84a5257..6c3701630 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,9 @@
10 [dh.c dh.h kex.c kex.h sshconnect2.c sshd.c] 10 [dh.c dh.h kex.c kex.h sshconnect2.c sshd.c]
11 move kex to kex*.c, used dispatch_set() callbacks for kex. should 11 move kex to kex*.c, used dispatch_set() callbacks for kex. should
12 make rekeying easier. 12 make rekeying easier.
13 - todd@cvs.openbsd.org 2001/04/03 21:19:38
14 [ssh_config]
15 id_rsa1/2 -> id_rsa; ok markus@
13 16
1420010403 1720010403
15 - OpenBSD CVS Sync 18 - OpenBSD CVS Sync
@@ -4820,4 +4823,4 @@
4820 - Wrote replacements for strlcpy and mkdtemp 4823 - Wrote replacements for strlcpy and mkdtemp
4821 - Released 1.0pre1 4824 - Released 1.0pre1
4822 4825
4823$Id: ChangeLog,v 1.1050 2001/04/04 01:56:17 mouring Exp $ 4826$Id: ChangeLog,v 1.1051 2001/04/04 01:58:48 mouring Exp $
diff --git a/ssh_config b/ssh_config
index e3faa7709..620935454 100644
--- a/ssh_config
+++ b/ssh_config
@@ -1,4 +1,4 @@
1# $OpenBSD: ssh_config,v 1.9 2001/03/10 12:53:51 deraadt Exp $ 1# $OpenBSD: ssh_config,v 1.10 2001/04/03 21:19:38 todd 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
@@ -28,8 +28,7 @@
28# StrictHostKeyChecking yes 28# StrictHostKeyChecking yes
29# IdentityFile ~/.ssh/identity 29# IdentityFile ~/.ssh/identity
30# IdentityFile ~/.ssh/id_dsa 30# IdentityFile ~/.ssh/id_dsa
31# IdentityFile ~/.ssh/id_rsa1 31# IdentityFile ~/.ssh/id_rsa
32# IdentityFile ~/.ssh/id_rsa2
33# Port 22 32# Port 22
34# Protocol 2,1 33# Protocol 2,1
35# Cipher blowfish 34# Cipher blowfish