qemu-e2k/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>
2022-10-31 20:37:59 +00:00
..
aarch64vm.py
basevm.py tests/vm: use -o IdentitiesOnly=yes for ssh 2022-10-31 20:37:59 +00:00
centos
centos-8-aarch64.ks
centos.aarch64
conf_example_aarch64.yml
conf_example_x86.yml
freebsd tests: Add sndio to the FreeBSD CI containers / VM 2022-10-28 09:39:21 +02:00
haiku.x86_64 tests/vm: Add libslirp to the VM tests 2022-08-29 15:28:51 +02:00
Makefile.include tests/vm: Remove obsolete Fedora VM test 2022-09-20 16:27:39 +01:00
netbsd tests/vm: update NetBSD to 9.3 2022-09-19 15:12:28 +02:00
openbsd tests/vm: update openbsd to release 7.2 2022-10-28 09:39:21 +02:00
README
ubuntu.aarch64
ubuntuvm.py

See docs/devel/testing.rst for help.