Linux Container
Linux Container
info/how-to-use-virtual-machines-in-lxd/
https://blog.simos.info/how-to-run-a-windows-virtual-machine-on-lxd-on-linux/
https://blog.simos.info/i-am-running-steam-wine-on-ubuntu-19-10-no-32-bit-on-the-
host/ <--- funziona
LOGIN
lxc exec steam -- sudo --user ubuntu --login
Ambiente grafico
apt-get update
apt-get install xvfb
Xvfb :1 -screen 0 1024x768x16 &> xvfb.log &
DISPLAY=:1.0
export DISPLAY
Create storage
lxc storage create pool dir
lxc launch ubuntu:22.10 --profile default --profile x11 -s pool helpdesk
in your Host:
Most remote desktop applications have a problem with gnome3 (unity too) but lxde,
xfce, mate etc all work great.
xrdp works really well also and I see you now have that working so I'm posting this
just so you have a 2nd option.
CONSOLE
sudo lxc exec rpool bash
SSH
In /etc/ssh/sshd_config, add and/or set:
HostkeyAlgorithms ssh-rsa