https://github.com/akretion/pyremoteserver
Flask App for starting ssh tunneling between an inacessible server and a support team
https://github.com/akretion/pyremoteserver
Last synced: about 1 year ago
JSON representation
Flask App for starting ssh tunneling between an inacessible server and a support team
- Host: GitHub
- URL: https://github.com/akretion/pyremoteserver
- Owner: akretion
- Created: 2014-07-15T17:54:49.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-17T12:26:46.000Z (almost 12 years ago)
- Last Synced: 2025-01-30T22:48:58.378Z (over 1 year ago)
- Language: Python
- Size: 137 KB
- Stars: 3
- Watchers: 15
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
=DESCRIPTION:
This flask application give the posibilité to start/stop an ssh reverse tunnel easly.
The aim is to give the possibility to support team to connect to an inaccessible server (like a raspbian server)
= INSTALLATION:
Clone the repository
Then install dependency by running this two command
```
sudo apt-get install pip autossh
sudo pip install -r requirement.txt
```
Then edit the file config.cfg