64 bytes from 14.215.177.38 (14.215.177.38): icmp_seq=3 ttl=56 time=6.26 ms
64 bytes from 14.215.177.38 (14.215.177.38): icmp_seq=4 ttl=56 time=7.27 ms
^C
--- www.a.shifen.com ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3002ms
rtt min/avg/max/mdev = 6.260/6.770/7.275/0.373 ms
3.9. SSH remote login development board
Linux OS have SSH remote login enabled by default, and allow root users to log
in to the OS. Before ssh login, you need to make sure that the Ethernet or wifi
network is connected, and then use the ifconfig command or check the router to
obtain the IP address of the development board
3.9.1. SSH remote login development board under Ubuntu
1) Get the IP address of the development board
2) Then you can log in to the Linux OS remotely through the ssh command
test@test:~$ ssh root@192.168.1.36 (Need to be replaced with the IP address
of the development board)
root@192.168.1.36's password: (Enter the password here, the default password is
orangepi)
3) The display after successfully logging in to the OS is shown in the figure below
4) If the following error is prompted during ssh login
test@test:~$ ssh root@192.168.1.36
Connection reset by 192.168.1.149 port 22
lost connection