Stassh is a local-first SSH command deck for your terminal. Manage hosts, check reachability, verify host keys, and jump into live SSH sessions from one TUI.
Manage your SSH workflow from a fast terminal UI built for quick navigation, host selection, and session launching without leaving the keyboard.
Keep your infrastructure organized in a single command deck where you can browse, select, and connect to hosts from one interface.
See whether a host is unknown, reachable, or unreachable before connecting so you can act faster and avoid wasted SSH attempts.
Launch interactive SSH sessions directly inside the app, reducing context switching and keeping your workflow focused.
Review host key fingerprints and trust prompts before connecting so you can verify identity instead of blindly accepting new hosts.
Run everything locally with a responsive TUI experience that keeps host management close to your terminal and under your control.
Protect stored data with optional local database encryption backed by SQLite + SQLCipher.
Verify server identities through fingerprint prompts to help prevent connecting to the wrong machine or accepting spoofed hosts.
Decide when to trust a host and when to reject it, giving you explicit control over connection safety instead of hidden automation.
- Rust workspace (
crates/backend,crates/tui) tokio,vt100,russh,ratatui,crossterm
Download the archive for your platform from GitHub Releases, extract it, and place stassh somewhere on your PATH.
curl -fsSL https://raw.githubusercontent.com/getstassh/stassh/main/install.sh | shInstall a specific version:
curl -fsSL https://raw.githubusercontent.com/getstassh/stassh/main/install.sh | sh -s -- --version v0.1.0cargo install --git https://github.com/getstassh/stassh stassh --lockedcargo run -p stasshOn first launch, Stassh walks you through encryption and telemetry preferences.
Please open an issue before contributing so we can discuss scope and approach first.
See CONTRIBUTING.md for contribution terms.
Licensed under PolyForm Noncommercial 1.0.0. See LICENSE.md.
Created by Lazar - bylazar.com
