mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-12-22 10:00:14 +00:00
- todd@cvs.openbsd.org 2001/04/03 21:19:38
[ssh_config] id_rsa1/2 -> id_rsa; ok markus@
This commit is contained in:
parent
20d7c7b02c
commit
9323d96479
@ -10,6 +10,9 @@
|
|||||||
[dh.c dh.h kex.c kex.h sshconnect2.c sshd.c]
|
[dh.c dh.h kex.c kex.h sshconnect2.c sshd.c]
|
||||||
move kex to kex*.c, used dispatch_set() callbacks for kex. should
|
move kex to kex*.c, used dispatch_set() callbacks for kex. should
|
||||||
make rekeying easier.
|
make rekeying easier.
|
||||||
|
- todd@cvs.openbsd.org 2001/04/03 21:19:38
|
||||||
|
[ssh_config]
|
||||||
|
id_rsa1/2 -> id_rsa; ok markus@
|
||||||
|
|
||||||
20010403
|
20010403
|
||||||
- OpenBSD CVS Sync
|
- OpenBSD CVS Sync
|
||||||
@ -4820,4 +4823,4 @@
|
|||||||
- Wrote replacements for strlcpy and mkdtemp
|
- Wrote replacements for strlcpy and mkdtemp
|
||||||
- Released 1.0pre1
|
- 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 $
|
||||||
|
@ -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
|
# This is ssh client systemwide configuration file. See ssh(1) for more
|
||||||
# information. This file provides defaults for users, and the values can
|
# information. This file provides defaults for users, and the values can
|
||||||
@ -28,8 +28,7 @@
|
|||||||
# StrictHostKeyChecking yes
|
# StrictHostKeyChecking yes
|
||||||
# IdentityFile ~/.ssh/identity
|
# IdentityFile ~/.ssh/identity
|
||||||
# IdentityFile ~/.ssh/id_dsa
|
# IdentityFile ~/.ssh/id_dsa
|
||||||
# IdentityFile ~/.ssh/id_rsa1
|
# IdentityFile ~/.ssh/id_rsa
|
||||||
# IdentityFile ~/.ssh/id_rsa2
|
|
||||||
# Port 22
|
# Port 22
|
||||||
# Protocol 2,1
|
# Protocol 2,1
|
||||||
# Cipher blowfish
|
# Cipher blowfish
|
||||||
|
Loading…
Reference in New Issue
Block a user