Turn websockify websocket endpoint back into a TCP socket
- Access novnc instances through ordinary VNC client
- Access SSH servers or other TCP services that were websockified and proxied through an ordinary HTTP/HTTPS server. This is possible with http-master.
Install Node.JS and do npm install -g dewebsockify
(it may require root/sudo)
dewebsockify ws://server/path/to/novnc 5900
# and now connect with VNC client to localhost
dewebsockify wss://myserver.net/services/ssh 2222
ssh localhost -p 2222
Copyright (c) 2014 Code Charm Ltd
Licensed under the MIT license, see LICENSE
for details.