I want to use the VNC shipped with a Raspberry Pi. My goal is to offer the possibility to several users to connect to their own home at the same time. By default, I can connect to the "pi" user.
I have created 3 accounts "lary" "gary" and "hary". They have their own home : "/home/lary", "/home/gary" and "/home/hary". With a VNC client I would like to have "lary" being able to connect to the content of "/home/lary". Same for "gary" and "hary" at the same time.
Can I use ports for that ? Which files do I need to change ?