summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--ssh-keyscan.14
2 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index f02114c01..fab77fd94 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -53,6 +53,9 @@
3. keys that are only listed in the config file
this helps when an agent has many keys, where the server might
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
- (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;
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 $
diff --git a/ssh-keyscan.1 b/ssh-keyscan.1
index f6596c481..6d27569eb 100644
--- a/ssh-keyscan.1
+++ b/ssh-keyscan.1
@@ -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>.
.\"
@@ -142,7 +142,7 @@ Where
is either
.Dq ssh-rsa
or
-.Dq ssh-dsa .
+.Dq ssh-dss .
.Pp
.Pa /etc/ssh/ssh_known_hosts
.Sh BUGS