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
- Host: GitHub
- URL: https://github.com/ggrandes/jentunnel
- Owner: ggrandes
- License: apache-2.0
- Created: 2020-07-12T10:40:14.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-09-18T13:43:28.000Z (over 1 year ago)
- Last Synced: 2025-03-13T03:01:44.499Z (12 months ago)
- Topics: desktop, gui, java, lib, linux, mina-sshd, ssh, ssh-client, ssh-tunnel, tray, windows
- Language: Java
- Homepage:
- Size: 135 KB
- Stars: 82
- Watchers: 1
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-java - JenTunnel
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

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

###### 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.