range Pi User Manual Copyright reserved by Shenzhen Xunlong Software Co., Ltd
149
orangepi@orangepi:~$ sudo create_ap --no-virt -m bridge wlan0 eth0 orangepi orangepi --hidden
At this time, the mobile phone cannot search for WIFI hotspots. You need to
manually specify the WIFI hotspot name and enter the password to connect to the WIFI
hotspot.
3.7. SSH remote login development board;
Linux systems enable ssh remote login by default and allow the root user to log
in to the system. Before logging in with ssh, you first need to ensure that the
Ethernet or wifi network is connected, and then use the ip addr command or check
the router to obtain the IP address of the development board.
3.7.1. SSH remote login development board under Ubuntu
1) Obtain the IP address of the development board
2) Then you can remotely log in to the Linux system through the ssh command
test@test:~$ ssh root@192.168.1.xxx (Need to be replaced with the IP address
of the development board)
root@192.168.1.xx's password: (Enter the password here, the default password is
orangepi)
Note that when entering the password, the specific content of the entered
password will not be displayed on the screen, please do not think that there is any
fault, just press Enter after inputting.