]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
openssh: sync with upstream's default
authorChen Qi <Qi.Chen@windriver.com>
Thu, 3 Aug 2023 07:58:37 +0000 (00:58 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 10 Aug 2023 08:18:49 +0000 (09:18 +0100)
commit01174262c6cb8f6d7b9dbe5292d0f93f72a15691
tree8c7c758fd0f6cbe517ddbf77c9935928a5bdee8d
parent537c71162a711dec32a63a657c4b101269a3e267
openssh: sync with upstream's default

This change sync the contents of this file with upstream's
ssh_config except for the locally added line
'Include /etc/ssh/ssh_config.d/*.conf'.

More specifically the ForwardXXX options are disabled by default,
this sync with what ssh_config(5) says about these two items.

In addition, the RSAAuthentication items are removed as they are v1 protocol.
See the contents of Changelog file in openssh project as below:
"""
commit bfe19197a92b7916f64a121fbd3c179abf15e218
Author: Darren Tucker <dtucker@dtucker.net>
Date:   Fri Jul 2 15:43:28 2021 +1000

    Remove now-unused SSHv1 enums.

    sRhostsRSAAuthentication and sRSAAuthentication are protocol 1 options
    and are no longer used.
"""

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
meta/recipes-connectivity/openssh/openssh/ssh_config