Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shyim/tunnelmanager
- Owner: shyim
- License: mit
- Created: 2017-12-10T17:28:48.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-06-24T08:25:03.000Z (over 3 years ago)
- Last Synced: 2024-10-12T09:16:16.162Z (about 1 month ago)
- Language: C++
- Homepage:
- Size: 121 KB
- Stars: 40
- Watchers: 5
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
## cmakeUse [`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)