LicheePi4A
LicheePi4A copied to clipboard
No SSH access, out-of-box.
Out-of-box (I have not reflashed my lichee yet) the device will use DHCP to get an IP on my LAN.
But it will not accept SSH connections to it:
$ ping 10.1.8.143
PING 10.1.8.143 (10.1.8.143) 56(84) bytes of data.
64 bytes from 10.1.8.143: icmp_seq=1 ttl=64 time=0.479 ms
64 bytes from 10.1.8.143: icmp_seq=2 ttl=64 time=0.427 ms
64 bytes from 10.1.8.143: icmp_seq=3 ttl=64 time=0.423 ms
^C
--- 10.1.8.143 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2034ms
rtt min/avg/max/mdev = 0.423/0.443/0.479/0.025 ms
$ ssh 10.1.8.143
ssh: connect to host 10.1.8.143 port 22: Connection refused
Agreed, this is worth adding to the image. It was easy enough to "sudo apt install openssh-server" but for someone not using a keyboard and display, having the ssh server by default seems like a win.
Ok, we will add into next image
What are the instructions to ssh into Lichee Pi 4A RISC-V board?