<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	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>PHPMan--Live and learn &#187; ssh</title>
	<atom:link href="http://www.phpman.com.cn/archives/tag/ssh/feed" rel="self" type="application/rss+xml" />
	<link>http://www.phpman.com.cn</link>
	<description>不积跬步,无以至千里;不积小流,无以成江海</description>
	<lastBuildDate>Wed, 28 Jul 2010 02:39:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>ubuntu下免输密码自动连远程主机</title>
		<link>http://www.phpman.com.cn/archives/268</link>
		<comments>http://www.phpman.com.cn/archives/268#comments</comments>
		<pubDate>Tue, 01 Sep 2009 01:18:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[system related]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://www.phpman.com.cn/?p=268</guid>
		<description><![CDATA[使用putty的用户都知道，可以使用-l -pw参数设置快捷方式，以自动连接至远程主机,也可以用key方式 。
ubuntu下要用终端terminal自动连，也可以实现。首先装sshpass，apt-get就可以了。
然后在system-&#62;preferences-&#62;main menu里加一个new item项，其中command写上gnome-terminal &#8211;command &#8217;sshpass -p pass ssh user@anyhost&#8217;就可以了。怎么样，很方便吧^_^
当然，putty亦有linux版的～
]]></description>
		<wfw:commentRss>http://www.phpman.com.cn/archives/268/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>ssh连接慢解决方法</title>
		<link>http://www.phpman.com.cn/archives/257</link>
		<comments>http://www.phpman.com.cn/archives/257#comments</comments>
		<pubDate>Fri, 17 Jul 2009 09:06:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[system related]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://www.phpman.com.cn/?p=257</guid>
		<description><![CDATA[使用kde的konsole连接局域网内服务器慢，今用ssh -v 看了下,发现是
debug1: Next authentication method: gssapi-with-mic
一直等待。原来/etc/ssh/ssh_config中GSSAPIAuthentication选项被配置成yes后,会发起一个_kerberos.&#60;hostname&#62;的GSSAPI认证请求,这样，ssh会一直等待至GSS认证超时失败。所以等待了很久。
解决办法，将该选项置为no
 GSSAPIAuthentication no
至于GSSAPI认证具体访式，有待以后研究 
sshd配置参考http://lamp.linux.gov.cn/OpenSSH/sshd_config.html
]]></description>
		<wfw:commentRss>http://www.phpman.com.cn/archives/257/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
