<?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/"
xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
xmlns:media="http://search.yahoo.com/mrss/"
><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, 24 Nov 2009 19:35:05 +0000</lastBuildDate> <generator>http://wordpress.org/?v=2.8.5</generator> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <copyright>&#xA9; </copyright> <managingEditor>chris@pirillo.com ()</managingEditor> <webMaster>chris@pirillo.com()</webMaster> <category></category> <itunes:keywords></itunes:keywords> <itunes:subtitle></itunes:subtitle> <itunes:summary>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.</itunes:summary> <itunes:author></itunes:author> <itunes:category text="Society &amp; Culture"/> <itunes:owner> <itunes:name></itunes:name> <itunes:email>chris@pirillo.com</itunes:email> </itunes:owner> <itunes:block>No</itunes:block> <itunes:explicit>no</itunes:explicit> <itunes:image href="http://chris.pirillo.com/wp-content/plugins/podpress/images/powered_by_podpress_large.jpg" /> <image> <url>http://chris.pirillo.com/wp-content/plugins/podpress/images/powered_by_podpress.jpg</url><title>Chris Pirillo</title><link>http://chris.pirillo.com</link> <width>144</width> <height>144</height> </image> <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</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><a
href="http://chris.pirillo.com/does-it-make-pfsense-to-wear-ssh-socks/">Does it make pfSense to wear SSH SOCKS?</a> is a post from <a
href="http://chris.pirillo.com">Chris Pirillo</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 ( <a
href="http://putty.darwinports.com/download/" title="http://putty.darwinports.com/download/" target="_blank">putty.darwinports.com/download/</a> ). 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: <a
href="http://www.mikeash.com/?page=ssh_socks.html" title="http://www.mikeash.com/?page=ssh_socks.html" target="_blank">www.mikeash.com/?page=ssh_socks.html</a></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 ( <a
href="https://www.pfsense.org" title="https://www.pfsense.org" target="_blank">www.pfsense.org</a> &#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><ul
class="related_post"><li><a
href="http://chris.pirillo.com/what-is-the-best-remote-assistance-program/" title="What Is the Best Remote Assistance Program?">What Is the Best Remote Assistance Program?</a></li><li><a
href="http://chris.pirillo.com/how-to-set-up-an-ftp-server/" title="How to Set up an FTP Server">How to Set up an FTP Server</a></li><li><a
href="http://chris.pirillo.com/want-a-free-vpn-for-public-wifi-hotspots/" title="Want a Free VPN for Public WiFi Hotspots?">Want a Free VPN for Public WiFi Hotspots?</a></li><li><a
href="http://chris.pirillo.com/hamachi-for-secure-network-computing/" title="Hamachi for Secure Network Computing">Hamachi for Secure Network Computing</a></li><li><a
href="http://chris.pirillo.com/virtual-private-sushi/" title="Virtual Private Sushi!?">Virtual Private Sushi!?</a></li><li><a
href="http://chris.pirillo.com/tor-or-vpn/" title="TOR or VPN?">TOR or VPN?</a></li><li><a
href="http://chris.pirillo.com/winscp-pwns/" title="The Best FTP Client &#8211; WinSCP">The Best FTP Client &#8211; WinSCP</a></li></ul> ]]></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> is a post from <a
href="http://chris.pirillo.com">Chris Pirillo</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 ( <a
href="http://putty.darwinports.com/download/" title="http://putty.darwinports.com/download/" target="_blank">putty.darwinports.com/download/</a> ). 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: <a
href="http://www.mikeash.com/?page=ssh_socks.html" title="http://www.mikeash.com/?page=ssh_socks.html" target="_blank">www.mikeash.com/?page=ssh_socks.html</a></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 ( <a
href="https://www.pfsense.org" title="https://www.pfsense.org" target="_blank">www.pfsense.org</a> &#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><ul
class="related_post"><li><a
href="http://chris.pirillo.com/what-is-the-best-remote-assistance-program/" title="What Is the Best Remote Assistance Program?">What Is the Best Remote Assistance Program?</a></li><li><a
href="http://chris.pirillo.com/how-to-set-up-an-ftp-server/" title="How to Set up an FTP Server">How to Set up an FTP Server</a></li><li><a
href="http://chris.pirillo.com/want-a-free-vpn-for-public-wifi-hotspots/" title="Want a Free VPN for Public WiFi Hotspots?">Want a Free VPN for Public WiFi Hotspots?</a></li><li><a
href="http://chris.pirillo.com/hamachi-for-secure-network-computing/" title="Hamachi for Secure Network Computing">Hamachi for Secure Network Computing</a></li><li><a
href="http://chris.pirillo.com/virtual-private-sushi/" title="Virtual Private Sushi!?">Virtual Private Sushi!?</a></li><li><a
href="http://chris.pirillo.com/tor-or-vpn/" title="TOR or VPN?">TOR or VPN?</a></li><li><a
href="http://chris.pirillo.com/winscp-pwns/" title="The Best FTP Client &#8211; WinSCP">The Best FTP Client &#8211; WinSCP</a></li></ul> ]]></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> <item><title>How to Handle Remote Tech Support</title> <description> &lt;em&gt;Using &lt;a href=&quot;http://www.gotoassist.com/chris&quot;&gt;GoToAssist&lt;/a&gt; is the easiest way to view and control another person's computer online. Use it to provide instant technical support to family, friends and customers. Start a session with just one click, and instantly connect with the other party. &lt;/em&gt; </description> <author>chris@lockergnome.com (Chris Pirillo)</author> <category>Partner</category> <pubDate>Mon, 13 Jul 2009 06:30:00 GMT</pubDate><link>http://gotoassist.com/chris/</link> <guid>http://gotoassist.com/chris/</guid> </item><item><title>Network Tools for Windows</title> <description>You need these network tools, no matter which operating systems and networks you have to support. &lt;a href=&quot;http://support.solarwinds.com/updates/New-Customer.cfm?ProdID=568&amp;campaign=ipmon_DL_lockergnome&amp;CMP=BAC-ipmonDL_lockergnome&quot;&gt;SolarWinds ipMonitor&lt;/a&gt;: Affordable Network Monitoring for SMBs. Get turnkey network, server and application availability monitoring with SolarWinds ipMonitor v9.0. This easy-to-use, reliable solution for SMBs delivers out-of-the-box availability monitoring so you always know exactly what's up with Active Directory, DNS, Exchange, FTP, Web, IMAP, MS SQL Server, and SMTP. &lt;a href=&quot;http://support.solarwinds.com/updates/New-Customer.cfm?ProdID=568&amp;campaign=ipmon_DL_lockergnome&amp;CMP=BAC-ipmonDL_lockergnome&quot;&gt;Download your free trial today&lt;/a&gt;. Or, try their &lt;a href=&quot;http://www.solarwinds.com/products/freetools/&quot;&gt;totally free tools&lt;/a&gt;! And, through 2/29, save 20% when you purchase &lt;a href=&quot;http://store.solarwinds.com/s.nl/sc.16/.f&quot;&gt;ipMonitor 9.0&lt;/a&gt;. </description> <author>chris@lockergnome.com (Chris Pirillo)</author> <category>Partner</category> <pubDate>Mon, 25 Feb 2008 06:30:00 GMT</pubDate><link>http://support.solarwinds.com/updates/New-Customer.cfm?ProdID=568&amp;campaign=ipmon_DL_lockergnome&amp;CMP=BAC-ipmonDL_lockergnome</link> <guid>http://support.solarwinds.com/updates/New-Customer.cfm?ProdID=568&amp;campaign=ipmon_DL_lockergnome&amp;CMP=BAC-ipmonDL_lockergnome</guid> </item> <item><title>Get Your Own Web Site</title> <description>Starting at just $3.99/month, web hosting from &lt;a href=&quot;http://www.godaddy.com/gdshop/default.asp?isc=cp2&quot;&gt;GoDaddy&lt;/a&gt; includes 99.9% uptime, 24/7 support and free access to GoDaddy Hosting Connection, THE place to install over 30 FREE applications sure to help you get the most from your hosting plan and Web site. Enter &lt;a href=&quot;http://www.godaddy.com/gdshop/default.asp?isc=cp2&quot;&gt;code CP2&lt;/a&gt; at checkout, and save an additional 10% on any order.
&lt;p&gt;Plus, as a friend of Chris Pirillo, enter code &lt;a href=&quot;http://www.godaddy.com/gdshop/default.asp?isc=chris7&quot;&gt;CHRIS7&lt;/a&gt;, that's C-H-R-I-S and the number 7, when you check out, and save an additional 10% on any order. Get your piece of the internet at &lt;a href=&quot;http://www.godaddy.com/gdshop/default.asp?isc=chris7&quot;&gt;GoDaddy.com&lt;/a&gt;.&lt;/p&gt; </description> <author>chris@lockergnome.com (Chris Pirillo)</author> <category>Partner</category> <pubDate>Mon, 25 Feb 2008 06:30:00 GMT</pubDate><link>http://www.godaddy.com/gdshop/default.asp?isc=cp1</link> <guid>http://www.godaddy.com/gdshop/default.asp?isc=cp1</guid> </item><item><title>VMware and Parallels for Virtual Machines</title> <description> It doesn't matter if you're running on Windows or Mac OS X - every power user needs either &lt;a href=&quot;http://send.onenetworkdirect.net/z/13766/rn_a32755/&quot;&gt;Parallels&lt;/a&gt; or &lt;a href=&quot;http://send.onenetworkdirect.net/z/17081/rn_a32755/&quot;&gt;VMware&lt;/a&gt; (or both). There's never been an easier way to test software without destroying your primary operating system's stability. Think of how many times you wish you could press a 'reverse' button on your computer. Plus, there's no easier way to try new Linux distributions - see what all the fuss is about. Run Windows in OS X, run Linux in Windows, but the best way to do either is with &lt;a href=&quot;http://send.onenetworkdirect.net/z/17081/rn_a32755/&quot;&gt;VMware&lt;/a&gt; and/or &lt;a href=&quot;http://send.onenetworkdirect.net/z/13766/rn_a32755/&quot;&gt;Parallels&lt;/a&gt;. </description> <author>chris@lockergnome.com (Chris Pirillo)</author> <category>Partner</category> <pubDate>Mon, 25 Feb 2008 06:30:00 GMT</pubDate><link>http://chris.pirillo.com/2008/02/19/parallels-or-vmware/</link> <guid>http://chris.pirillo.com/2008/02/19/parallels-or-vmware/</guid> </item><item><title>Coupons for Online Shopping</title> <description>&lt;p style=&quot;color: red&quot;&gt;This feed is fueled by Lockergnome &lt;a href=&quot;http://www.lockergnome.com/buy/&quot;&gt;Online Shopping and Coupon Codes&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;
Before you shop next time, see if we have &lt;a href=&quot;http://coupons.lockergnome.com/&quot;&gt;a coupon&lt;/a&gt; first.
&lt;/p&gt; </description> <author>chris@lockergnome.com (Chris Pirillo)</author> <category>Partner</category> <pubDate>Sat, 12 Jul 2008 07:56:13 GMT</pubDate><link>http://coupons.lockergnome.com/</link> <guid>http://coupons.lockergnome.com/</guid> </item> </channel> </rss><!--
This site's performance optimized by W3 Total Cache:

W3 Total Cache improves the user experience of your blog by caching
frequent operations, reducing the weight of various files and providing
transparent content delivery network integration.

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/

Minified using memcached
Page Caching using memcached
Database Caching 17/39 queries in 0.368 seconds using memcached
Content Delivery Network via maxcdn.chris.pirillo.com

Served from: 192.168.20.62 @ 2009-11-24 15:37:50 -->