From: Chris Koeritz Date: Sat, 28 Apr 2012 15:54:46 +0000 (-0400) Subject: cleaned up old text docs we don't need in this one off. X-Git-Tag: 2.140.90~1380 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=8f3329faed1743f0952b079c5245430fe46769e7;hp=f8d41b34b71f04421a7b9634717a04dfce0ac12e;p=feisty_meow.git cleaned up old text docs we don't need in this one off. --- diff --git a/scripts/security/khandroma_tunnels.sh b/scripts/security/khandroma_tunnels.sh index 70b09dc5..f77749a1 100644 --- a/scripts/security/khandroma_tunnels.sh +++ b/scripts/security/khandroma_tunnels.sh @@ -16,23 +16,3 @@ while true; do sleep 14 done -#-L 8028:localhost:3128 - -#-L 8043:localhost:443 - -# ports sometimes used: -# 25 is the sendmail tunnel. -# 3128 is the squid proxy server. -# 443 is the https version of squid. - -# ssh flags in use sometimes: -# -f go into the background once connected. -# -2 enforce ssh version 2. -# -N don't execute any command; just forward data between the ports. -# -L (port:host:hostport) connect the local machine's "port" to the -# remote port "hostport" on the "host" specified. the local "port" -# becomes an alias for the remote port. note that the connection -# being made to host and hostport is from the perspective of the ssh -# server, not the local host. - -