[ssh-keyscan.1]
     fix example, default key type is rsa for 3+ years; from
     frederic.perrin@resel.fr
This commit is contained in:
Damien Miller 2009-01-28 16:18:03 +11:00
parent 7375fe2c6d
commit b2c17d4b17
2 changed files with 8 additions and 4 deletions

View File

@ -20,6 +20,10 @@
- stevesk@cvs.openbsd.org 2008/12/10 03:55:20 - stevesk@cvs.openbsd.org 2008/12/10 03:55:20
[addrmatch.c] [addrmatch.c]
o cannot be NULL here but use xfree() to be consistent; ok djm@ o cannot be NULL here but use xfree() to be consistent; ok djm@
- stevesk@cvs.openbsd.org 2008/12/29 01:12:36
[ssh-keyscan.1]
fix example, default key type is rsa for 3+ years; from
frederic.perrin@resel.fr
20090107 20090107
- (djm) [uidswap.c] bz#1412: Support >16 supplemental groups in OS X. - (djm) [uidswap.c] bz#1412: Support >16 supplemental groups in OS X.
@ -5029,5 +5033,5 @@
OpenServer 6 and add osr5bigcrypt support so when someone migrates OpenServer 6 and add osr5bigcrypt support so when someone migrates
passwords between UnixWare and OpenServer they will still work. OK dtucker@ passwords between UnixWare and OpenServer they will still work. OK dtucker@
$Id: ChangeLog,v 1.5165 2009/01/28 05:16:00 djm Exp $ $Id: ChangeLog,v 1.5166 2009/01/28 05:18:03 djm Exp $

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: ssh-keyscan.1,v 1.25 2008/11/01 11:14:36 sobrado Exp $ .\" $OpenBSD: ssh-keyscan.1,v 1.26 2008/12/29 01:12:36 stevesk Exp $
.\" .\"
.\" Copyright 1995, 1996 by David Mazieres <dm@lcs.mit.edu>. .\" Copyright 1995, 1996 by David Mazieres <dm@lcs.mit.edu>.
.\" .\"
@ -6,7 +6,7 @@
.\" permitted provided that due credit is given to the author and the .\" permitted provided that due credit is given to the author and the
.\" OpenBSD project by leaving this copyright notice intact. .\" OpenBSD project by leaving this copyright notice intact.
.\" .\"
.Dd $Mdocdate: November 1 2008 $ .Dd $Mdocdate: December 29 2008 $
.Dt SSH-KEYSCAN 1 .Dt SSH-KEYSCAN 1
.Os .Os
.Sh NAME .Sh NAME
@ -137,7 +137,7 @@ or
.Pa /etc/ssh/ssh_known_hosts .Pa /etc/ssh/ssh_known_hosts
.Sh EXAMPLES .Sh EXAMPLES
Print the Print the
.Pa rsa1 .Pa rsa
host key for machine host key for machine
.Pa hostname : .Pa hostname :
.Bd -literal .Bd -literal