For When You Can't Have The Real Thing
[ start | index | login ]
start > ssh > Simple SOCKS proxy

Simple SOCKS proxy

Created by dave. Last edited by dave, 14 years and 336 days ago. Viewed 4,453 times. #1
[edit] [rdf]
labels
attachments

Simple SOCKS proxy

Create a simple SOCKS proxy with SSH by using the -D flag:

ssh -D 2400 username@some.host.com
That command will open up a SOCKS proxy on your workstation on port 2400. If you configure your application to use the local SOCKS proxy, any traffic using the proxy will be sent through an encrypted SSH connection to your remote server and out to the internet. Inbound traffic through the proxy is encrypted through the same connection.

(>>Source)

no comments | post comment
This is a collection of techical information, much of it learned the hard way. Consider it a lab book or a /info directory. I doubt much of it will be of use to anyone else.

Useful:


snipsnap.org | Copyright 2000-2002 Matthias L. Jugel and Stephan J. Schmidt