From b0936b29e505e1233b1bfa677640236008929da0 Mon Sep 17 00:00:00 2001 From: djm Date: Fri, 14 Jun 2024 05:00:42 +0000 Subject: [PATCH] ssh-keyscan -q man bits --- usr.bin/ssh/ssh-keyscan.1 | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/usr.bin/ssh/ssh-keyscan.1 b/usr.bin/ssh/ssh-keyscan.1 index aa6d34f63dc..fc951e57a7d 100644 --- a/usr.bin/ssh/ssh-keyscan.1 +++ b/usr.bin/ssh/ssh-keyscan.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ssh-keyscan.1,v 1.49 2023/02/10 06:41:53 jmc Exp $ +.\" $OpenBSD: ssh-keyscan.1,v 1.50 2024/06/14 05:00:42 djm Exp $ .\" .\" Copyright 1995, 1996 by David Mazieres . .\" @@ -6,7 +6,7 @@ .\" permitted provided that due credit is given to the author and the .\" OpenBSD project by leaving this copyright notice intact. .\" -.Dd $Mdocdate: February 10 2023 $ +.Dd $Mdocdate: June 14 2024 $ .Dt SSH-KEYSCAN 1 .Os .Sh NAME @@ -14,7 +14,7 @@ .Nd gather SSH public keys from servers .Sh SYNOPSIS .Nm ssh-keyscan -.Op Fl 46cDHv +.Op Fl 46cDHqv .Op Fl f Ar file .Op Fl O Ar option .Op Fl p Ar port @@ -143,6 +143,9 @@ The default is to fetch and .Dq ed25519-sk keys. +.It Fl q +Quiet mode: +do not print server host name and banners in comments. .It Fl v Verbose mode: print debugging messages about progress. -- 2.20.1