1.首先看看是否能ping通,如果ping不通可能就要考虑网线、路由等问题了;

2.看防火墙是否关闭,sshd是否开启

3.ssh -v 服务器的ip号,根据提示寻找可能的问题;

我的问题在这一步之后解决了,ssh通了,却不知道原因。

4.service sshd stop

   /usr/sbin/ssh -d,进行调试

 

参考:

https://blog.csdn.net/u013042928/article/details/79225777

http://www.cnblogs.com/starof/p/4709805.html

https://blog.csdn.net/joris30/article/details/81321659

相关文章:

  • 2021-10-19
  • 2022-12-23
  • 2021-12-08
  • 2021-11-30
  • 2021-05-05
  • 2021-04-13
  • 2021-07-11
  • 2022-12-23
猜你喜欢
  • 2021-05-29
  • 2021-07-14
  • 2021-12-26
  • 2021-09-27
  • 2021-09-14
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案