<?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"
	>
<channel>
	<title>Comments on: Ant SCP/SSH Task Hangs Or Never Disconnects</title>
	<atom:link href="http://www.symphonious.net/2007/10/23/ant-scpssh-task-hangs-or-never-disconnects/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.symphonious.net/2007/10/23/ant-scpssh-task-hangs-or-never-disconnects/</link>
	<description>Living in a state of accord.</description>
	<pubDate>Wed, 03 Dec 2008 23:12:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: MC Sreeram</title>
		<link>http://www.symphonious.net/2007/10/23/ant-scpssh-task-hangs-or-never-disconnects/#comment-173346</link>
		<dc:creator>MC Sreeram</dc:creator>
		<pubDate>Mon, 15 Sep 2008 16:51:02 +0000</pubDate>
		<guid isPermaLink="false">https://www.symphonious.net/2007/10/23/ant-scpssh-task-hangs-or-never-disconnects/#comment-173346</guid>
		<description>I tried out the options. However, I could not get it working.

I used "timeout" and "failonerror" options to drop the connection
Example:
failonerror="no"
timeout="30000"</description>
		<content:encoded><![CDATA[<p>I tried out the options. However, I could not get it working.</p>
<p>I used &#8220;timeout&#8221; and &#8220;failonerror&#8221; options to drop the connection<br />
Example:<br />
failonerror=&#8221;no&#8221;<br />
timeout=&#8221;30000&#8243;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elias</title>
		<link>http://www.symphonious.net/2007/10/23/ant-scpssh-task-hangs-or-never-disconnects/#comment-173261</link>
		<dc:creator>Elias</dc:creator>
		<pubDate>Fri, 22 Aug 2008 17:44:54 +0000</pubDate>
		<guid isPermaLink="false">https://www.symphonious.net/2007/10/23/ant-scpssh-task-hangs-or-never-disconnects/#comment-173261</guid>
		<description>A workaround I found is to use sftp="true" .</description>
		<content:encoded><![CDATA[<p>A workaround I found is to use sftp=&#8221;true&#8221; .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: n/a</title>
		<link>http://www.symphonious.net/2007/10/23/ant-scpssh-task-hangs-or-never-disconnects/#comment-171544</link>
		<dc:creator>n/a</dc:creator>
		<pubDate>Sat, 12 Jul 2008 23:04:07 +0000</pubDate>
		<guid isPermaLink="false">https://www.symphonious.net/2007/10/23/ant-scpssh-task-hangs-or-never-disconnects/#comment-171544</guid>
		<description>Thank you so much for this post -- reverting back to use jsch-0.1.29.jar worked! (instead of jsch-0.1.39.jar)</description>
		<content:encoded><![CDATA[<p>Thank you so much for this post &#8212; reverting back to use jsch-0.1.29.jar worked! (instead of jsch-0.1.39.jar)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deploy file to Sourceforge with an ant task &#171; Java and more &#8230;</title>
		<link>http://www.symphonious.net/2007/10/23/ant-scpssh-task-hangs-or-never-disconnects/#comment-171483</link>
		<dc:creator>Deploy file to Sourceforge with an ant task &#171; Java and more &#8230;</dc:creator>
		<pubDate>Sat, 12 Jul 2008 18:32:11 +0000</pubDate>
		<guid isPermaLink="false">https://www.symphonious.net/2007/10/23/ant-scpssh-task-hangs-or-never-disconnects/#comment-171483</guid>
		<description>[...] with an ant&#160;task Filed under: Java, News &#8212; Peter @ 6:35 pm   After studying the workaround I can now deploy a file to my sourceforge directory. Now I don&#8217;t need to upload the file [...]</description>
		<content:encoded><![CDATA[<p>[...] with an ant&nbsp;task Filed under: Java, News &#8212; Peter @ 6:35 pm   After studying the workaround I can now deploy a file to my sourceforge directory. Now I don&#8217;t need to upload the file [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mr Frosti</title>
		<link>http://www.symphonious.net/2007/10/23/ant-scpssh-task-hangs-or-never-disconnects/#comment-132549</link>
		<dc:creator>Mr Frosti</dc:creator>
		<pubDate>Mon, 19 Nov 2007 20:22:33 +0000</pubDate>
		<guid isPermaLink="false">https://www.symphonious.net/2007/10/23/ant-scpssh-task-hangs-or-never-disconnects/#comment-132549</guid>
		<description>Thanks a million for this post. I was going crazy thinking it was my limited understanding of Ant. With Ant 1.7.0, jsch .1.29 works perfectly, as you mentioned. Btw, the direct link to this older release is here: http://sourceforge.net/project/downloading.php?group_id=64920&#38;use_mirror=easynews&#38;filename=jsch-0.1.29.jar&#38;96256293</description>
		<content:encoded><![CDATA[<p>Thanks a million for this post. I was going crazy thinking it was my limited understanding of Ant. With Ant 1.7.0, jsch .1.29 works perfectly, as you mentioned. Btw, the direct link to this older release is here: <a href="http://sourceforge.net/project/downloading.php?group_id=64920&amp;use_mirror=easynews&amp;filename=jsch-0.1.29.jar&amp;96256293" rel="nofollow">http://sourceforge.net/project/downloading.php?group_id=64920&amp;use_mirror=easynews&amp;filename=jsch-0.1.29.jar&amp;96256293</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.symphonious.net/2007/10/23/ant-scpssh-task-hangs-or-never-disconnects/#comment-123859</link>
		<dc:creator>David</dc:creator>
		<pubDate>Tue, 23 Oct 2007 19:48:20 +0000</pubDate>
		<guid isPermaLink="false">https://www.symphonious.net/2007/10/23/ant-scpssh-task-hangs-or-never-disconnects/#comment-123859</guid>
		<description>We intermittently had a similar problem at work.  Interactive ssh with X forwarding, though.  

With ssh -vvv we tracked it to an xauth process being started and not exiting every time, and when PuTTY clients exited the xauth process would go to 100% CPU.  I think we eventually tracked it down to something about people's home areas being auto-mounted from a new Linux box, and xauth was looking to read or write some magic cookie and it got all upset.</description>
		<content:encoded><![CDATA[<p>We intermittently had a similar problem at work.  Interactive ssh with X forwarding, though.  </p>
<p>With ssh -vvv we tracked it to an xauth process being started and not exiting every time, and when PuTTY clients exited the xauth process would go to 100% CPU.  I think we eventually tracked it down to something about people&#8217;s home areas being auto-mounted from a new Linux box, and xauth was looking to read or write some magic cookie and it got all upset.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
