aboutsummaryrefslogtreecommitdiff
path: root/sshd.8
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2023-02-05 18:04:12 +0000
committerEd Maste <emaste@FreeBSD.org>2023-02-05 18:04:12 +0000
commit7ee81174ca89a92a4c1686170d433dae500ae144 (patch)
treec615e38bc01eb9ce5bf6cfb6f45a4f4b5efe5588 /sshd.8
parent56fae06595918644df9cfd2f285777195c8d29b8 (diff)
Diffstat (limited to 'sshd.8')
-rw-r--r--sshd.88
1 files changed, 5 insertions, 3 deletions
diff --git a/sshd.8 b/sshd.8
index ac1c62de0b0a..bace97839b7a 100644
--- a/sshd.8
+++ b/sshd.8
@@ -33,8 +33,8 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $OpenBSD: sshd.8,v 1.321 2022/09/11 06:38:11 jmc Exp $
-.Dd $Mdocdate: September 11 2022 $
+.\" $OpenBSD: sshd.8,v 1.322 2023/01/18 01:50:21 millert Exp $
+.Dd $Mdocdate: January 18 2023 $
.Dt SSHD 8
.Os
.Sh NAME
@@ -43,7 +43,7 @@
.Sh SYNOPSIS
.Nm sshd
.Bk -words
-.Op Fl 46DdeiqTt
+.Op Fl 46DdeiqTtV
.Op Fl C Ar connection_spec
.Op Fl c Ar host_certificate_file
.Op Fl E Ar log_file
@@ -245,6 +245,8 @@ USER@HOST pattern in
.Cm AllowUsers
or
.Cm DenyUsers .
+.It Fl V
+Display the version number and exit.
.El
.Sh AUTHENTICATION
The OpenSSH SSH daemon supports SSH protocol 2 only.