disable passwd access to spice and specify disable-ticketing

Hi! i need to have passwordless auth to spice (because it is restricted to 127.0.0.1 and nobody can connect to it, in feature i want to use it via unix socket). I'm checking docs at libvirt site and don't see any disable-ticketing options. SO how can I pass this option and allow access without a password to spice? Thanks! -- Vasiliy Tolstov, e-mail: v.tolstov@selfip.ru

On Thu, Apr 02, 2020 at 01:05:28PM +0300, Vasiliy Tolstov wrote:
Hi! i need to have passwordless auth to spice (because it is restricted to 127.0.0.1 and nobody can connect to it, in feature i want to use it via unix socket). I'm checking docs at libvirt site and don't see any disable-ticketing options. SO how can I pass this option and allow access without a password to spice? Thanks!
Use of "disable-ticketing" is the default if no "password" attribute is set on the <graphics> element, and not "spice_password" is set in qemu.conf Regards, Daniel -- |: https://berrange.com -o- https://www.flickr.com/photos/dberrange :| |: https://libvirt.org -o- https://fstop138.berrange.com :| |: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|

Thanks! чт, 2 апр. 2020 г. в 13:22, Daniel P. Berrangé <berrange@redhat.com>:
On Thu, Apr 02, 2020 at 01:05:28PM +0300, Vasiliy Tolstov wrote:
Hi! i need to have passwordless auth to spice (because it is restricted to 127.0.0.1 and nobody can connect to it, in feature i want to use it via unix socket). I'm checking docs at libvirt site and don't see any disable-ticketing options. SO how can I pass this option and allow access without a password to spice? Thanks!
Use of "disable-ticketing" is the default if no "password" attribute is set on the <graphics> element, and not "spice_password" is set in qemu.conf
Regards, Daniel -- |: https://berrange.com -o- https://www.flickr.com/photos/dberrange :| |: https://libvirt.org -o- https://fstop138.berrange.com :| |: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
-- Vasiliy Tolstov, e-mail: v.tolstov@selfip.ru
participants (2)
-
Daniel P. Berrangé
-
Vasiliy Tolstov