RSS

Category Archives: ssh

ssh proxy firefox

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

 
Leave a comment

Posted by on January 14, 2009 in ssh

 

Using SSH as Proxy server

ssh -ND 9999 user@hostname.com

 
Leave a comment

Posted by on November 30, 2007 in ssh

 
 
Follow

Get every new post delivered to your Inbox.