summaryrefslogtreecommitdiff
path: root/ssh-keyscan.1
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-06-25 04:10:54 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-06-25 04:10:54 +0000
commitd2bf0d64d93b942120e937058b189668069e77fd (patch)
tree00dd702e257c64a9706219744771b20c3ed7b4cd /ssh-keyscan.1
parent07094e52e70792c9690149a8d742b38cbc25924f (diff)
- mpech@cvs.openbsd.org 2001/06/22 10:17:51
[ssh.1 sshd.8 ssh-keyscan.1] o) .Sh AUTHOR -> .Sh AUTHORS; o) remove unnecessary .Pp; o) better -mdoc style; o) typo; o) sort SEE ALSO; aaron@ ok
Diffstat (limited to 'ssh-keyscan.1')
-rw-r--r--ssh-keyscan.17
1 files changed, 2 insertions, 5 deletions
diff --git a/ssh-keyscan.1 b/ssh-keyscan.1
index 7c756dd16..5f86f2755 100644
--- a/ssh-keyscan.1
+++ b/ssh-keyscan.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ssh-keyscan.1,v 1.6 2001/06/05 05:05:39 pvalchev Exp $ 1.\" $OpenBSD: ssh-keyscan.1,v 1.7 2001/06/22 10:17:51 mpech Exp $
2.\" 2.\"
3.\" Copyright 1995, 1996 by David Mazieres <dm@lcs.mit.edu>. 3.\" Copyright 1995, 1996 by David Mazieres <dm@lcs.mit.edu>.
4.\" 4.\"
@@ -66,7 +66,6 @@ will read hosts or
66pairs from the standard input. 66pairs from the standard input.
67.El 67.El
68.Sh EXAMPLES 68.Sh EXAMPLES
69.Pp
70Print the host key for machine 69Print the host key for machine
71.Pa hostname : 70.Pa hostname :
72.Bd -literal 71.Bd -literal
@@ -81,9 +80,7 @@ which have new or different keys from those in the sorted file
81$ ssh-keyscan -f ssh_hosts | sort -u - ssh_known_hosts | \e\ 80$ ssh-keyscan -f ssh_hosts | sort -u - ssh_known_hosts | \e\
82 diff ssh_known_hosts - 81 diff ssh_known_hosts -
83.Ed 82.Ed
84.Pp
85.Sh FILES 83.Sh FILES
86.Pp
87.Pa Input format: 84.Pa Input format:
881.2.3.4,1.2.4.4 name.my.domain,name,n.my.domain,n,1.2.3.4,1.2.4.4 851.2.3.4,1.2.4.4 name.my.domain,name,n.my.domain,n,1.2.3.4,1.2.4.4
89.Pp 86.Pp
@@ -99,5 +96,5 @@ key, and drops the connection as soon as it gets the key.
99.Sh SEE ALSO 96.Sh SEE ALSO
100.Xr ssh 1 , 97.Xr ssh 1 ,
101.Xr sshd 8 98.Xr sshd 8
102.Sh AUTHOR 99.Sh AUTHORS
103David Mazieres <dm@lcs.mit.edu> 100David Mazieres <dm@lcs.mit.edu>