GUI ssh manager for Linux (Ubuntu)
- python 3.5+
- sudo apt install python3-stdeb
# To run console version type (use -h option to see all available options):
ssh-manager
# To run GUI version type:
ssh-manager-gtk
python3.5 setup.py --command-packages=stdeb.command bdist_deb
python3 setup.py install
After installation you can run it with ssh-manager
for CLI or ssh-manager-gtk
for GUI interfaces
Application can be configured by json configuration file. All connections defines in section connections, like provided examples.