
If you manage multiple servers via SSH, you should check out LazySSH.
It’s a terminal-based (TUI) SSH manager, inspired by tools like lazydocker and k9s, that makes it easy to navigate and manage entries in your ~/.ssh/config file.
~/.ssh/config by creating automatic backups before making changesbrew install lazysshIf you already have Go installed:
git clone https://github.com/adembc/lazyssh.git
cd lazyssh
go build -o lazyssh ./cmdThen, optionally, move the binary to a directory in your PATH:
sudo mv lazyssh /usr/local/bin/Or install it directly using:
go install github.com/Adembc/lazyssh/cmd@latestAfter installation, just run:
lazysshThe program automatically reads the file:
~/.ssh/configSo all you need is to have your SSH hosts already configured as usual to start using it.
For more information, visit: https://github.com/adembc/lazyssh