mirror of git://anongit.mindrot.org/openssh.git
- markus@cvs.openbsd.org 2003/05/12 18:35:18
[ssh-keyscan.1] typo: DSA keys are of type ssh-dss; Brian Poole
This commit is contained in:
parent
280ecfb6e4
commit
935063553a
|
@ -53,6 +53,9 @@
|
||||||
3. keys that are only listed in the config file
|
3. keys that are only listed in the config file
|
||||||
this helps when an agent has many keys, where the server might
|
this helps when an agent has many keys, where the server might
|
||||||
close the connection before the correct key is used. report & ok pb@
|
close the connection before the correct key is used. report & ok pb@
|
||||||
|
- markus@cvs.openbsd.org 2003/05/12 18:35:18
|
||||||
|
[ssh-keyscan.1]
|
||||||
|
typo: DSA keys are of type ssh-dss; Brian Poole
|
||||||
|
|
||||||
20030512
|
20030512
|
||||||
- (djm) Redhat spec: Don't install profile.d scripts when not
|
- (djm) Redhat spec: Don't install profile.d scripts when not
|
||||||
|
@ -1440,4 +1443,4 @@
|
||||||
save auth method before monitor_reset_key_state(); bugzilla bug #284;
|
save auth method before monitor_reset_key_state(); bugzilla bug #284;
|
||||||
ok provos@
|
ok provos@
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.2689 2003/05/14 03:46:00 djm Exp $
|
$Id: ChangeLog,v 1.2690 2003/05/14 03:46:33 djm Exp $
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.\" $OpenBSD: ssh-keyscan.1,v 1.15 2003/03/28 10:11:43 jmc Exp $
|
.\" $OpenBSD: ssh-keyscan.1,v 1.16 2003/05/12 18:35:18 markus Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright 1995, 1996 by David Mazieres <dm@lcs.mit.edu>.
|
.\" Copyright 1995, 1996 by David Mazieres <dm@lcs.mit.edu>.
|
||||||
.\"
|
.\"
|
||||||
|
@ -142,7 +142,7 @@ Where
|
||||||
is either
|
is either
|
||||||
.Dq ssh-rsa
|
.Dq ssh-rsa
|
||||||
or
|
or
|
||||||
.Dq ssh-dsa .
|
.Dq ssh-dss .
|
||||||
.Pp
|
.Pp
|
||||||
.Pa /etc/ssh/ssh_known_hosts
|
.Pa /etc/ssh/ssh_known_hosts
|
||||||
.Sh BUGS
|
.Sh BUGS
|
||||||
|
|
Loading…
Reference in New Issue