Skip to content

ggrandes/jentunnel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jEnTunnel

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

Current Stable Version is 1.1.2


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, 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

Most of the controls have "hints"

Hints

System Tray

System Tray


Credits

Special thanks to:

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

Notable contributions:


Inspired in MyEnTunnel and PuTTY, this code is Java-minimalistic version.