码迷,mamicode.com
首页 > 其他好文 > 详细

处理ssh使用中问题

时间:2016-08-14 23:55:18      阅读:183      评论:0      收藏:0      [点我收藏+]

标签:

 

(1)在使用ssh或scp或rsync远程连接的时候,出现如下报错:

Address **** maps to localhost, but this does not map back to the address - POSSIBLE BREAK-IN ATTEMPT!

 

解决方法:
修改本机ssh_config文件
[root@kvmserver ~]# vim /etc/ssh/ssh_config
GSSAPIAuthentication no

[root@kvmserver ~]#/etc/init.d/sshd restart

问题迎刃而解~~

 

(2)本机scp、rsync命令都已具备,但是在使用scp或rsync远程同步的时候报错:

bash: scp: command not found

bash: rsync: command not found

原因:是由于远程机器上没有安装scp或rsync造成的!安装这两个命令即可~

yum install openssh-clients

yum install rsync

 

处理ssh使用中问题

标签:

原文地址:http://www.cnblogs.com/kevingrace/p/5771299.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!