I have a server running Ubuntu 14.04LTS. On it I created a (KVM) VM with Ubuntu 16.04 Desktop.
I setup Spice on this VM so that I can access it remotely. Everything is working fine, got TLS, USB redirection, everything working nicely.
However, this machine is intended to be used by two people, I was hoping that I could have User1 access it, be greeted with the login screen, login and use the machine at will. Then at the same time, User2 would be able to launch the spice client (using remote-viewer), also be greeted with a login screen, and use the machine at the same time as User2.
However, what I get is, when User2 connects, User1 is disconnected immediatelly and takes over the Desktop of User1.
I searched and found some brief mentions to multi-monitor support, read about enabling ticketing (setting a password for Spice), etc and thought it would lead me to the solution I want but nope.
I tried adding a second Spice Display to the VM but when launching the VM using virt-manager it says only one Spice Display can exist at a time.
Do not know what else to try, does anyone know how to accomplish this?
PS: I know I could create two VMs, one for each user, but please that is not what I want.