{"library":"websocket-ssh-bridge","type":"library","category":null,"description":"Bridges TCP connections through a WebSocket server, commonly used to tunnel SSH over WebSocket. The package provides three command-line tools: server.js (exposes a local TCP port via WebSocket), client.js (connects a local TCP client to a remote WebSocket endpoint), and pipe.js (maps stdio to a WebSocket for use as an SSH ProxyCommand). It enables SSH through firewalls that only allow HTTP/HTTPS traffic. Current stable version is 1.0.3, released in 2016 with no active development. Key differentiators: lightweight, no dependencies besides Node.js built-ins and ws WebSocket library, simple deployment via screen/cron, and support for Apache reverse proxy.","language":"javascript","status":"abandoned","version":"1.0.3","tags":["javascript"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install websocket-ssh-bridge","imports":["node server.js 8022 127.0.0.1 22","node client.js 8022 ws://remotehost/","node pipe.js ws://remotehost/"]},{"cmd":"yarn add websocket-ssh-bridge","imports":[]},{"cmd":"pnpm add websocket-ssh-bridge","imports":[]}],"homepage":"https://github.com/simonwalz/websocket-tcp-bridge#readme","github":"https://github.com/simonwalz/websocket-tcp-bridge","docs":null,"changelog":null,"pypi":null,"npm":"websocket-ssh-bridge","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}