[BACK]Return to ssh-keyscan.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/ssh-keyscan.1 between version 1.4 and 1.4.2.1

version 1.4, 2001/03/01 03:38:33 version 1.4.2.1, 2001/03/12 15:44:16
Line 1 
Line 1 
 .\"     $OpenBSD$  .\"     $OpenBSD$
 .\"  .\"
 .\" 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).  
 .\"  
 .Dd January 1, 1996  .Dd January 1, 1996
 .Dt SSH-KEYSCAN 1  .Dt ssh-keyscan 1
 .Os  .Os
 .Sh NAME  .Sh NAME
 .Nm ssh-keyscan  .Nm ssh-keyscan
Line 79 
Line 72 
 which have new or different keys from those in the sorted file  which have new or different keys from those in the sorted file
 .Pa ssh_known_hosts :  .Pa ssh_known_hosts :
 .Bd -literal  .Bd -literal
 $ ssh-keyscan -f ssh_hosts | sort -u - ssh_known_hosts | \e\  ssh-keyscan -f ssh_hosts | sort -u - ssh_known_hosts | \e\
         diff ssh_known_hosts -          diff ssh_known_hosts -
 .Ed  .Ed
 .Pp  .Pp
Line 98 
Line 91 
 This is because it opens a connection to the ssh port, reads the public  This is because it opens a connection to the ssh port, reads the public
 key, and drops the connection as soon as it gets the key.  key, and drops the connection as soon as it gets the key.
 .Sh SEE ALSO  .Sh SEE ALSO
 .Xr ssh 1 ,  .Xr ssh 1
 .Xr sshd 8  .Xr sshd 8
 .Sh AUTHOR  .Sh AUTHOR
 David Mazieres <dm@lcs.mit.edu>  David Mazieres <dm@lcs.mit.edu>

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.4.2.1