Skip to content

gnlcosta/eTunnel

Repository files navigation

eTunnel

SSH Tunnel Manager An easy way to configure and launch ssh tunnels from a device (as ssh client) to a server, forwarding any TCP flow from the server to each device "IP connects" to the starting device (where is ssh client) All with a simple Web Interface

Definitions

Node

It is the client that start the ssh connections to the server

Server

It is the side where configure the number of the ssh tunnels and where to start the tunnel, this for every node

Client side

Generate the TGZ files to install using: make

Server side

Generate the TGZ files to install using: make srv

Dependencies

  • ccrypt

License

GNU AFFERO GENERAL PUBLIC LICENSE This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see http://www.gnu.org/licenses/.