Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VNC server session management (one port, multiple sessions) #227

Open
titchy opened this issue Oct 26, 2015 · 1 comment
Open

VNC server session management (one port, multiple sessions) #227

titchy opened this issue Oct 26, 2015 · 1 comment
Labels
enhancement New feature or request

Comments

@titchy
Copy link

titchy commented Oct 26, 2015

VNC needs an SSH/HTTP like service that runs as root and spawns sessions as the authenticating user allowing the VNC protocol to be tunnelled to the correct session via a single TCP port.
The sessions should remain available on disconnect and be re connected on re authentication by a user.
Having to run up a new server with a new port number for each user is an administrative and firewall unfriendly process.


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@CendioOssman CendioOssman changed the title Provide improved server function VNC server session management (one port, multiple sessions) Oct 27, 2015
@CendioOssman CendioOssman added the enhancement New feature or request label Oct 27, 2015
@hifi
Copy link
Contributor

hifi commented Nov 30, 2015

#160 has this scheme implemented/designed in a safe manner using SSH as the transport and local UNIX sockets to separate users, pending any review/feedback from TigerVNC developers.

You can use the supplied scripts and patches to test it out if you want to.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants