<?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: OpenSSH 5.4 发布</title>
	<atom:link href="http://www.linuxtoy.org/archives/openssh-54.html/feed" rel="self" type="application/rss+xml" />
	<link>http://linuxtoy.org/archives/openssh-54.html</link>
	<description>LinuxTOY 是一个致力于提供 Linux 相关资讯的专题站点。如果您发现了好用好玩的 Linux 东东并愿意发扬自由、分享的精神，可以点击顶部导航 Contact 按钮进行投稿。</description>
	<pubDate>Fri, 10 Feb 2012 04:19:52 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: evan</title>
		<link>http://linuxtoy.org/archives/openssh-54.html#comment-145963</link>
		<dc:creator>evan</dc:creator>
		<pubDate>Sun, 14 Mar 2010 04:59:14 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/openssh-54.html#comment-145963</guid>
		<description>&lt;p&gt;@handsomegui scp 就可以上传、下载远程机器的文件了&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@handsomegui scp 就可以上传、下载远程机器的文件了</p>]]></content:encoded>
	</item>
	<item>
		<title>By: 君临天下</title>
		<link>http://linuxtoy.org/archives/openssh-54.html#comment-145229</link>
		<dc:creator>君临天下</dc:creator>
		<pubDate>Fri, 12 Mar 2010 02:02:34 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/openssh-54.html#comment-145229</guid>
		<description>&lt;p&gt;有必要尝试一下尤其是 sftp 只读！&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>有必要尝试一下尤其是 sftp 只读！</p>]]></content:encoded>
	</item>
	<item>
		<title>By: handsomegui</title>
		<link>http://linuxtoy.org/archives/openssh-54.html#comment-145144</link>
		<dc:creator>handsomegui</dc:creator>
		<pubDate>Thu, 11 Mar 2010 16:58:09 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/openssh-54.html#comment-145144</guid>
		<description>&lt;p&gt;@&lt;a href="#comment-145013" rel="nofollow"&gt;linenoise&lt;/a&gt;: 对不起， 我可能表述不清， 我再解释一下：&lt;/p&gt;

&lt;p&gt;当然可以control ＋ z来挂起当前的ssh会话， 但是我想知道的是，挂起之后呢？ 是否还需要 sftp user@server 再登陆一次，才可以在remote/local之间上下载？ 还是挂起当前ssh session后， 有什么特别的操作可以不用再次sftp user@server ? 请指教。谢谢。
@&lt;a href="#comment-145014" rel="nofollow"&gt;大头龙仔&lt;/a&gt;:  当然可以不logout， 比如重新开一个 sftp，我只是一种表述， logout不是必须的。  但我想知道此时 sftp 再次登陆是否还是必须的？ 如果是的话， 我觉得比较麻烦。&lt;/p&gt;

&lt;p&gt;当然用其他的软件如: lftp, sshfs解决这个我也知道，但我讨论的本意是ssh本身。毕竟很多服务器上你没有安装sshfs的权限， 或是源里面没有需要编译啥的...  总之我就是觉得奇怪， 为啥openssh不设计的让使用者方便一点？&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@<a href="#comment-145013" rel="nofollow">linenoise</a>: 对不起， 我可能表述不清， 我再解释一下：</p>

<p>当然可以control ＋ z来挂起当前的ssh会话， 但是我想知道的是，挂起之后呢？ 是否还需要 sftp user@server 再登陆一次，才可以在remote/local之间上下载？ 还是挂起当前ssh session后， 有什么特别的操作可以不用再次sftp user@server ? 请指教。谢谢。
@<a href="#comment-145014" rel="nofollow">大头龙仔</a>:  当然可以不logout， 比如重新开一个 sftp，我只是一种表述， logout不是必须的。  但我想知道此时 sftp 再次登陆是否还是必须的？ 如果是的话， 我觉得比较麻烦。</p>

<p>当然用其他的软件如: lftp, sshfs解决这个我也知道，但我讨论的本意是ssh本身。毕竟很多服务器上你没有安装sshfs的权限， 或是源里面没有需要编译啥的...  总之我就是觉得奇怪， 为啥openssh不设计的让使用者方便一点？</p>]]></content:encoded>
	</item>
	<item>
		<title>By: hmy</title>
		<link>http://linuxtoy.org/archives/openssh-54.html#comment-145049</link>
		<dc:creator>hmy</dc:creator>
		<pubDate>Thu, 11 Mar 2010 09:25:11 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/openssh-54.html#comment-145049</guid>
		<description>&lt;p&gt;sshfs 配合 automount ; 可以象在本地一样的操作远程机器的文件系统.
