ssh-config-tui.linux-x64 1.1.1

dotnet add package ssh-config-tui.linux-x64 --version 1.1.1
                    
NuGet\Install-Package ssh-config-tui.linux-x64 -Version 1.1.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ssh-config-tui.linux-x64" Version="1.1.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ssh-config-tui.linux-x64" Version="1.1.1" />
                    
Directory.Packages.props
<PackageReference Include="ssh-config-tui.linux-x64" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add ssh-config-tui.linux-x64 --version 1.1.1
                    
#r "nuget: ssh-config-tui.linux-x64, 1.1.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package ssh-config-tui.linux-x64@1.1.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=ssh-config-tui.linux-x64&version=1.1.1
                    
Install as a Cake Addin
#tool nuget:?package=ssh-config-tui.linux-x64&version=1.1.1
                    
Install as a Cake Tool

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.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.1.1 47 6/24/2026