I have ProxMox 5.2 running on a separate server than my iMac. I can ssh into from my iMac with no errors. I then installed Virt-Manager on it and set the connection parameters to:
Hypervisor: QEMU/KVM
Connect to remote host "checked"
Mehod: SSH
Username: username
Hostname: IP Address of ProxMox Server
Generated URI: qemu+ssh://root@192.168.X.X/system
When I click connect, I am prompted for the password which I enter, and then I get:
Unable to connect to libvirt qemu+ssh://root@192.168.X.X/system.
internal error: received hangup event on socket
Verify that the 'libvirtd' daemon is running on the remote host.
Libvirt URI is: qemu+ssh://root@192.168.X.X/system
Traceback (most recent call last):
File "/usr/local/Cellar/virt-manager/1.5.1/libexec/share/virt-manager/virtManager/connection.py", line 1036, in _do_open
self._backend.open(self._do_creds_password)
File "/usr/local/Cellar/virt-manager/1.5.1/libexec/share/virt-manager/virtinst/connection.py", line 144, in open
open_flags)
File "/usr/local/Cellar/virt-manager/1.5.1/libexec/lib/python2.7/site-packages/libvirt.py", line 104, in openAuth
if ret is None:raise libvirtError('virConnectOpenAuth() failed')
libvirtError: internal error: received hangup event on socket
Any ideas why ssh connections work, but the virt-manger ssh connection does not?
Jon
Hypervisor: QEMU/KVM
Connect to remote host "checked"
Mehod: SSH
Username: username
Hostname: IP Address of ProxMox Server
Generated URI: qemu+ssh://root@192.168.X.X/system
When I click connect, I am prompted for the password which I enter, and then I get:
Unable to connect to libvirt qemu+ssh://root@192.168.X.X/system.
internal error: received hangup event on socket
Verify that the 'libvirtd' daemon is running on the remote host.
Libvirt URI is: qemu+ssh://root@192.168.X.X/system
Traceback (most recent call last):
File "/usr/local/Cellar/virt-manager/1.5.1/libexec/share/virt-manager/virtManager/connection.py", line 1036, in _do_open
self._backend.open(self._do_creds_password)
File "/usr/local/Cellar/virt-manager/1.5.1/libexec/share/virt-manager/virtinst/connection.py", line 144, in open
open_flags)
File "/usr/local/Cellar/virt-manager/1.5.1/libexec/lib/python2.7/site-packages/libvirt.py", line 104, in openAuth
if ret is None:raise libvirtError('virConnectOpenAuth() failed')
libvirtError: internal error: received hangup event on socket
Any ideas why ssh connections work, but the virt-manger ssh connection does not?
Jon