Turn SSH X11 Forward to WebSocket – remote apps flow to you workstation

Turn SSH X11 Forward to WebSocket – remote apps flow to you workstation

3 pointsby kbradero1 comments

Comments

Hacker News

SSH is not a vpn, ok, but what if you can turn it into one. Applications on your workstation are unreachable from remote server side, that is an app can't just open a connection to talk to your local apps.

Except it can! X11 forwarding does exactly that and I found how to use any standard ssh and allow to forward a websocket socks5 connection that transfers files and events and you can have rules to decide before socks5 make the transfer so it's ssh, but in may view, just the way it was always meant to be :)

by kbradero

Join the discussion

Write your take first — we'll ask for email only when you're ready to publish.

  • Hacker News
  • SSH is not a vpn, ok, but what if you can turn it into one. Applications on your workstation are unreachable from remote server side, that is an app can't just open a connection to talk to your local apps.

    Except it can! X11 forwarding does exactly that and I found how to use any standard ssh and allow to forward a websocket socks5 connection that transfers files and events and you can have rules to decide before socks5 make the transfer so it's ssh, but in may view, just the way it was always meant to be :)

Turn SSH X11 Forward to WebSocket – remote apps flow to you workstation · Birbla