Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror

Comment Re:ssh tunneling (Score 2, Informative) 242

An even easier method of doing this is using the built-in SOCKS proxy in OpenSSH. Simply add "DynamicForward 3000" to your ssh_config file (or use the -D switch of the ssh command). After you connect, a locally accessible SOCKS proxy is then available on localhost port 3000, all nicely tunneled through the server. Set Firefox/Gaim/etc to use this port (be sure to use the SOCKS proxy settings and not HTTP) and you're set.

Slashdot Top Deals

The computer is to the information industry roughly what the central power station is to the electrical industry. -- Peter Drucker

Working...