ssh-config-tui
1.1.1
dotnet tool install --global ssh-config-tui --version 1.1.1
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local ssh-config-tui --version 1.1.1
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=ssh-config-tui&version=1.1.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package ssh-config-tui --version 1.1.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
ssh-config-tui
A terminal UI for managing your SSH config. Organize hosts into groups, edit parameters, and keep your ~/.ssh/config clean — all from the comfort of your terminal.
Notice: This tool is designed for Linux and macOS only. Windows is not supported.
Features
- Browse and edit all your SSH hosts in a clean TUI
- Group hosts (production, staging, personal) — groups stored as
# tui-group:comments inside the config file, fully compatible with standardssh; built-in groups: All, Ungrouped - Edit global
Host *settings - Test connection with
ssh -G - Copy connection string to clipboard
- Import/export host blocks
- Templates for quick host creation
- SSH key browser — view and select keys in
~/.ssh/ - SSH key generator — generate RSA, ECDSA, or ED25519 key pairs with optional passphrase
Usage
ssh-config-tui
Quick keys
| Key | Action |
|---|---|
| Ctrl+S | Save config |
| Ctrl+Q | Quit |
| Ctrl+N | Add host |
| Ctrl+T | Test connection |
| F5 | Refresh |
| Enter | Edit host |
| Del | Delete host |
Groups
Groups are stored in-band as # tui-group: comments inside ~/.ssh/config. OpenSSH ignores these comments, so your config stays fully compatible. Select a group in the left panel to filter hosts.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.