Simple GUI for SSH Tunnels
- Windows, macOS, Linux or BSD
- Plink/OpenSSH on Windows, OpenSSH on macOS/Linux/BSD
- Authentification with ssh-key
- Qt 5 is required
Use qmake
to generate a Makefile
and use make
to compile the project
$ qmake
$ make
Use cmake
to generate a Makefile
and use make
to compile the project
$ cmake
$ make