Back to browse
GitHub Repository

A bounded, bidirectional data channel over the SSH session you already have.

0 starsGo

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

by kbradero·Jul 27, 2026·2 points·0 comments

AI Analysis

●●●BangerWizardryBig Brain

Tunnels arbitrary traffic over X11 forwarding without needing new ports.

Strengths
  • Abuses X11 forwarding for data transport, bypassing strict firewall port rules.
  • Zero daemon footprint on remote hosts; runs entirely within the user session.
  • Eliminates file staging on jump hosts, reducing security surface area.
Weaknesses
  • Relies on X11 forwarding being enabled, which is disabled on many hardened servers.
  • Complex setup with key signing and context files creates a steep learning curve.
Target Audience

DevOps engineers and sysadmins

Similar To

sshfs · Netcat · Sshuttle

Similar Projects