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
                    
if you are setting up this repo
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
                    
nuke :add-package ssh-config-tui --version 1.1.1
                    

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 standard ssh; 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 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.

Version Downloads Last Updated
1.1.1 50 6/24/2026
1.1.0 112 6/17/2026
1.0.3 96 6/17/2026
1.0.1 93 6/17/2026
1.0.0 96 6/17/2026