SSH port 22 refused 的解决方法
Posted 技术笔记
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了SSH port 22 refused 的解决方法相关的知识,希望对你有一定的参考价值。
连接不上的情况发生在 1) ssh 连接上以后 执行exit,重新连接则出现端口 22 拒绝链接;2) ssh 成功后断网,再连接则无反应。
成功的方法来自 https://ubuntuforums.org/showthread.php?t=1489846
...........
TRY THESE 2 CMDs:
ssh -v localhost
sudo /etc/init.d/ssh restart
............
问题解决 :)
不成功的解决方法:1) 重新安装openssh-client , openssh-server ; 2)编辑 /etc/ssh/sshd_config 改编端口号到2222,重启 sudo service ssh restart or sudo service stop and sudo service start (大同小异的步骤);
以上是关于SSH port 22 refused 的解决方法的主要内容,如果未能解决你的问题,请参考以下文章
scp出现ssh port 22: Connection refused 问题解决具体步骤
linux(18)-解决本机ssh远程登录失败的问题 ssh: connect to host 192.168.1.3 port 22: Connection refused
mac connect to host localhost port 22: Connection refused
使用Docker操作“ssh localhost”时出现“connect to host localhost port 22: Connection refused”问题的解决
可以ping通 但ssh: connect to host 192.168.0.2 port 22: Connection refused