moving to promote new tls
authorChris Koeritz <fred@gruntose.com>
Sun, 12 May 2013 06:04:09 +0000 (02:04 -0400)
committerChris Koeritz <fred@gruntose.com>
Sun, 12 May 2013 06:04:09 +0000 (02:04 -0400)
scripts/security/tunnel_zooty.sh [deleted file]
scripts/security/tunnel_zooty_example.sh [new file with mode: 0755]

diff --git a/scripts/security/tunnel_zooty.sh b/scripts/security/tunnel_zooty.sh
deleted file mode 100755 (executable)
index 869370b..0000000
+++ /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 (executable)
index 0000000..869370b
--- /dev/null
@@ -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"
+
+