Archive

Archive for the ‘ssh’ Category

ssh proxy firefox

January 14, 2009 varnit Leave a comment

ssh into you trusted server

ssh -C2qTnN -D 9999 hostname.com

enter you password when prompted for it, your terminal will remain blank after successful login(due to -N). Next setup firefox with following SOCKS setting:

SOCKS HOST: localhost, Port: 9999

Categories: ssh

Using SSH as Proxy server

November 30, 2007 varnit Leave a comment

ssh -ND 9999 user@hostname.com

Categories: ssh