]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
devtool: add HostKeyAlgorithms option to ssh and scp commands
authorSteve Sakoman <steve@sakoman.com>
Mon, 17 Oct 2022 17:31:45 +0000 (07:31 -1000)
committerSteve Sakoman <steve@sakoman.com>
Fri, 21 Oct 2022 16:28:52 +0000 (06:28 -1000)
commit9275d23c782071382c201bca2d647f6426a64e2f
tree13562736bc11ceba6541ffb91dd24eeb43377d7b
parentfd39b936b03a6416e7a66408c47578daa2a08cf1
devtool: add HostKeyAlgorithms option to ssh and scp commands

With the newer version of ssh in Ubuntu 22.04 we are getting errors of this type:

Unable to negotiate with 192.168.7.2 port 22: no matching host key type found. Their offer: ssh-rsa

Add -o HostKeyAlgorithms=+ssh-rsa to command invocation as suggested at:

http://www.openssh.com/legacy.html

Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/lib/oeqa/selftest/cases/devtool.py
scripts/lib/devtool/deploy.py