A small, full-screen SSH client with browser-style tabs. Fill in a server, hit Connect, and you're in — no config file, no flags to remember. Open more tabs for more sessions; background tabs keep running while you work in another.
Built on bubble-ssh, which does the actual SSH-session-as-a-Bubble-Tea-component work; lazyssh is the form, tabs, and chrome wrapped around it.
go install github.com/muhamm-ad/lazyssh@latestor clone and run directly:
git clone https://github.com/muhamm-ad/lazyssh.git
cd lazyssh
go run .lazyssh
lazyssh -version # or -vHost keys are trusted on first connection and remembered in your normal ~/.ssh/known_hosts from then on (same as ssh -o StrictHostKeyChecking=accept-new) — see bubble-ssh's docs if you want to know exactly what that trade-off means.
v0 is intentionally small: multi-tab sessions, nothing saved between runs, password or key file only. That's not the ceiling — see TODO.md for what's planned.
MIT, see LICENSE.
