yanghaotai

Xshell远程访问服务器出错:Could not connect to \'192.168.***.***\' (port 22): Connection failed.

主要问题可能为两个:(1)sshd服务器没有启动;(2)防火墙问题

步骤一:启动sshd服务器

/etc/init.d/sshd start

步骤二:关闭防火墙

/etc/init.d/iptables stop

分类:

技术点:

相关文章:

  • 2021-04-17
  • 2021-05-17
  • 2021-12-27
  • 2021-04-26
  • 2021-04-21
  • 2021-07-28
  • 2021-07-12
猜你喜欢
  • 2021-08-01
  • 2021-06-30
  • 2021-08-17
  • 2021-08-19
  • 2021-08-22
相关资源
相似解决方案