Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Feb 2025 16:46:00 GMT
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 06016adaccca - main - ssh_config.5: Remove redundant CheckHostIP default text
Message-ID:  <202502191646.51JGk0mB020453@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=06016adaccca1958cdde4edf845f5b972be7ffc0

commit 06016adaccca1958cdde4edf845f5b972be7ffc0
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2025-01-24 21:15:22 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2025-02-19 16:45:25 +0000

    ssh_config.5: Remove redundant CheckHostIP default text
    
    In 2000 (commit a95c1225217b) we changed the CheckHostIP default to
    "no".  We added text to ssh_config(5) documenting FreeBSD's default.
    
    In 2021 OpenSSH made the same change, released with OpenSSH 8.5p1.
    When we imported the update the added text remained, resulting in:
    
        If the option is set to no (the default), the check will not be
        executed.  The default is no.
    
    Remove the now-redundant text.
    
    Fixes: 206be79acbde ("Vendor import of OpenSSH 8.5p1")
    Sponsored by:   The FreeBSD Foundation
---
 crypto/openssh/ssh_config.5 | 2 --
 1 file changed, 2 deletions(-)

diff --git a/crypto/openssh/ssh_config.5 b/crypto/openssh/ssh_config.5
index 60b9b279d0b3..134587d3b85b 100644
--- a/crypto/openssh/ssh_config.5
+++ b/crypto/openssh/ssh_config.5
@@ -548,8 +548,6 @@ If the option is set to
 .Cm no
 (the default),
 the check will not be executed.
-The default is
-.Cm no .
 .It Cm Ciphers
 Specifies the ciphers allowed and their order of preference.
 Multiple ciphers must be comma-separated.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202502191646.51JGk0mB020453>