ssh tunneling with .{bash,zsh}rc functions

So lately i have needed to setup some detailed entries into my ssh config file but i needed to ssh in and keep a term open for them to work. Instead, i added these functions that when your ssh config is properly setup will auto create these tunnels for you: start_tunnel: function start_tunnel() { if … Read More