<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Chris Pirillo &#187; scp</title>
	<atom:link href="http://chris.pirillo.com/tag/scp/feed/" rel="self" type="application/rss+xml" />
	<link>http://chris.pirillo.com</link>
	<description>News and Reviews! Geek, Internet Entrepreneur, Hardware Addict, Software Junkie, Book Author, Once TV Show Host, Technology Enthusiast, Shameless Self-Promoter, Tech Conference Coordinator, Early Adopter, Idea Evangelist, Tech Support Blogger, Bootstrapper, Media Personality, Technology Consultant, Thicker Quicker Picker Upper.</description>
	<lastBuildDate>Tue, 14 Feb 2012 05:40:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Does it make pfSense to wear SSH SOCKS?</title>
		<link>http://chris.pirillo.com/does-it-make-pfsense-to-wear-ssh-socks/</link>
		<comments>http://chris.pirillo.com/does-it-make-pfsense-to-wear-ssh-socks/#comments</comments>
		<pubDate>Thu, 30 Aug 2007 08:54:52 +0000</pubDate>
		<dc:creator>Chris Pirillo</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[scp]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[vpn]]></category>

		<guid isPermaLink="false">http://chris.pirillo.com/2007/08/30/does-it-make-pfsense-to-wear-ssh-socks/</guid>
		<description><![CDATA[<p><p><a href="http://chris.pirillo.com/does-it-make-pfsense-to-wear-ssh-socks/">Does it make pfSense to wear SSH SOCKS?</a></p><p>Adrian Hensler scribbled: Just looking at your postings regarding VPN and Hamachi. Hamachi is pretty neat but if it has spotty support for the Mac why not try SSH (secure shell)? I know there are Mac clients like putty ( http://putty.darwinports.com/download/ ). SSH is great for tunneling data through. You can pipe your email, Web [...]</p></p><p><a href="http://chris.pirillo.com/does-it-make-pfsense-to-wear-ssh-socks/">Does it make pfSense to wear SSH SOCKS?</a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://chris.pirillo.com/does-it-make-pfsense-to-wear-ssh-socks/">Does it make pfSense to wear SSH SOCKS?</a></p><p>Adrian Hensler scribbled:</p>
<blockquote><p>Just looking at your postings regarding VPN and Hamachi. Hamachi is pretty neat but if it has spotty support for the Mac why not try SSH (secure shell)? I know there are Mac clients like putty ( http://putty.darwinports.com/download/ ). SSH is great for tunneling data through. You can pipe your email, Web browsing, and IM and whatever else through SSH. It&#8217;s very flexible and once you&#8217;ve played with SSH (either the command line version or a GUI like putty, it&#8217;s easy to see many uses for it).</p>
<p>Here&#8217;s a page describing the Mac setup briefly: http://www.mikeash.com/?page=ssh_socks.html</p>
<p>I&#8217;m not sure why the author chose to use the Firefox &#8220;about:&#8221; way rather than the File | Preferences way, but that&#8217;s fine. This page might be <a href="http://lifehacker.com/software/ssh/geek-to-live--encrypt-your-web-browsing-session-with-an-ssh-socks-proxy-237227.php">a bit better description</a> of the whole process, and here&#8217;s yet <a href="http://www.jonlee.ca/how-to-secure-your-traffic-using-an-ssh-tunnel-with-putty/">one more</a>. Here&#8217;s one on <a href="http://lifehacker.com/software/home-server/geek-to-live--set-up-a-personal-home-ssh-server-205090.php">setting up the SSH daemon</a> on a Mac (not sure if there&#8217;s a better way, sorry). You could also just run a tiny linux virtual machine that includes a SSH daemon in something like VMware and just forward the appropriate port (22) to that.</p>
<p>It involves adding a dynamic tunnel and then changing Firefox to use that new local port as a SOCKS proxy. One caveat is that DNS requests are still done locally; so browsing history isn&#8217;t completely hidden. It&#8217;s possible to direct DNS requests through the tunnel as well; but it&#8217;s significantly more complicated. Also; it&#8217;s important to note that you can direct multiple ports through the same SSH tunnel &#8211; you could forward email / instant messaging / remote desktop; all through the same single SSH port at the same time; as long as you know and have access to the remote IP and port from the remote SSH server. The sister application SCP will work in the same manner for moving files securely.</p>
<p>Another issue might be that some users may not have access to change the Firefox / IE settings to add a proxy. In my previous job; these settings were locked by a group policy… but they didn&#8217;t lock the registry settings where these &#8216;lock&#8217; options are set; so I just disabled the lock via the registry….</p>
<p>Like everything else; it seems more confusing than it is. Once you&#8217;ve set up a tunnel and see how it works; you&#8217;re set for a million uses. The fact that it is multi-platform is a huge plus for me &#8211; it works the same way on my Linux boxes and my Windows boxes. You can also set it up with multiple hops to get to places you might not have thought possible.</p>
<p>My personal solution is a router PC based on pfsense ( https://www.pfsense.org &#8212; amazing work done on this project) and I connect to that via either SSH or the Windows built-in pptp client &#8211; pfsense runs a SSH daemon if desired and also supports IPSec and PPTP tunnels. But for quick http proxies, it&#8217;s hard to beat SSH. </p></blockquote>
<p>Jeremy Phillippe also suggests pfSense:</p>
<blockquote><p>I&#8217;m not sure if you&#8217;ve considered (or are aware of) m0n0wall and pfSense. m0n0wall is a FreeBSD based router package that, among other things, will let you setup a PPTP VPN endpoint, which will let you almost effortlessly connect remotely from both Windows and Mac OS X to your home network and the internet from there. pfSense is an offshoot of m0n0wall, it uses a more recent version of FreeBSD and uses OpenBSD&#8217;s Packet Filter (hence the pf part), it also supports VPNs in this manner. It&#8217;s fairly easy to setup a spare machine for this (or get a small custom built device that will run either). </p></blockquote>
<p><a href="http://chris.pirillo.com/does-it-make-pfsense-to-wear-ssh-socks/">Does it make pfSense to wear SSH SOCKS?</a></p>]]></content:encoded>
			<wfw:commentRss>http://chris.pirillo.com/does-it-make-pfsense-to-wear-ssh-socks/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 1/11 queries in 0.761 seconds using disk: basic
Object Caching 450/466 objects using disk: basic
Content Delivery Network via Amazon Web Services: CloudFront: s3.pirillo.com

Served from: chris.pirillo.com @ 2012-02-14 00:49:16 -->
