Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Coroxx committed Apr 6, 2021
2 parents 6f6aca2 + 187cb38 commit 41b2b19
Showing 1 changed file with 43 additions and 2 deletions.
45 changes: 43 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,45 @@
# PegazManager 🪐
# PegazManager 🏛️
**Bored of having to retype your ssh commands and getting lost in them? Try this simple SSH session management tool**

![alt text](https://i.ibb.co/TMFw9y9/image.png)

## Manage all your ssh sessions easily !

![alt text](https://i.ibb.co/yVtTFhX/image.png)

## SSH Key Support & Password !

It's easy to add your own config

<img src="https://i.ibb.co/yfj122G/image.png" width="800">

## Automatically detects broken configurations

<img src="https://i.ibb.co/0YSJ9QC/image.png" width="800">



## Install 🧭
```
git clone https://github.com/Coroxx/PegazManager/
cd PegazManager
pip install -r requirements.txt
sudo python3 main.py
```
Mac OS :
```
python -m pip install -r requirements.txt
```

## Warning ⚠️

SSHPASS must be installed !

*Ubuntu / debian*
```
apt-get install sshpass
```

*Mac OS*
```
brew install brew install hudochenkov/sshpass/sshpass
```

0 comments on commit 41b2b19

Please sign in to comment.