查看服务器的各个端口:

# netstat -tulnp 或者 #netstat -tnip

 

筛选在后面添加 |grep ***

 

 

准许root登录


#vi /etc/ssh/sshd_config

找到里面的PermitRootLogin 改成yes(用/Root)