<div dir="ltr">Hello,<br><br>I've been unable to connect to a remote host from within my network using the following argument.<br><br>virsh/virt-manager -c qemu+ssh://user@host:port/system<br><br>I've tried libssh & libssh2 as well. Using ssh just prompts me for the host password indefinitely. When using libssh2 the connection is rejected.<br><br>The host computer is using a custom ssh port which I've added to the above argument. Neither box has an enabled root user.<br><br>Remote box<br><br>$ cat /etc/debian_version<br>9.3<br><br>$ ssh -V<br>OpenSSH_7.4p1 Debian-10+deb9u2, OpenSSL 1.0.2l  25 May 2017<br><br>$ virsh --version<br>3.0.0<br><br>Host box<br><br>$ cat /etc/centos-release<br>CentOS Linux release 7.4.1708 (Core) <br><br>$ ssh -V<br>OpenSSH_7.4p1, OpenSSL 1.0.2k-fips  26 Jan 2017<br><br>$ virsh --version<br>3.2.0<br><br>Any help is greatly appreciated.<br><br></div>