]> andersk Git - gssapi-openssh.git/blobdiff - openssh/ssh-keyscan.1
wrap new GSSAPI code (from Simon) in #ifdef GSSAPI
[gssapi-openssh.git] / openssh / ssh-keyscan.1
index 2f33ddf2068e82eea1ef642be87287f92b7cd963..17f73406e750569c01c6f605d42ab70acfc9cb1e 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $OpenBSD: ssh-keyscan.1,v 1.14 2002/02/13 08:33:47 mpech Exp $
+.\"    $OpenBSD: ssh-keyscan.1,v 1.12 2001/09/05 06:23:07 deraadt Exp $
 .\"
 .\" Copyright 1995, 1996 by David Mazieres <dm@lcs.mit.edu>.
 .\"
@@ -104,7 +104,7 @@ Print the
 host key for machine
 .Pa hostname :
 .Bd -literal
-ssh-keyscan hostname
+ssh-keyscan hostname
 .Ed
 .Pp
 Find all hosts from the file
@@ -112,7 +112,7 @@ Find all hosts from the file
 which have new or different keys from those in the sorted file
 .Pa ssh_known_hosts :
 .Bd -literal
-ssh-keyscan -t rsa,dsa -f ssh_hosts | \e\ 
+ssh-keyscan -t rsa,dsa -f ssh_hosts | \e\ 
        sort -u - ssh_known_hosts | diff ssh_known_hosts -
 .Ed
 .Sh FILES
@@ -138,7 +138,7 @@ is either
 or
 .Dq ssh-dsa .
 .Pp
-.Pa /etc/ssh/ssh_known_hosts
+.Pa /etc/ssh_known_hosts
 .Sh BUGS
 It generates "Connection closed by remote host" messages on the consoles
 of all the machines it scans if the server is older than version 2.9.
This page took 0.039584 seconds and 4 git commands to generate.