[ssh_config]
     id_rsa1/2 -> id_rsa; ok markus@
This commit is contained in:
Ben Lindstrom 2001-04-04 01:58:48 +00:00
parent 20d7c7b02c
commit 9323d96479
2 changed files with 6 additions and 4 deletions

View File

@ -10,6 +10,9 @@
[dh.c dh.h kex.c kex.h sshconnect2.c sshd.c]
move kex to kex*.c, used dispatch_set() callbacks for kex. should
make rekeying easier.
- todd@cvs.openbsd.org 2001/04/03 21:19:38
[ssh_config]
id_rsa1/2 -> id_rsa; ok markus@
20010403
- OpenBSD CVS Sync
@ -4820,4 +4823,4 @@
- Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1
$Id: ChangeLog,v 1.1050 2001/04/04 01:56:17 mouring Exp $
$Id: ChangeLog,v 1.1051 2001/04/04 01:58:48 mouring Exp $

View File

@ -1,4 +1,4 @@
# $OpenBSD: ssh_config,v 1.9 2001/03/10 12:53:51 deraadt Exp $
# $OpenBSD: ssh_config,v 1.10 2001/04/03 21:19:38 todd Exp $
# This is ssh client systemwide configuration file. See ssh(1) for more
# information. This file provides defaults for users, and the values can
@ -28,8 +28,7 @@
# StrictHostKeyChecking yes
# IdentityFile ~/.ssh/identity
# IdentityFile ~/.ssh/id_dsa
# IdentityFile ~/.ssh/id_rsa1
# IdentityFile ~/.ssh/id_rsa2
# IdentityFile ~/.ssh/id_rsa
# Port 22
# Protocol 2,1
# Cipher blowfish