X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=scripts%2Fsecurity%2Ftunnel_zooty_example.sh;fp=scripts%2Fsecurity%2Ftunnel_zooty_example.sh;h=869370bebf03415f0168434196b60658fff1255e;hb=a98fc0ad6e0b546d59a23fc13f7d811f5d0064f0;hp=0000000000000000000000000000000000000000;hpb=fa15fd577ae9e622aa26b9e23a106b4edda9de62;p=feisty_meow.git diff --git a/scripts/security/tunnel_zooty_example.sh b/scripts/security/tunnel_zooty_example.sh new file mode 100755 index 00000000..869370be --- /dev/null +++ b/scripts/security/tunnel_zooty_example.sh @@ -0,0 +1,15 @@ +#!/bin/bash +# this script makes a tunnel for fred's SMTP traffic. + +#hmmm: move this script to fred customized stuff + +TUNNEL_USER_PLUS_HOST="fred@serene.feistymeow.org" +TUNNEL_LINK="-L 14008:localhost:25" +TUNNEL_SCREEN_NAME="zooty" +TUNNEL_SECURITY_KEY="-i $HOME/.ssh/id_dsa_fred" + +############## + +bash $FEISTY_MEOW_SCRIPTS/security/screened_tunneler.sh "$TUNNEL_USER_PLUS_HOST" "$TUNNEL_LINK" "$TUNNEL_SCREEN_NAME" "$TUNNEL_SECURITY_KEY" + +