Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shyim/tunnelmanager

Simple GUI for SSH Tunnels
https://github.com/shyim/tunnelmanager

Last synced: 23 days ago
JSON representation

Simple GUI for SSH Tunnels

Awesome Lists containing this project

README

        

# sshtunnelmanager

Simple GUI for SSH Tunnels

# Requirements
* Windows, macOS, Linux or BSD
* Plink/OpenSSH on Windows, OpenSSH on macOS/Linux/BSD
* Authentification with ssh-key

# Building

* Qt 5 is required

## qmake

Use [`qmake`](http://doc.qt.io/qt-5/qmake-manual.html) to generate a `Makefile` and use `make` to compile the project

$ qmake
$ make

## cmake

Use [`cmake`](https://cmake.org/) to generate a `Makefile` and use `make` to compile the project

$ cmake
$ make

# Screenshots
![Imgur](https://i.imgur.com/ZDHmDE0.png)