X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fsecurity%2Fuva_web_proxy.sh;h=9ef3b8d40c01c694661b61d375237dadddd17ec7;hb=5bbef23bd9f39d5f3914531d599c7c745e65adc6;hp=fe4fa403c22b47c2ba067c87e97bf651dc6948f9;hpb=858d4fc46ef8b6c14815c137182c9bed9a6c5043;p=feisty_meow.git diff --git a/scripts/security/uva_web_proxy.sh b/scripts/security/uva_web_proxy.sh index fe4fa403..9ef3b8d4 100644 --- a/scripts/security/uva_web_proxy.sh +++ b/scripts/security/uva_web_proxy.sh @@ -10,16 +10,17 @@ #hmmm: none of the user info below will work for others: parameterize it. -#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 +soundfile=$FEISTY_MEOW_APEX/infobase/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."