summaryrefslogtreecommitdiff
path: root/ssh-keyscan.1
diff options
context:
space:
mode:
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>