Tunnel script
authorAndrew DeFaria <Andrew@DeFaria.com>
Mon, 22 Aug 2016 21:53:48 +0000 (14:53 -0700)
committerAndrew DeFaria <Andrew@DeFaria.com>
Mon, 22 Aug 2016 21:53:48 +0000 (14:53 -0700)
commit0095d976fa060ec68f27864b64a6957c3a00a078
treee47ca9d0769df8d7dc0418c786526b3c5967a01f
parent9d7bfd8700cc751b248fe486dd75885621742c60
Tunnel script

Simple script to use ssh to tunnel ports for IMAP (1143 -> 143) and SMTP
(1025 -> 25) to defaria.com so I can read and write email to my home
server.

Note -Nf puts ssh in the background after establishing the tunnel.
bin/tunnel [new file with mode: 0755]