Red Hat SSH 不能登录 解决方法

Administration -> Secuity Level and Firewall .
Firewall Disabled
SELinux Setting: Disabled
 
要修改root的ssh权限,即修改 /etc/ssh/sshd_config文件中 
PermitRootLogin no 改为 PermitRootLogin yes 
 
redhat ssh: connect to host 10.1.33.11 port 22: Connection refused
 
 
 

你可能感兴趣的:(ssh)