mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 22:32:43 -04:00
ssh_config.5: Remove redundant CheckHostIP default text
In 2000 (commita95c122521) 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:206be79acb("Vendor import of OpenSSH 8.5p1") Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
0ebd9cf85d
commit
06016adacc
1 changed files with 0 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue