]> andersk Git - openssh.git/blobdiff - ssh-keyscan.1
- jakob@cvs.openbsd.org 2001/07/31 09:28:44
[openssh.git] / ssh-keyscan.1
index 7c756dd1625447f1a749c25aa7cb2fe34c4860e0..328d95ab1eb780c3da2065d1ac99b1cbe471ccbd 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $OpenBSD: ssh-keyscan.1,v 1.6 2001/06/05 05:05:39 pvalchev Exp $
+.\"    $OpenBSD: ssh-keyscan.1,v 1.8 2001/06/23 17:48:18 itojun Exp $
 .\"
 .\" Copyright 1995, 1996 by David Mazieres <dm@lcs.mit.edu>.
 .\"
@@ -47,26 +47,25 @@ have begun after you created your ssh_known_hosts file.
 .Sh OPTIONS
 .Bl -tag -width Ds
 .It Fl t
-Set the timeout for connection attempts.  If 
+Set the timeout for connection attempts.  If
 .Pa timeout
 seconds have elapsed since a connection was initiated to a host or since the
 last time anything was read from that host, then the connection is
 closed and the host in question considered unavailable.  Default is 5
 seconds.
 .It Fl f
-Read hosts or 
+Read hosts or
 .Pa addrlist namelist
 pairs from this file, one per line.
 If
 .Pa -
 is supplied instead of a filename,
 .Nm
-will read hosts or 
+will read hosts or
 .Pa addrlist namelist
 pairs from the standard input.
 .El
 .Sh EXAMPLES
-.Pp
 Print the host key for machine
 .Pa hostname :
 .Bd -literal
@@ -81,9 +80,7 @@ which have new or different keys from those in the sorted file
 $ ssh-keyscan -f ssh_hosts | sort -u - ssh_known_hosts | \e\ 
        diff ssh_known_hosts -
 .Ed
-.Pp
 .Sh FILES
-.Pp
 .Pa Input format:
 1.2.3.4,1.2.4.4 name.my.domain,name,n.my.domain,n,1.2.3.4,1.2.4.4
 .Pp
@@ -99,5 +96,5 @@ key, and drops the connection as soon as it gets the key.
 .Sh SEE ALSO
 .Xr ssh 1 ,
 .Xr sshd 8
-.Sh AUTHOR
+.Sh AUTHORS
 David Mazieres <dm@lcs.mit.edu>
This page took 0.053801 seconds and 4 git commands to generate.