search for: vnc_tls_x509_verify

Displaying 3 results from an estimated 3 matches for "vnc_tls_x509_verify".

2014 Dec 30
3
Secret incantations for virt-viewer?
...ibvirt/qemu.conf vnc_listen = "X.X.X.X" # over vnc_listen. #vnc_auto_unix_socket = 1 #vnc_tls = 1 # default it to keep them in /etc/pki/libvirt-vnc. This directory #vnc_tls_x509_cert_dir = "/etc/pki/libvirt-vnc" # certificate signed by the CA in /etc/pki/libvirt-vnc/ca-cert.pem #vnc_tls_x509_verify = 1 #vnc_password = "XYZ12345" #vnc_sasl = 1 #vnc_sasl_dir = "/some/directory/sasl2" #vnc_allow_host_audio = 0 # result into negative vnc display number. I suspect (although I have not tested it) that the method Patrick suggested tunnels through SSH. [ Personally I don't u...
2014 Dec 30
0
Secret incantations for virt-viewer?
...;X.X.X.X" > # over vnc_listen. > #vnc_auto_unix_socket = 1 > #vnc_tls = 1 > # default it to keep them in /etc/pki/libvirt-vnc. This directory > #vnc_tls_x509_cert_dir = "/etc/pki/libvirt-vnc" > # certificate signed by the CA in /etc/pki/libvirt-vnc/ca-cert.pem > #vnc_tls_x509_verify = 1 > #vnc_password = "XYZ12345" > #vnc_sasl = 1 > #vnc_sasl_dir = "/some/directory/sasl2" > #vnc_allow_host_audio = 0 > # result into negative vnc display number. > > I suspect (although I have not tested it) that the method Patrick suggested > tunnels...
2014 Dec 30
4
Secret incantations for virt-viewer?
Hello everyone - I am trying to use virt-viewer to connect to KVM virtual machines running on a CentOS7 host. It works great when running directly on the host, but I have not been able to figure out the magic connection string to make it work from another computer. On the host, I set selinux to "permissive" and stopped the firewalld service. No change, so it is not related to