一:允许ssh的root登陆
1:修改/etc/ssh/sshd_config
其中permitRootLogion项的no改成yes
1:修改/etc/ssh/sshd_config
其中permitRootLogion项的no改成yes
2:sevice sshd restart
二:关闭防火墙,可以使用ftp进行文件交换
chkconfig --list |more
service iptables stop
chkconfig iptables off
chkconfig --list |more
service iptables stop
chkconfig iptables off
service firewall stop
chkconfig firewall off
chkconfig firewall off
本文转自 abner110 51CTO博客,原文链接:http://blog.51cto.com/abner/147033,如需转载请自行联系原作者