From: Chris Koeritz Date: Sun, 12 May 2013 06:04:09 +0000 (-0400) Subject: moving to promote new tls X-Git-Tag: 2.140.90~987 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=a98fc0ad6e0b546d59a23fc13f7d811f5d0064f0;hp=fa15fd577ae9e622aa26b9e23a106b4edda9de62;p=feisty_meow.git moving to promote new tls --- diff --git a/scripts/security/tunnel_zooty.sh b/scripts/security/tunnel_zooty.sh deleted file mode 100755 index 869370be..00000000 --- a/scripts/security/tunnel_zooty.sh +++ /dev/null @@ -1,15 +0,0 @@ -#!/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" - - 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" + +