1.ssh:connect to host centos-py port 22: Connection refused

2.启动ssh服务报错:service sshd start
Job for ssh.service failed because the control process exited with error codesee systemctl status ssh.service and journalctl -xe for details.
3.输入systemctl status ssh.service,报错

4.查看SeLinux设置的ssh端口和查看 ssh设置的端口,均是正常的
# semanage port -l | grep ssh
# vi /etc/ssh/sshd_config
5./usr/sbin/sshd -T,这个似乎是检查,发现拼写错误

6.修改后重启服务可以连接。
启动服务:service sshd start
查看22端口是否开启:ss -lnt


本文记录了在CentOS系统中遇到SSH服务无法启动的问题及解决过程。主要错误包括连接被拒绝、启动服务时控制进程退出等。通过检查端口配置、SELinux设置和配置文件语法,最终解决了问题。
4160

被折叠的 条评论
为什么被折叠?



