From 8c5eba4dbe620aa80b9919f902384496b8eb7a97 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Wed, 4 Apr 2012 09:46:32 -0400 Subject: [PATCH] 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. --- scripts/security/khandroma_tunnels.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 scripts/security/khandroma_tunnels.sh 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 & + -- 2.34.1