<?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: Security</title>
	<atom:link href="http://winpdb.org/docs/security/feed/" rel="self" type="application/rss+xml" />
	<link>http://winpdb.org</link>
	<description></description>
	<pubDate>Thu, 17 May 2012 22:28:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: admin</title>
		<link>http://winpdb.org/docs/security/comment-page-1/#comment-3584</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 17 Nov 2007 06:09:35 +0000</pubDate>
		<guid isPermaLink="false">http://winpdb.org/?page_id=14#comment-3584</guid>
		<description>See the comments on the "Launch Time" documentation page for an explanation.</description>
		<content:encoded><![CDATA[<p>See the comments on the &#8220;Launch Time&#8221; documentation page for an explanation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paul</title>
		<link>http://winpdb.org/docs/security/comment-page-1/#comment-3569</link>
		<dc:creator>paul</dc:creator>
		<pubDate>Fri, 16 Nov 2007 22:05:09 +0000</pubDate>
		<guid isPermaLink="false">http://winpdb.org/?page_id=14#comment-3569</guid>
		<description>Great, thanks!  I'm trying that.  But rpdb2 still tries to start a local xterm, is there some reason for that?  It's really causing me grief.  I think I understand why I can't forward the X port to my desktop, it has to do with screwy configuration on the remote side, but there's not much I can do about that for now.  I also can't access the /dev/pts directory needed to run screen.  I don't have any sense of why the local xterm is needed, if the winpdb ui is on a remote machine.  Can I disable it somehow?</description>
		<content:encoded><![CDATA[<p>Great, thanks!  I&#8217;m trying that.  But rpdb2 still tries to start a local xterm, is there some reason for that?  It&#8217;s really causing me grief.  I think I understand why I can&#8217;t forward the X port to my desktop, it has to do with screwy configuration on the remote side, but there&#8217;s not much I can do about that for now.  I also can&#8217;t access the /dev/pts directory needed to run screen.  I don&#8217;t have any sense of why the local xterm is needed, if the winpdb ui is on a remote machine.  Can I disable it somehow?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://winpdb.org/docs/security/comment-page-1/#comment-3561</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 16 Nov 2007 19:27:04 +0000</pubDate>
		<guid isPermaLink="false">http://winpdb.org/?page_id=14#comment-3561</guid>
		<description>The crypto package is optional. Winpdb will not force it unless you use the -e command line flag. When it is not present connections are password authenticated only.

You can also use winpdb over ssh if you forward port 51000 (and 51001 if needed).</description>
		<content:encoded><![CDATA[<p>The crypto package is optional. Winpdb will not force it unless you use the -e command line flag. When it is not present connections are password authenticated only.</p>
<p>You can also use winpdb over ssh if you forward port 51000 (and 51001 if needed).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paul</title>
		<link>http://winpdb.org/docs/security/comment-page-1/#comment-3560</link>
		<dc:creator>paul</dc:creator>
		<pubDate>Fri, 16 Nov 2007 19:24:17 +0000</pubDate>
		<guid isPermaLink="false">http://winpdb.org/?page_id=14#comment-3560</guid>
		<description>On further thought I suggest removing the crypto completely.  Just listen on a loopback port and authenticate with a password.  For remote debugging, get security by using ssh or stunnel port forwarding.</description>
		<content:encoded><![CDATA[<p>On further thought I suggest removing the crypto completely.  Just listen on a loopback port and authenticate with a password.  For remote debugging, get security by using ssh or stunnel port forwarding.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paul</title>
		<link>http://winpdb.org/docs/security/comment-page-1/#comment-3559</link>
		<dc:creator>paul</dc:creator>
		<pubDate>Fri, 16 Nov 2007 19:07:44 +0000</pubDate>
		<guid isPermaLink="false">http://winpdb.org/?page_id=14#comment-3559</guid>
		<description>This package has too many external dependencies.  My next thought after the xterm problem was to use the remote debugging feature to debug from my desktop machine which does have xterm.  But now it wants the AMK crypto package.  I guess I may have better luck installing that, so I'll give it a try.  But it would be better if the package were self contained.  Maybe instead of AMK crypto, it could use TLS Lite (www.trevp.com/tlslite) which is pure Python.  If and when tlslite gets real x509 support, the debugger could authenticate the remote peer with a client certificate.

Meanwhile, how about a mode that eliminates the crypto and instead listens on a local socket.  Then I\\\\\\\'d use ssh port forwarding to debug securely from a remote machine.

Also, this comment form is far too smart for its own good with javascript.  I keep getting reload failures, the submit button being greyed out, etc.  How about just using straightforward html.</description>
		<content:encoded><![CDATA[<p>This package has too many external dependencies.  My next thought after the xterm problem was to use the remote debugging feature to debug from my desktop machine which does have xterm.  But now it wants the AMK crypto package.  I guess I may have better luck installing that, so I&#8217;ll give it a try.  But it would be better if the package were self contained.  Maybe instead of AMK crypto, it could use TLS Lite (www.trevp.com/tlslite) which is pure Python.  If and when tlslite gets real x509 support, the debugger could authenticate the remote peer with a client certificate.</p>
<p>Meanwhile, how about a mode that eliminates the crypto and instead listens on a local socket.  Then I\\\\\\\&#8217;d use ssh port forwarding to debug securely from a remote machine.</p>
<p>Also, this comment form is far too smart for its own good with javascript.  I keep getting reload failures, the submit button being greyed out, etc.  How about just using straightforward html.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

