December 2007 Archives

Dec 6, 2007

Creating a SSH Tunnel in a MAC

Posted by Anandhan Subbiah in Programming Concepts, Technical Articles No comments

Typically there are two machines involved when creating a SSH Tunnel.
1) The machine with the public facing IP.
2) The machine which does is not available to the public but certain ports are open for outside access. For example if mysql is running on the box then port 3306 is reachable using the public facing machine.
Here [...]