updated to use private TMP folder to get around worthless cygwin issues.
[feisty_meow.git] / scripts / security / start_tunnels.sh
index b1250b530aea8746e207effd92095adb19d281cc..7ca238cff46ec9047b3e62c8226839ed3ae214a1 100644 (file)
@@ -7,7 +7,7 @@
 
 #hmmm:  none of the user info below will work for others: parameterize it.
 
-#source $HOME/yeti/scripts/profile.sh
+#source $HOME/yeti/scripts/launch_feisty_meow.sh
 
 soundfile=$FEISTY_MEOW_DIR/database/sounds/woouoo.wav
 if [ ! -z "$1" ]; then
@@ -16,7 +16,7 @@ fi
 
 while true; do
   echo Connecting sendmail and proxy servers via zooty.
-  ssh -i $HOME/.ssh/id_dsa_fred -2 -N -v -L 14008:localhost:25 fred@zooty.koeritz.com
+  ssh -i $HOME/.ssh/id_dsa_fred -2 -N -v -L 14008:localhost:25 fred@serene.feistymeow.org
   bash $FEISTY_MEOW_SCRIPTS/multimedia/sound_play.sh $soundfile
 #hmmm: parameterize this for the sound to be played.  doofus.
   echo "Got dumped from tunnels; re-establishing connection."