An open API service indexing awesome lists of open source software.

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

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:

![image](https://github.com/user-attachments/assets/4b57e9e4-1842-40af-9905-ca71ad39fde1)

Light mode:

![image](https://github.com/user-attachments/assets/05930f00-8d7e-493d-9f3c-074804233047)