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
nel_h2
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
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
-
很好用。