]> andersk Git - openssh.git/blobdiff - ssh-keyscan.1
- jakob@cvs.openbsd.org 2001/07/31 09:28:44
[openssh.git] / ssh-keyscan.1
index 4db8c5f15f9d4e07b771e2e7f92a0e43e25d3d71..328d95ab1eb780c3da2065d1ac99b1cbe471ccbd 100644 (file)
@@ -1,11 +1,10 @@
-.\"    $OpenBSD: ssh-keyscan.1,v 1.5 2001/04/18 16:21:05 ian 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>.
 .\"
 .\" Modification and redistribution in source and binary forms is
 .\" permitted provided that due credit is given to the author and the
-.\" OpenBSD project (for instance by leaving this copyright notice
-.\" intact).
+.\" OpenBSD project by leaving this copyright notice intact.
 .\"
 .Dd January 1, 1996
 .Dt SSH-KEYSCAN 1
@@ -48,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
@@ -82,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
@@ -100,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.033032 seconds and 4 git commands to generate.