用 cd ,cp mv 这些,比ftp更方便&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>sshfs 配合 automount ; 可以象在本地一样的操作远程机器的文件系统.
用 cd ,cp mv 这些,比ftp更方便</p>]]></content:encoded>
	</item>
	<item>
		<title>By: GunsNRose</title>
		<link>http://linuxtoy.org/archives/openssh-54.html#comment-145025</link>
		<dc:creator>GunsNRose</dc:creator>
		<pubDate>Thu, 11 Mar 2010 07:37:04 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/openssh-54.html#comment-145025</guid>
		<description>&lt;p&gt;弄个lftp sftp://xxx 很方便啊&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>弄个lftp sftp://xxx 很方便啊</p>]]></content:encoded>
	</item>
	<item>
		<title>By: 大头龙仔</title>
		<link>http://linuxtoy.org/archives/openssh-54.html#comment-145014</link>
		<dc:creator>大头龙仔</dc:creator>
		<pubDate>Thu, 11 Mar 2010 06:52:16 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/openssh-54.html#comment-145014</guid>
		<description>&lt;p&gt;为什么要logout?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>为什么要logout?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: linenoise</title>
		<link>http://linuxtoy.org/archives/openssh-54.html#comment-145013</link>
		<dc:creator>linenoise</dc:creator>
		<pubDate>Thu, 11 Mar 2010 06:50:34 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/openssh-54.html#comment-145013</guid>
		<description>&lt;p&gt;~^z 挂起当前的ssh连接. 然后做你想做的吧别忘了做完后在fg回到挂起的ssh连接继续吧. -:&#62;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>~^z 挂起当前的ssh连接. 然后做你想做的吧别忘了做完后在fg回到挂起的ssh连接继续吧. -:&gt;</p>]]></content:encoded>
	</item>
	<item>
		<title>By: 骡骡</title>
		<link>http://linuxtoy.org/archives/openssh-54.html#comment-145011</link>
		<dc:creator>骡骡</dc:creator>
		<pubDate>Thu, 11 Mar 2010 06:45:37 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/openssh-54.html#comment-145011</guid>
		<description>&lt;p&gt;很少用sftp,一般用libszrz，也很方便&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>很少用sftp,一般用libszrz，也很方便</p>]]></content:encoded>
	</item>
	<item>
		<title>By: handsomegui</title>
		<link>http://linuxtoy.org/archives/openssh-54.html#comment-144989</link>
		<dc:creator>handsomegui</dc:creator>
		<pubDate>Thu, 11 Mar 2010 05:09:28 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/openssh-54.html#comment-144989</guid>
		<description>&lt;p&gt;对我来说， 最有必要的是， 将sftp和ssh可以做到随时方便切换， 别正用着ssh，需要上下载个东西还需要logout, 然后再sftp上去。 很痛苦。 不知道各位有没有遇到类似问题？ 还是已经有这个功能了我不知道？ 前辈们给支个招， 谢谢了&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>对我来说， 最有必要的是， 将sftp和ssh可以做到随时方便切换， 别正用着ssh，需要上下载个东西还需要logout, 然后再sftp上去。 很痛苦。 不知道各位有没有遇到类似问题？ 还是已经有这个功能了我不知道？ 前辈们给支个招， 谢谢了</p>]]></content:encoded>
	</item>
	<item>
		<title>By: hmy</title>
		<link>http://linuxtoy.org/archives/openssh-54.html#comment-144986</link>
		<dc:creator>hmy</dc:creator>
		<pubDate>Thu, 11 Mar 2010 05:00:27 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/openssh-54.html#comment-144986</guid>
		<description>&lt;p&gt;netcat ; 基于网络的cat ; 号称网络工具中的瑞士军刀&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>netcat ; 基于网络的cat ; 号称网络工具中的瑞士军刀</p>]]></content:encoded>
	</item>
</channel>
</rss>

