Skip to content

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

Notifications You must be signed in to change notification settings

MikeTheHash/SSH-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published