summaryrefslogtreecommitdiff
path: root/ssh-keygen.1
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2019-07-19 03:38:01 +0000
committerDamien Miller <djm@mindrot.org>2019-07-19 13:53:27 +1000
commitbca0582063f148c7ddf409ec51435a5a726bee4c (patch)
tree1f330979be2acd505973a07a1d7dc44651e93b3c /ssh-keygen.1
parent5299a09fa2879a068af200c91028fcfa9283c0f0 (diff)
upstream: Accept the verbose flag when searching for host keys in known
hosts (i.e. "ssh-keygen -vF host") to print the matching host's random- art signature too. bz#3003 "amusing, pretty" deraadt@ OpenBSD-Commit-ID: 686221a5447d6507f40a2ffba5393984d889891f
Diffstat (limited to 'ssh-keygen.1')
-rw-r--r--ssh-keygen.15
1 files changed, 3 insertions, 2 deletions
diff --git a/ssh-keygen.1 b/ssh-keygen.1
index 8184a1797..b4bc336f2 100644
--- a/ssh-keygen.1
+++ b/ssh-keygen.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ssh-keygen.1,v 1.161 2019/07/15 13:16:29 djm Exp $ 1.\" $OpenBSD: ssh-keygen.1,v 1.162 2019/07/19 03:38:01 djm Exp $
2.\" 2.\"
3.\" Author: Tatu Ylonen <ylo@cs.hut.fi> 3.\" Author: Tatu Ylonen <ylo@cs.hut.fi>
4.\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 4.\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -35,7 +35,7 @@
35.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 35.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
36.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 36.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
37.\" 37.\"
38.Dd $Mdocdate: July 15 2019 $ 38.Dd $Mdocdate: July 19 2019 $
39.Dt SSH-KEYGEN 1 39.Dt SSH-KEYGEN 1
40.Os 40.Os
41.Sh NAME 41.Sh NAME
@@ -87,6 +87,7 @@
87.Fl F Ar hostname 87.Fl F Ar hostname
88.Op Fl f Ar known_hosts_file 88.Op Fl f Ar known_hosts_file
89.Op Fl l 89.Op Fl l
90.Op Fl v
90.Nm ssh-keygen 91.Nm ssh-keygen
91.Fl H 92.Fl H
92.Op Fl f Ar known_hosts_file 93.Op Fl f Ar known_hosts_file