如果你遇到这个问题,说明你的Linux系统里面没有安装openssh-server
解决办法:1、sudo apt-get install openssh-server
2、用这个命令:ps -e | grep ssh
3834 ? 00:00:00 sshd
3、重启系统或者注销系统。
这个可以CRT连接了。
原文地址:https://www.cnblogs.com/AC-Milan2019/p/11184078.html
时间: 2024-10-12 18:05:26