(In reply to Petr Gajdos from comment #11) > Eventually, here: > https://download.opensuse.org/repositories/home:/pgajdos/openSUSE_Factory/ > x86_64/ > you can find libssh2 package to test. > > Sources: > https://build.opensuse.org/package/show/home:pgajdos/libssh2_org Hello, thanks for your comment. I download and installed the libssh2-1-1.10.0-71.2.x86_64.rpm package from the link, however, the test still failed when executing this command. ``` virsh -c "qemu+libssh2://root@susetest/system?sshauth=privkey&keyfile=/root/.ssh/id_rsa&known_hosts=/root/.ssh/known_hosts" hostname ```