<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" 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/" > <channel><title>Comments on: Django Remote Development Server</title> <atom:link href="http://kennethreitz.com/blog/django-remote-development-server/feed/" rel="self" type="application/rss+xml" /><link>http://kennethreitz.com/blog/django-remote-development-server/</link> <description>Handcrafted Code.</description> <lastBuildDate>Wed, 28 Jul 2010 19:42:11 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>By: Serranos</title><link>http://kennethreitz.com/blog/django-remote-development-server/comment-page-1/#comment-3942</link> <dc:creator>Serranos</dc:creator> <pubDate>Mon, 28 Jun 2010 16:02:25 +0000</pubDate> <guid isPermaLink="false">http://kennethreitz.com/?p=506#comment-3942</guid> <description>&lt;p&gt;If your box has an sshd daemon running, which probably does, another possibility is for you to create a reverse SSH tunnel from your local machine to the dev server:&lt;/p&gt;&lt;p&gt;ssh -nNL 8000:localhost:8000  -l &lt;/p&gt;&lt;p&gt;Now you can access it through your local machine, within an encrypted tunnel and without needing to expose your dev server.&lt;/p&gt; </description> <content:encoded><![CDATA[<p>If your box has an sshd daemon running, which probably does, another possibility is for you to create a reverse SSH tunnel from your local machine to the dev server:</p><p>ssh -nNL 8000:localhost:8000  -l</p><p>Now you can access it through your local machine, within an encrypted tunnel and without needing to expose your dev server.</p>]]></content:encoded> </item> </channel> </rss>
<!-- Served from: kennethreitz.com @ 2010-07-29 12:23:30 by W3 Total Cache -->