You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/tests/vm
Ilya Leoshkevich 339bf0c071 tests/vm: use -o IdentitiesOnly=yes for ssh
When one has a lot of keys in ~/.ssh directory, the ssh command will
try all of them before the one specified on the command line, and this
may cause the remote ssh server to reject the connection due to too
many failed authentication attempts.

Fix by adding -o IdentitiesOnly=yes, which makes the ssh client
consider only the keys specified on the command line.

Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20221027113026.2280863-1-iii@linux.ibm.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20221027183637.2772968-31-alex.bennee@linaro.org>
2 years ago
..
Makefile.include tests/vm: Remove obsolete Fedora VM test 2 years ago
README docs: Add docs/devel/testing.rst 7 years ago
aarch64vm.py python: create qemu packages 4 years ago
basevm.py tests/vm: use -o IdentitiesOnly=yes for ssh 2 years ago
centos tests/vm: Remove docker cross-compile test from CentOS VM 2 years ago
centos-8-aarch64.ks tests/vm: Added a new script for centos.aarch64. 4 years ago
centos.aarch64 tests/vm: switch centos.aarch64 to CentOS 8 Stream 2 years ago
conf_example_aarch64.yml tests/vm: Added configuration file support 4 years ago
conf_example_x86.yml tests/vm: Added configuration file support 4 years ago
freebsd tests: Add sndio to the FreeBSD CI containers / VM 2 years ago
haiku.x86_64 tests/vm: Add libslirp to the VM tests 2 years ago
netbsd tests/vm: update NetBSD to 9.3 2 years ago
openbsd tests/vm: update openbsd to release 7.2 2 years ago
ubuntu.aarch64 tests/vm: upgrade Ubuntu 18.04 VM to 20.04 2 years ago
ubuntuvm.py tests/vm: Add common Ubuntu python module 4 years ago

README

See docs/devel/testing.rst for help.