SSHManager
An open source tool for managing, checking and connecting to your SSH proxy
Features
- Multi-threaded SSH checking using BitviseSSH with queued SSH check, ensuring fastest checking speed with lowest system impact
- Multi-port SSH port forwarding with simple and intuitive management interface and real-time update on external IP of each port
- Multi-device support (coming soon)
- Simple API with HTTP API support for controlling all aspects of the tool, with OpenAPI documentation at http://your-app.url/docs
Usage
Download the latest release, run sshmanager-2.0.0.exe and that's it! A browser tab will open with the app's URL, and it is accessible over LAN network from other devices too.
Building your own sshmanager
Requirements: Windows 8.1+
, Python 3.9.5
Steps:
- Clone the repository
https://github.com/KhanhhNe/sshmanager-2.0.0.git
cd sshmanager-2.0.0
- Install needed libraries
pip install pipenv
pipenv install
- Run the build script
Remember to remove app_dist/ folder prior to running compile.py to avoid permission bugs
python compile.py
A new file named sshmanager-2.0.0.zip
will be generated and is ready to use!