Searched hist:"339 bf0c071eff5e6ff1d9ddb3ad5cd02e4cd9ca3" (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tests/vm/ |
H A D | basevm.py | diff 339bf0c071eff5e6ff1d9ddb3ad5cd02e4cd9ca3 Thu Oct 27 13:36:36 CDT 2022 Ilya Leoshkevich <iii@linux.ibm.com> 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>
|