From: Chris Koeritz Date: Wed, 4 Apr 2012 13:46:32 +0000 (-0400) Subject: new script for connecting a couple useful ports to the office. X-Git-Tag: 2.140.90~1451 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=8c5eba4dbe620aa80b9919f902384496b8eb7a97;p=feisty_meow.git new script for connecting a couple useful ports to the office. need to put more thought into the customizations, since this is clearly only useful to me. may need to support a hierarchical customization structure. sigh. --- diff --git a/scripts/security/khandroma_tunnels.sh b/scripts/security/khandroma_tunnels.sh new file mode 100644 index 00000000..3491f466 --- /dev/null +++ b/scripts/security/khandroma_tunnels.sh @@ -0,0 +1,3 @@ +ssh -i $HOME/.ssh/id_dsa_fred -2 -N -v -L "*:5908:localhost:5908" fred@khandroma.cs.virginia.edu &>~/.tmp/zz_tunnel_khandro_w7.log & +ssh -i $HOME/.ssh/id_dsa_fred -2 -N -v -L "*:4040:localhost:8080" fred@khandroma.cs.virginia.edu &>~/.tmp/zz_tunnel_khandro_jenkins.log & +