X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=scripts%2Fsecurity%2Fkhandroma_tunnels.sh;h=a2d34aa01585ebfea817da201a407da93bba0ac6;hb=4c988c3fa8a08ced9db160e5b92120a26d64d807;hp=8aad8e935787d69692f0111314f30485347aa603;hpb=4e4cf16911e5cfde9163c78eeb434cf5f945fe5c;p=feisty_meow.git diff --git a/scripts/security/khandroma_tunnels.sh b/scripts/security/khandroma_tunnels.sh index 8aad8e93..a2d34aa0 100644 --- a/scripts/security/khandroma_tunnels.sh +++ b/scripts/security/khandroma_tunnels.sh @@ -2,14 +2,14 @@ # tunnels to the khandroma machine for vnc access to the win7 box and for the jenkins # server. -soundfile=$FEISTY_MEOW_DIR/database/sounds/my_mind_is_going.wav +soundfile=$FEISTY_MEOW_DIR/infobase/sounds/my_mind_is_going.wav if [ ! -z "$1" ]; then soundfile=$1 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 "*:5905:localhost:5905" -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