mirror of git://anongit.mindrot.org/openssh.git
- ian@cvs.openbsd.org 2001/04/18 16:21:05
[ssh-keyscan.1] Fix typo reported in PR/1779
This commit is contained in:
parent
bc70992058
commit
f73e05eca8
|
@ -1,3 +1,9 @@
|
||||||
|
20010420
|
||||||
|
- OpenBSD CVS Sync
|
||||||
|
- ian@cvs.openbsd.org 2001/04/18 16:21:05
|
||||||
|
[ssh-keyscan.1]
|
||||||
|
Fix typo reported in PR/1779
|
||||||
|
|
||||||
20010418
|
20010418
|
||||||
- OpenBSD CVS Sync
|
- OpenBSD CVS Sync
|
||||||
- markus@cvs.openbsd.org 2001/04/17 19:34:25
|
- markus@cvs.openbsd.org 2001/04/17 19:34:25
|
||||||
|
@ -5159,4 +5165,4 @@
|
||||||
- Wrote replacements for strlcpy and mkdtemp
|
- Wrote replacements for strlcpy and mkdtemp
|
||||||
- Released 1.0pre1
|
- Released 1.0pre1
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.1139 2001/04/18 18:04:21 mouring Exp $
|
$Id: ChangeLog,v 1.1140 2001/04/19 20:31:02 mouring Exp $
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.\" $OpenBSD: ssh-keyscan.1,v 1.4 2001/03/01 03:38:33 deraadt Exp $
|
.\" $OpenBSD: ssh-keyscan.1,v 1.5 2001/04/18 16:21:05 ian Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright 1995, 1996 by David Mazieres <dm@lcs.mit.edu>.
|
.\" Copyright 1995, 1996 by David Mazieres <dm@lcs.mit.edu>.
|
||||||
.\"
|
.\"
|
||||||
|
@ -33,7 +33,7 @@ uses non-blocking socket I/O to contact as many hosts as possible in
|
||||||
parallel, so it is very efficient. The keys from a domain of 1,000
|
parallel, so it is very efficient. The keys from a domain of 1,000
|
||||||
hosts can be collected in tens of seconds, even when some of those
|
hosts can be collected in tens of seconds, even when some of those
|
||||||
hosts are down or do not run ssh. You do not need login access to the
|
hosts are down or do not run ssh. You do not need login access to the
|
||||||
machines you are scanning, nor does does the scanning process involve
|
machines you are scanning, nor does the scanning process involve
|
||||||
any encryption.
|
any encryption.
|
||||||
.Sh SECURITY
|
.Sh SECURITY
|
||||||
If you make an ssh_known_hosts file using
|
If you make an ssh_known_hosts file using
|
||||||
|
|
Loading…
Reference in New Issue