Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 933 Bytes

README.md

File metadata and controls

33 lines (29 loc) · 933 Bytes

SSH-Manager

A tool to simplify the use of the SSH protocol, easy to use, compatible only with linux

Install (First Method):

If you don't have python

git clone https://github.com/MikeTheHash/SSH-Manager
sudo apt-get install python3
sudo apt-get install python3-pip
cd SSH-Manager
./Installer.out

If you have python

git clone https://github.com/MikeTheHash/SSH-Manager
cd SSH-Manager
./Installer.out
python3 SSH-Manager-v1.0.py

Install (Second Method):

If you don't have python

git clone https://github.com/MikeTheHash/SSH-Manager
cd SSH-Manager
sudo apt-get install python3
sudo apt-get install python3-pip
pip install colorama
pip install os
python3 SSH-Manager-v1.0.py

If you have python

git clone https://github.com/MikeTheHash/SSH-Manager
cd SSH-Manager
pip install colorama
pip install os
python3 SSH-Manager-v1.0.py