summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-05-14 13:46:33 +1000
committerDamien Miller <djm@mindrot.org>2003-05-14 13:46:33 +1000
commit935063553af1e017a18cd2475f31817cb4f4e611 (patch)
tree367aad411f3bad1ce8aede4c23c3a387c163254d
parent280ecfb6e4072ebe4e6e29850492b5cc15491eb4 (diff)
- markus@cvs.openbsd.org 2003/05/12 18:35:18
[ssh-keyscan.1] typo: DSA keys are of type ssh-dss; Brian Poole
-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 @@
53 3. keys that are only listed in the config file 53 3. keys that are only listed in the config file
54 this helps when an agent has many keys, where the server might 54 this helps when an agent has many keys, where the server might
55 close the connection before the correct key is used. report & ok pb@ 55 close the connection before the correct key is used. report & ok pb@
56 - markus@cvs.openbsd.org 2003/05/12 18:35:18
57 [ssh-keyscan.1]
58 typo: DSA keys are of type ssh-dss; Brian Poole
56 59
5720030512 6020030512
58 - (djm) Redhat spec: Don't install profile.d scripts when not 61 - (djm) Redhat spec: Don't install profile.d scripts when not
@@ -1440,4 +1443,4 @@
1440 save auth method before monitor_reset_key_state(); bugzilla bug #284; 1443 save auth method before monitor_reset_key_state(); bugzilla bug #284;
1441 ok provos@ 1444 ok provos@
1442 1445
1443$Id: ChangeLog,v 1.2689 2003/05/14 03:46:00 djm Exp $ 1446$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 @@
1.\" $OpenBSD: ssh-keyscan.1,v 1.15 2003/03/28 10:11:43 jmc Exp $ 1.\" $OpenBSD: ssh-keyscan.1,v 1.16 2003/05/12 18:35:18 markus Exp $
2.\" 2.\"
3.\" Copyright 1995, 1996 by David Mazieres <dm@lcs.mit.edu>. 3.\" Copyright 1995, 1996 by David Mazieres <dm@lcs.mit.edu>.
4.\" 4.\"
@@ -142,7 +142,7 @@ Where
142is either 142is either
143.Dq ssh-rsa 143.Dq ssh-rsa
144or 144or
145.Dq ssh-dsa . 145.Dq ssh-dss .
146.Pp 146.Pp
147.Pa /etc/ssh/ssh_known_hosts 147.Pa /etc/ssh/ssh_known_hosts
148.Sh BUGS 148.Sh BUGS