summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2008-06-13 04:43:15 +1000
committerDarren Tucker <dtucker@zip.com.au>2008-06-13 04:43:15 +1000
commit35c45535ea1812ecc2d2655f068a103e57f3dfb5 (patch)
tree08104f4eb86db51ef3216d4873ee14866e77e4fe /ChangeLog
parenta376a32e8e4b955eb936f96f0900e95e2ea4d2f9 (diff)
- grunk@cvs.openbsd.org 2008/06/11 22:20:46
[ssh-keygen.c ssh-keygen.1] ssh-keygen would write fingerprints to STDOUT, and random art to STDERR, that is not how it was envisioned. Also correct manpage saying that -v is needed along with -l for it to work. spotted by naddy@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a2019d231..d9b27bd43 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -28,6 +28,12 @@
28 [ssh-keygen.c] 28 [ssh-keygen.c]
29 ssh-keygen -lv -f /etc/ssh/ssh_host_rsa_key.pub 29 ssh-keygen -lv -f /etc/ssh/ssh_host_rsa_key.pub
30 would not display you the random art as intended, spotted by canacar@ 30 would not display you the random art as intended, spotted by canacar@
31 - grunk@cvs.openbsd.org 2008/06/11 22:20:46
32 [ssh-keygen.c ssh-keygen.1]
33 ssh-keygen would write fingerprints to STDOUT, and random art to STDERR,
34 that is not how it was envisioned.
35 Also correct manpage saying that -v is needed along with -l for it to work.
36 spotted by naddy@
31 37
3220080611 3820080611
33 - (djm) [channels.c configure.ac] 39 - (djm) [channels.c configure.ac]
@@ -4190,4 +4196,4 @@
4190 OpenServer 6 and add osr5bigcrypt support so when someone migrates 4196 OpenServer 6 and add osr5bigcrypt support so when someone migrates
4191 passwords between UnixWare and OpenServer they will still work. OK dtucker@ 4197 passwords between UnixWare and OpenServer they will still work. OK dtucker@
4192 4198
4193$Id: ChangeLog,v 1.4970 2008/06/12 18:42:14 dtucker Exp $ 4199$Id: ChangeLog,v 1.4971 2008/06/12 18:43:15 dtucker Exp $