diff options
author | Ian Darwin <ian@cvs.openbsd.org> | 2001-04-18 16:21:06 +0000 |
---|---|---|
committer | Ian Darwin <ian@cvs.openbsd.org> | 2001-04-18 16:21:06 +0000 |
commit | 40436812a520f8ce67461d9d7a7bb23d0a1cc8f4 (patch) | |
tree | f0c19bdbe580c5cf8265b684bf063d50638f0ec4 | |
parent | 58e02ae1032530829e1c91418fd806ee8ac4254b (diff) |
Fix typo reported in PR/1779
-rw-r--r-- | usr.bin/ssh/ssh-keyscan.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh-keyscan.1 b/usr.bin/ssh/ssh-keyscan.1 index eace55dd664..4db8c5f15f9 100644 --- a/usr.bin/ssh/ssh-keyscan.1 +++ b/usr.bin/ssh/ssh-keyscan.1 @@ -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>. .\" @@ -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 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 -machines you are scanning, nor does does the scanning process involve +machines you are scanning, nor does the scanning process involve any encryption. .Sh SECURITY If you make an ssh_known_hosts file using |