sshs
sshs copied to clipboard
Terminal user interface for SSH
Relates to https://github.com/quantumsheep/sshs/issues/34#issuecomment-1211686504.
Hello, I'm working on Windows 10 x64, and use the Git Bash utility for my CLI needs. This utility can use either the classic cmd of Windows, or [Mintty](https://mintty.github.io/). I...
## Issue Can't see on light colour background (there are other lines underneath) https://github.com/quantumsheep/sshs/blob/5e72c291538d100bbbf76c88be8c0c9362860987/ui/hosts.go#L232 ## Possible resolution * Option 1: Detect the terminal's font colour and match the same *...
```bash % sshs 2022/06/14 17:48:46 /home/shreps/.ssh/config:0: config variable before Host variable ``` ```bash % head .ssh/config AddressFamily inet Host bitbucket.org Hostname bitbucket.org User git ControlMaster no Host github.com...
Thanks for your tool. It would be really good it can support `Include` (eg `Include conf.d/*`) pattern from `~/.ssh/config`.
First, thanks for this great tool ! The only thing that is missing for my usage is a description field. It's not always easy to remember which project is on...
Hello, I have tried to install via the one line command on my Fedora 35 server, but it did not work. Also I had to install "Development Tools" and "Development...
My .ssh/config has a lot of entries like GroupNameA-ServerName1 GroupNameA-ServerName2 GroupNameA-ServerName3 GroupNameB-ServerName1 GroupNameB-ServerName2 GroupNameB-ServerName3 It’d be cool to have an option for sshs like `--grouping` where all similar named "GroupNameX"...