novnc / noVNC

VNC client web application
https://novnc.com
Other
11.49k stars 2.28k forks source link

Add support for tcpwrappers. #354

Closed dragz closed 9 years ago

dragz commented 10 years ago

Is it possible to add support for tcp wrappers?

Right now I'm using stunnel to encrypt the connection and since it supports tcp wrappers I can also automatically whitelist ip-adresses based on successful ssh-logins on my servers. It would be nice to be able to do that directly in novnc/websockify.

Best regards and thanks for a great piece of software, Roy.

DirectXMan12 commented 9 years ago

Websockify now has support for passing tokens via the query string, and filtering based on those. That's probably not quite what you're looking for, but it should provide a way to only allow certain connections.