26 December, 2008

Using SSH Tunnel to access BBS under Linux

For example, you want to access ptt.cc behind your company's firewall. Use the follow commands:
ssh -f -N -L1234:ptt.cc:23 username@your_private_server

Then you can telnet localhost:1234 to access ptt.cc

No comments: