I have installed xrdp
on Ubuntu 22.04 Server where I also installed ubuntu-desktop
for development and testing. When one user is logged in through remote desktop, others cannot login. How to allow multiple logins (different users)?
Also, how to allow some users to login using xrdp
and disable xrdp
login for other users?
I have four users. I want to allow accesses for two and disable access for the other two.
For ssh, it can be done using DenyUsers
as answered here. Does something similar exists for xrdp
?
There is one accepted answer here but I couldn't make it work.