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

https://github.com/ggrandes/jentunnel

Manage SSH Tunnels made easy
https://github.com/ggrandes/jentunnel

desktop gui java lib linux mina-sshd ssh ssh-client ssh-tunnel tray windows

Last synced: 10 days ago
JSON representation

Manage SSH Tunnels made easy

Awesome Lists containing this project

README

          

# jEnTunnel

Manage SSH Tunnels made easy. Open Source Java project under Apache License v2.0

### Current Stable Version is [1.1.5](https://github.com/ggrandes/jentunnel/releases)

---

## Requirements, Installation and Running

* Java Runtime (8 o newer): https://jdk.java.net/java-se-ri/21 (If you install OpenJDK or zip-source you should set the JAVA_HOME)
* This software run in [Portable Mode](https://en.wikipedia.org/wiki/Portable_application), you only need to unzip in a folder to install.
* Run the `jentunnel-gui-launcher.exe` (in Windows) or execute `java -jar jentunnel-gui-x.x.x.jar` (in Linux).

###### Not all features works on Linux (some Java bugs), Mac has not been tested.

---

## Screenshots

###### Main Window

![Main Window](https://raw.github.com/ggrandes/jentunnel/master/jentunnel-gui/doc/main-window-screenshot.png "Main Window")

###### Most of the controls have "hints"

![Hints](https://raw.github.com/ggrandes/jentunnel/master/jentunnel-gui/doc/hints-screenshot.png "Hints")

###### System Tray

![System Tray](https://raw.github.com/ggrandes/jentunnel/master/jentunnel-gui/doc/system-tray-screenshot.png "System Tray")

---

## Credits

Special thanks to:

* **@jregas** for testing the software before anyone else.
* **@maxfer** for his improvement proposals.

Notable contributions:

* *@Nemesis][* for his original MyEnTunnel.
* [@DevCharly](https://github.com/DevCharly) for FlatLaf library.
* [@gnodet](https://github.com/gnodet), [@lgoldstein](https://github.com/lgoldstein), and many more, for their [Apache Mina SSHD](https://github.com/apache/mina-sshd/) library.
* [Apache Software Foundation](http://www.apache.org/foundation/) for all their work.
* ... many others - thank you for contributing to FLOSS.

---
Inspired in [MyEnTunnel](https://web.archive.org/web/20161029055944/http://nemesis2.qx.net/pages/MyEnTunnel) and [PuTTY](https://www.chiark.greenend.org.uk/~sgtatham/putty/), this code is Java-minimalistic version.