Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/psi-4ward/quicktunnel

Little platform independet GUI for establishing SSH tunnel
https://github.com/psi-4ward/quicktunnel

Last synced: 14 days ago
JSON representation

Little platform independet GUI for establishing SSH tunnel

Awesome Lists containing this project

README

        

# QuickTunnel

Light platform independet GUI for establishing SSH tunnels using `ssh` cli or puttys `plink.exe` on windows.

Based on Node-WebKit and AngularJS

![Screenshot1](doc/QuickTunnel1.png)

![Screenshot2](doc/QuickTunnel2.png)

## Build
* Install build system: `npm install`
* Install deps: `bower install`
* Install node_modules for nodewebkit: `cd src && npm install`
* Build: `cd .. && node_modules/gulp/bin/gulp.js build`

## Usage
* Run the app from build/Quicktunnel/
* Setup your information in the _config_ tab
* Configure forwardings in the "Tunnel" tab and press "Start Runinng"

### Copyright
License: http://www.gnu.org/licenses/lgpl-3.0.html LGPL

Author: [4ward.media](http://www.4wardmedia.de)