Website

Web PuTTY (POC)

A tiny proof-of-concept web-based SSH client using xterm.js (frontend) and ssh2 + ws (backend).

Run locally

  1. Install Node.js (16+ recommended)
  2. npm install
  3. node server.js
  4. Open http://localhost:3000 and try connecting to an SSH server.

Notes & Security