解决FinalShell 终端错误 channel is not opened
打开虚拟机连接FinalShell出现久联不上的问题,显示显示连接上,不一会就断掉,报错为channel is not opened.
1.打开虚拟机:找到相关配置文件
1 | vi /etc/ssh/sshd_config |
2.找到被注释的#UseDNS yes
去掉#,更改为UseDNS no
,完成后ESC退出编辑模式,使用 :wq 回车保存并退出
3.重启sshd服务
1 | systemctl restart sshd.service |