Description
Tunnel4J project is a little utility for people who need to access resources behind firewalls via ssh connections.
Consider it as a light replacement of just some features of a VPN. You can do exactly the same things with the command line ssh client; tunnel4j just exposes a nicer(???) GUI, and being founded on Jsch ,an all-java ssh solution, you can use it on all java-supporting platforms.
When I work from home, this is my scenario:
1) I need to mount some remote directories from my office PC
2) I need to access some Postgres and Mysql dbs
3) I need to access some intranet web applications not visible from outside of my office LAN.
All of this resources are behind a firewall in different locations. I could set up some VPNs from home to the different locations involved but I don't need all the power of a VPN, so I just launch Tunnel4J, open a connection to the endpoint firewalls and setup some local ports for my needs.
Unpack the downloaded file, cd into tunnel4j directory and type:
java -cp jsch.jar:Tunnel4J.jar org.beanizer.tunnel4j.Tunnel4J
Requirements:
What's New in This Release:
User Reviews for Tunnel4J FOR LINUX 1
-
Tunnel4J FOR LINUX provides a user-friendly GUI for SSH connections, making accessing resources behind firewalls easier. Great for remote work scenarios.