Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 772 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 772 Bytes

Ubuntu Desktop (GUI) ssh manager

GUI ssh manager for Linux (Ubuntu)

alt tag

Requirements

  • python 3.5+
  • sudo apt install python3-stdeb

Run

# To run console version type (use -h option to see all available options):
ssh-manager
# To run GUI version type:
ssh-manager-gtk 

Building deb package (optional)

python3.5 setup.py --command-packages=stdeb.command bdist_deb

Install

python3 setup.py install

After installation you can run it with ssh-manager for CLI or ssh-manager-gtk for GUI interfaces

Config

Application can be configured by json configuration file. All connections defines in section connections, like provided examples.