I built essh: a Rust SSH client with a real TUI

Posted by Potential-Access-595@reddit | linuxadmin | View on Reddit | 11 comments

I built essh: a Rust SSH client with a real TUI

I’ve been working on essh, a pure-Rust SSH client with:

TUI dashboard

Concurrent sessions

Password/key/agent auth

Host monitoring

Connection diagnostics

It’s meant to make terminal-based server work feel more like a real operational workspace instead of one disconnected shell at a time.

Install:

cargo install essh

Repo:

https://github.com/matthart1983/essh

Would love feedback from Rust/Linux/infra folks.