From: Chris Koeritz Date: Mon, 28 May 2012 17:10:40 +0000 (-0400) Subject: updated to have host separated, also switched while khandroma down. X-Git-Tag: 2.140.90~1340 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=71c6c8aa6fce2f721d7ad3c98cd20234a87f78e6;p=feisty_meow.git updated to have host separated, also switched while khandroma down. --- diff --git a/scripts/security/uva_web_proxy.sh b/scripts/security/uva_web_proxy.sh index fe4fa403..33bd14ae 100644 --- a/scripts/security/uva_web_proxy.sh +++ b/scripts/security/uva_web_proxy.sh @@ -12,14 +12,17 @@ #source $HOME/yeti/scripts/launch_feisty_meow.sh +#ssh_host=khandroma.cs.virginia.edu +ssh_host=mason.cs.virginia.edu + soundfile=$FEISTY_MEOW_DIR/database/sounds/woouoo.wav if [ ! -z "$1" ]; then soundfile=$1 fi while true; do - echo Connecting uva web sites via khandroma. - ssh -i $HOME/.ssh/id_dsa_fred -2 -N -v -D localhost:14420 fred@khandroma.cs.virginia.edu + echo Connecting uva web sites via a machine on site: $ssh_host + ssh -i $HOME/.ssh/id_dsa_fred -2 -N -v -D localhost:14420 fred@$ssh_host bash $FEISTY_MEOW_SCRIPTS/multimedia/sound_play.sh $soundfile 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."