added more tunnels.
authorFred T. Hamster <fred@gruntose.com>
Fri, 15 Jun 2012 03:19:53 +0000 (23:19 -0400)
committerFred T. Hamster <fred@gruntose.com>
Fri, 15 Jun 2012 03:19:53 +0000 (23:19 -0400)
scripts/security/khandroma_tunnels.sh

index 8aad8e935787d69692f0111314f30485347aa603..4e479d8b322c376ab60a8c20c905fb702c2aec20 100644 (file)
@@ -9,7 +9,7 @@ fi
 
 while true; do
   echo Connecting jenkins and vms at khandroma.
-  ssh -i $HOME/.ssh/id_dsa_fred -2 -N -v -L "*:5908:localhost:5908" -L "*:4040:localhost:8080" fred@khandroma.cs.virginia.edu
+  ssh -i $HOME/.ssh/id_dsa_fred -2 -N -v -L "*:5902:localhost:5902" -L "*:5909:localhost:5909" -L "*:5908:localhost:5908" -L "*:4040:localhost:8080" fred@khandroma.cs.virginia.edu
   bash $FEISTY_MEOW_SCRIPTS/multimedia/sound_play.sh $soundfile &>/dev/null </dev/null &
   echo "Got dumped from tunnels; re-establishing connection."
   echo "Note: if you're being asked for a password, you haven't set up an RSA key yet."