<?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[service network start安装yum install -y net-tools ，ssh连接报警does not map back to the address - POSSIBLE BREAK]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[Unix/LinuxC技术]]></category>
<pubDate>Tue, 06 May 2014 12:33:31 +0000</pubDate> 
<guid>http://www.jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	背景：<br/>ssh作连接时：<br/>[root@localhost ~]# ssh -l xiangdong 192.168.1.108<br/>Address 192.168.1.108 maps to localhost, but this does not map back to the address - POSSIBLE BREAK-IN ATTEMPT!<br/>xiangdong@192.168.1.108&#039;s password: <br/>Last login: Tue May&nbsp;&nbsp;6 16:10:52 2014 from 10.70.38.87<br/>/etc/sysconfig/bash-prompt-xterm: line 1: ifconfig: command not found ==》 yum install -y net-tools <br/><br/>一般是在配置无密码登录时引起的：<br/>http://hi.baidu.com/tanggaohui/item/4fcf24372225143f2f20c4d0<br/><br/>GSSAPIAuthentication&nbsp;&nbsp;这个设置项到底是什么作用了 ？<br/>在securecrt 关闭、开启 GSSAPI，在登陆服务器时好像没什么影响。。。<br/>答：这个是可选，而且和顺序有关，你如果使用密码认证，你进系统，和下面那个都无任何关系<br/><br/><br/>ssh连接远程服务器，报警信息 Address X.X.X.X maps to localhost, but this does not map back to the address - POSSIBLE BREAK-IN ATTEMPT! 如下:<br/>[root@upgirl ~]# ssh root@192.168.0.203<br/>Address 192.168.0.203 maps to localhost, but this does not map back to the address - POSSIBLE BREAK-IN ATTEMPT!<br/>root@192.168.0.203&#039;s password: <br/>Last login: Thu Feb 21 03:01:49 2013 from desktop100.example.com<br/><br/>解决方法：修改本机ssh_config文件<br/>[root@h3 ~]# vim /etc/ssh/ssh_config<br/>GSSAPIAuthentication no<br/><br/>测试OK：<br/>[root@upgirl ~]# ssh root@192.168.0.203<br/>root@192.168.0.203&#039;s password: <br/>Last login: Thu Feb 21 03:55:05 2013 from 192.168.0.11<br/><br/>来自：http://www.07net01.com/linux/sshlianjiebaojingdoes_not_map_back_to_the_address___POSSIBLE_BREAK_70559_1361425847.html<br/>参考：http://jafy00.blog.51cto.com/2594646/810716<br/><br/>项目中利用ssh和rsync同步和分发文件，发现ssh登录和传输速度都很慢，问题按照如下方式解决<br/>客户端进行如下修改<br/>echo &quot;GSSAPIAuthentication no&quot; &gt;&gt; ~/.ssh/config<br/>服务端<br/>vi /etc/ssh/sshd_config<br/>按照下面两项修改<br/>GSSAPIAuthentication no<br/>UseDNS no<br/>来自：http://menjoy.iteye.com/blog/287375
]]>
</description>
</item><item>
<link>http://www.jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] service network start安装yum install -y net-tools ，ssh连接报警does not map back to the address - POSSIBLE BREAK]]></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>