Remotis is a reverse SSH tunneling script, it uses OpenSSH to create an Loopback Interface between your local device and a remote server, then all the traffic will be forwarded to it. You can use Remotis to access some port of your server without exposing it to the internet.
To clone and run this application, you'll need Git, OpenSSH, Node.js and Yarn installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/dominickbrasileiro/remotis
# Go into the repository
$ cd remotis
# Create enviroment file
$ cp .env.example .env
# Set enviroment variables
$ vim .env
# Install dependencies
$ yarn install
# Run the script
$ yarn start
Runs the Reverse SSH Tunnel.
Feel free to open new issues and colaborate with others issues in Remotis Issues.
This project is under the MIT license. See the LICENSE for more information.
Made with β€οΈ by Dominick Brasileiro π Get in touch!