From: Chris Koeritz Date: Mon, 12 Mar 2012 01:19:41 +0000 (-0400) Subject: another new script for tunneling. starting to achieve critical mass for X-Git-Tag: 2.140.90~1476 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=9d28528d6b396f5e1da43eb3e77b8a5123e8520b;hp=3c7b6af77b25472348eb14947cd7d7040eba489d;p=feisty_meow.git another new script for tunneling. starting to achieve critical mass for putting a few of these things into nice functions. --- diff --git a/scripts/security/hal_jenkins_tunnel.sh b/scripts/security/hal_jenkins_tunnel.sh new file mode 100644 index 00000000..5e8bf58c --- /dev/null +++ b/scripts/security/hal_jenkins_tunnel.sh @@ -0,0 +1,2 @@ +ssh -i $HOME/.ssh/id_dsa_fred -2 -N -v -L "*:8080:hal:8080" fred@hal &>~/.tmp/zz_tunnel_equan_to_hal_8080_8080 & +