赞
踩
1.遇到的情况是客户端远程连接服务器ssh失败:
- ssh connection refused
-
- Could not connect to '10.5.1.101' (port 22): Connection failed
2.检查客户端没有问题(正常连接其他服务器)
3.检查服务端(物理连接)ssh服务状态:
ubuntu 16.04 server:/etc/init.d/ssh status
提示 sshd_config文件中谋行出现bad option
导致 ssh启动失败 code=exist .....
直接修改该配置文件
vi /etc/ssh/ssh_config
注销该行错误代码即可。
注意查看服务器允许和禁用列表:/etc/ssh/hosts.allow 和 hosts.deny 文件列表内的ip。
然后/etc/init.d/ssh restart即可解决。
如果仍然出错,就要检查进程和端口状况。
ps -axv | grep ssh
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。