Can't connect vim4 with ssh

Which system do you use? Android, Ubuntu, OOWOW or others?

ubuntu20.04

Which version of system do you use? Khadas official images, self built images, or others?

Khadas official images

Please describe your issue below:

无法通过ssh远程连接vim4,网络连接没问题,检查了防火墙,inactive状态,但主机无法ping通vim4的IP地址,能够作为client连接其他主机,但无法被别的机器访问,请帮忙看一下是什么问题,谢谢。

Post a console log of your issue below:


**Delete this line and post your log here.**

Not sure off-hand, but ssh server might be disabled by default…Try running:

sudo apt install ssh

And then retry connecting

@Felix_yang how have you checked IP address, is of your local network ?

I used the command “ifconfig” to check the IP address of Vim4. In the first I use another PC with Ubuntu to connect vim4, it’s successful. Then I use Macbook to connect Vim4 with ssh, it’s failure. But I can use Macbook to connect the Ubuntu PC. So I don’t know what is the problem.

I have used the command to install ssh. but it doesn’t work. maybe just like you say, the default version of ssh have a problem. In work days I try to uninstall ssh and install again. It’s a good idea thanks!