Warning: Undefined array key 0 in /home/mawagner/public_html/wp-content/plugins/if-modified-since-header/if-modified-since-http-header.php on line 47 Warning: Attempt to read property "comment_date" on null in /home/mawagner/public_html/wp-content/plugins/if-modified-since-header/if-modified-since-http-header.php on line 47 Warning: Undefined array key 0 in /home/mawagner/public_html/wp-content/plugins/if-modified-since-header/if-modified-since-http-header.php on line 48 Warning: Attempt to read property "comment_date" on null in /home/mawagner/public_html/wp-content/plugins/if-modified-since-header/if-modified-since-http-header.php on line 48 Tunnel to the World - Everybody Dance Now

Tunnel to the World

A lot of people know that OpenSSH’s client supports tunneling out of the box. But some don’t realize that it also supports tunneled SOCKS out of the box. Here’s how to set up a quick SOCKS proxy across an encrypted tunnel:

ssh -NfD 8888 user@host

The proxy will be on port 8888. The other flags just tell ssh to go immediately to the background (after getting your password, if needed) without running a command.

Leave a Reply

Warning: Undefined variable $user_ID in /home/mawagner/public_html/wp-content/themes/Elite/comments.php on line 80