| Crates.io | putty |
| lib.rs | putty |
| version | 0.1.4 |
| created_at | 2025-05-31 23:56:29.505789+00 |
| updated_at | 2025-06-01 10:36:55.634613+00 |
| description | Minimal SSH session manager for Windows CLI |
| homepage | |
| repository | https://github.com/ryankopf/putty |
| max_upload_size | |
| id | 1696781 |
| size | 41,522 |
A fast, minimal SSH host selector TUI for Windows (and others), written in Rust.
Easily browse and edit your ~/.ssh/config file using arrow keys. Select a host to immediately open an SSH session — no need to remember hostnames or flags.
cargo install putty
putty
This project is inspired by, but entirely separate from, the original PuTTY SSH client. That project is great, but quite old — and nowadays most users connect via VS Code, Windows Terminal, or tools like Kitty. This crate offers a lightweight, memorable alternative using a clean terminal UI.
MIT