问题:在使用SecureCRT连CentOs时出现The remote system refused the connection的原因及解决办法
一般情况下时因为sshd服务没有打开
service sshd status
查看sshd状态:
![]()
需要手动启动sshd服务
service sshd start
输入后,再次查看sshd状态:

现在再次重新连接,试试看
连接成功!
解决SecureCRT连接CentOs失败
本文介绍在使用SecureCRT连接CentOs时遇到Theremotesystemrefusedtheconnection错误的原因及解决办法。通常是因为sshd服务未运行,通过servicesshdstatus检查状态,然后用servicesshdstart手动启动服务即可解决。
问题:在使用SecureCRT连CentOs时出现The remote system refused the connection的原因及解决办法
一般情况下时因为sshd服务没有打开
service sshd status
查看sshd状态:
![]()
需要手动启动sshd服务
service sshd start
输入后,再次查看sshd状态:

现在再次重新连接,试试看
连接成功!
7640
1412
1万+
1943

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