On windows I use Putty to tunnel to my home server and tell Firefox to use Putty as a proxy. How would I accomplish something similar on my Mac?
|
feedback
|
|
MacOSX ssh client is based off OpenSSH.
You want the From the man-page - http://developer.apple.com/mac/library/documentation/Darwin/Reference/ManPages/man1/ssh.1.html
| |||
|
feedback
|
|
If you are looking to access just a single service, for example some web frontend use:
You can also put all this in your .ssh/config file, like this:
You can also specify multiple LocalForward lines if you have multiple servers/services to connect to, or use the dynamic application-level port forwarding as explained per Darren Hall. | |||
|
feedback
|

O SX? Shouldn't that beOS X? – TRiG May 1 at 18:39