Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 837 Bytes

README.md

File metadata and controls

45 lines (30 loc) · 837 Bytes

PegazManager 🏛️

Bored of having to retype your ssh commands and getting lost in them? Try this simple SSH session management tool

Manage all your ssh sessions easily !

alt text

SSH Key Support & Password !

It's easy to add your own config

Automatically detects broken configurations

Install 🧭

git clone https://github.com/Coroxx/PegazManager/
cd PegazManager
pip install -r requirements.txt
sudo python3 main.py

Mac OS :

python3 -m pip install -r requirements.txt

Warning ⚠️

SSHPASS must be installed !

Ubuntu / debian

apt-get install sshpass

Mac OS

brew install hudochenkov/sshpass/sshpass