`
喜欢蓝色的我
  • 浏览: 360131 次
  • 性别: Icon_minigender_2
  • 来自: 北京
社区版块
存档分类
最新评论

scp 远程拷贝 被拒 ” Connection closed by remote host“

 
阅读更多

修改方法:
修改/etc/hosts.allow文件,加入 sshd:ALL,然后重启sshd服务.

修改/etc/hosts.deny, 将 ALL: ALL 注释掉.

重启sshd

sh /etc/rc.d/init.d/ssh restart

或者 sh /etc/rc.d/init.d/sshd restart

 

[root@vm-10-xxx-xxx-xxx etc]# sh /etc/rc.d/init.d/sshd restart
Stopping sshd:                                             [  OK  ]
Starting sshd:                                             [  OK  ]

 

---------------------------------------------------------------------------

方法二:在/etc/hosts.allow 文件中加上 ----增加机器的白名单

sshd : 10.154.156.223    //ip 是要拷贝的源虚机地址

在运行 sh /etc/rc.d/init.d/sshd restart

就可以远程拷贝了

 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics