Difference between revisions of "SSH"

From DiLab
Jump to: navigation, search
(New page: == Tunneling to socks proxy == From here: [http://ubuntu.wordpress.com/2006/12/08/ssh-tunnel-socks-proxy-forwarding-secure-browsing/ ssh-tunnel-socks-proxy] In short: $ssh -D 9999 usern...)
(No difference)

Revision as of 15:39, 23 April 2010

Tunneling to socks proxy

From here: ssh-tunnel-socks-proxy

In short:

$ssh -D 9999 username@ip-address-of-ssh-server
Then set in Firefox to use a SOCKS proxy: “localhost", port 9999