<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:media="http://search.yahoo.com/mrss/"
	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>Paramiko - 四号程序员</title>
	<atom:link href="https://www.coder4.com/archives/tag/paramiko/feed" rel="self" type="application/rss+xml" />
	<link>https://www.coder4.com</link>
	<description>Keep It Simple and Stupid</description>
	<lastBuildDate>Mon, 04 Jun 2012 15:23:08 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
	<item>
		<title>python使用SSHClient(Paramiko)实现后台运行进程</title>
		<link>https://www.coder4.com/archives/3339</link>
					<comments>https://www.coder4.com/archives/3339#comments</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Mon, 04 Jun 2012 15:23:08 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[计算机技术]]></category>
		<category><![CDATA[Paramiko]]></category>
		<category><![CDATA[SSHClient]]></category>
		<category><![CDATA[后台进程]]></category>
		<guid isPermaLink="false">http://www.coder4.com/?p=3339</guid>

					<description><![CDATA[继上周发现了SSHClient这个Python包，使用了几天后，现在吐糟无力。 1、不支持循环拷贝，即scp -r这种。这个也忍了吧。 2、ssh执行command后，一旦断开连接，进程马上退出……由于我的shell脚本可能要运行好几个小时，一旦网络不稳定就悲剧了。 经过多方查证，终于解决了第二个问题，其实还是用shell解决的。 nohup your_shell.sh &#62; /dev/null 2&#62;&#38;1 &#38;[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/3339/feed</wfw:commentRss>
			<slash:comments>5</slash:comments>
		
		
			</item>
	</channel>
</rss>
