gSTM is a front-end for managing SSH-tunneled port redirects. It stores tunnel configurations in a simple XML format. The tunnels (local, remote and dynamic) can be managed and individually started/stopped through one simple interface.
License
GNU General Public License version 2.0 (GPLv2)Follow Gnome SSH Tunnel Manager
Other Useful Business Software
MongoDB Atlas | Run databases anywhere
MongoDB Atlas allows you to build and run modern applications across 125+ cloud regions, spanning AWS, Azure, and Google Cloud. Its multi-cloud clusters enable seamless data distribution and automated failover between cloud providers, ensuring high availability and flexibility without added complexity.
Rate This Project
Login To Rate This Project
User Reviews
-
It's brilliant. Can it store/get the ssh private key password using the gnome keyring (or did I miss something)?
-
Excellent!
-
You can add compression by modifying src/fnssht.c , searching for string hargs->sshargs = gstm_ssht_addssharg(hargs->sshargs, "ssh"); and adding this line after that: hargs->sshargs = gstm_ssht_addssharg(hargs->sshargs, "-C"); Then you must compile, off course. (./configure , make & make install) Warning: with this change gSTM always compress traffic
-
Well it works but I hate having to chase after dozens of warning windows and clicking them in sequence when my VPN goes down. A restart ALL button would be nice
-
很好用。