<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></title> 
<link>http://www.jackxiang.com/index.php</link> 
<description><![CDATA[赢在IT，Playin' with IT,Focus on Killer Application,Marketing Meets Technology.]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></copyright>
<item>
<link>http://www.jackxiang.com/post//</link>
<title><![CDATA[FreeBSD6.2的SSH服务配置]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[WEB2.0]]></category>
<pubDate>Sat, 19 Jan 2008 08:51:07 +0000</pubDate> 
<guid>http://www.jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	FreeBSD6.2的SSH服务配置<br/><br/>1.配置SSH服务自动启动<br/>查看文件/etc/rc.conf中有没有sshd_enable="YES" ，如果没有，将它附加到文件末尾<br/>并使用如下命令启动SSH服务：<br/>/etc/rc.d/sshd start<br/><br/>2. 配置SSH服务配置文件<br/>#cd /etc/ssh<br/>#ee sshd_config<br/>将以下语句前的＃去掉<br/>Port 22 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;//端口号为22<br/>Protocol 2 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;//使用SSH2.x协议<br/>AddressFamily any &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br/>ListenAddress 0.0.0.0 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; //在本地所有IPv4地址上监听<br/><br/>如果要允许root用户使用SSH登录，则将<br/>#PermitRootLogin no 更改为 PermitRootLogin yes<br/><br/>如果要允许其它用户登录，可在文件末尾添加以下条目<br/>AllowUsers huzhenwei@192.168.10.100 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; //允许huzhenwei从192.168.10.100登录<br/>AllowUsers oaadmin sqlsa &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; //允许oaadmin、sqlsa从任意IP地址<br/> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; //登录,多个用户可写在同一行<br/><br/>配置完成后，使用如下命令重启SSH服务：<br/>#/etc/rc.d/sshd reload<br/><br/>
]]>
</description>
</item><item>
<link>http://www.jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] FreeBSD6.2的SSH服务配置]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://www.jackxiang.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>