summaryrefslogtreecommitdiff
path: root/ssh-keyscan.1
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2005-03-01 21:48:03 +1100
committerDamien Miller <djm@mindrot.org>2005-03-01 21:48:03 +1100
commitdb7b8171ee084cbbe3a5ec5ef26df88e17aa3905 (patch)
treef51643a0ce9a664867797947bcffbf2e60f9f3fc /ssh-keyscan.1
parente1776155d19db4f3ab2ff42323d6499f0712cfa4 (diff)
downloadopenssh-git-db7b8171ee084cbbe3a5ec5ef26df88e17aa3905.tar.gz
- djm@cvs.openbsd.org 2005/03/01 10:41:28
[ssh-keyscan.1 ssh-keyscan.c] option to hash hostnames output by ssh-keyscan; ok markus@ deraadt@
Diffstat (limited to 'ssh-keyscan.1')
-rw-r--r--ssh-keyscan.112
1 files changed, 10 insertions, 2 deletions
diff --git a/ssh-keyscan.1 b/ssh-keyscan.1
index 9efcf521..63427e72 100644
--- a/ssh-keyscan.1
+++ b/ssh-keyscan.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ssh-keyscan.1,v 1.18 2004/07/12 23:34:25 brad Exp $
+.\" $OpenBSD: ssh-keyscan.1,v 1.19 2005/03/01 10:41:28 djm Exp $
.\"
.\" Copyright 1995, 1996 by David Mazieres <dm@lcs.mit.edu>.
.\"
@@ -15,7 +15,7 @@
.Sh SYNOPSIS
.Nm ssh-keyscan
.Bk -words
-.Op Fl v46
+.Op Fl Hv46
.Op Fl p Ar port
.Op Fl T Ar timeout
.Op Fl t Ar type
@@ -46,6 +46,14 @@ scanning process involve any encryption.
.Pp
The options are as follows:
.Bl -tag -width Ds
+.It Fl H
+Hash all hostnames and addresses in the output.
+Hashed names may be used normally by
+.Nm ssh
+and
+.Nm sshd ,
+but they do not reveal identifying information should the file's contents
+be disclosed.
.It Fl p Ar port
Port to connect to on the remote host.
.It Fl T Ar timeout