https://github.com/zefanjajobse/ssh_gui
Simple app to lists all options within .ssh/config, which you can connect to by pressing enter
https://github.com/zefanjajobse/ssh_gui
go ssh sshconfig tui
Last synced: about 2 months ago
JSON representation
Simple app to lists all options within .ssh/config, which you can connect to by pressing enter
- Host: GitHub
- URL: https://github.com/zefanjajobse/ssh_gui
- Owner: zefanjajobse
- License: mit
- Created: 2024-08-16T11:38:00.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-11-08T08:43:16.000Z (6 months ago)
- Last Synced: 2025-03-28T18:58:10.207Z (about 2 months ago)
- Topics: go, ssh, sshconfig, tui
- Language: Go
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# SSH GUI
Simple app to lists all options within .ssh/config, which you can connect to by pressing enter.
```ssh-config
# Example ssh config item
Host homeassistant
HostName homeassistant
User zjobse
```Dark mode:

Light mode:
