new script for connecting a couple useful ports to the office.
authorChris Koeritz <fred@gruntose.com>
Wed, 4 Apr 2012 13:46:32 +0000 (09:46 -0400)
committerChris Koeritz <fred@gruntose.com>
Wed, 4 Apr 2012 13:46:32 +0000 (09:46 -0400)
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.

scripts/security/khandroma_tunnels.sh [new file with mode: 0644]

diff --git a/scripts/security/khandroma_tunnels.sh b/scripts/security/khandroma_tunnels.sh
new file mode 100644 (file)
index 0000000..3491f46
--- /dev/null
@@ -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 &
+