<?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[linux中远程连接（如SSH）出现someone could be eavesdropping on you right now的解决办法]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[Unix/LinuxC技术]]></category>
<pubDate>Wed, 23 Dec 2015 07:46:45 +0000</pubDate> 
<guid>http://www.jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	今天用SSH连接我的远程主机，出现了以下错误：<br/>IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!<br/><br/>Someone could be eavesdropping on you right now (man-in-the-middle attack)!<br/><br/>网上查了一下，用<br/><br/>rm -rf .ssh/known_hosts<br/><br/>删除主机列表就行了。<br/><br/>删除的是连接方的主机即可：<br/>mv /root/.ssh/known_hosts /root/.ssh/known_hosts.bak<br/><br/>来自：http://blog.csdn.net/westsource/article/details/6636096<br/><br/><br/><br/>@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@<br/>@&nbsp;&nbsp;&nbsp;&nbsp;WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!&nbsp;&nbsp;&nbsp;&nbsp; @<br/>@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@<br/>IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!<br/>Someone could be eavesdropping on you right now (man-in-the-middle attack)!<br/>It is also possible that the RSA host key has just been changed.<br/>The fingerprint for the RSA key sent by the remote host is<br/>b5:ea:d8:91:4e:98:b8:c7:af:55:c0:e4:68:ff:00:d3.<br/>Please contact your system administrator.<br/>Add correct host key in /root/.ssh/known_hosts to get rid of this message.<br/>Offending key in /root/.ssh/known_hosts:104<br/>RSA host key for 10.71.182.7* has changed and you have requested strict checking.<br/>Host key verification failed.
]]>
</description>
</item><item>
<link>http://www.jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] linux中远程连接（如SSH）出现someone could be eavesdropping on you right now的解决办法]]></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>