LicheePi4A icon indicating copy to clipboard operation
LicheePi4A copied to clipboard

No SSH access, out-of-box.

Open stolk opened this issue 2 years ago • 3 comments

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

stolk avatar May 19 '23 17:05 stolk

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.

abelletti avatar May 19 '23 17:05 abelletti

Ok, we will add into next image

Zepan avatar May 25 '23 13:05 Zepan

What are the instructions to ssh into Lichee Pi 4A RISC-V board?

appujee avatar Aug 28 '23 17:08 appujee