Skip to main content

Sign in using SSH

Establish network connectivity before connecting to SSH.
  • Locate the IP address of the device according to the type of network connection using the UART console on the Linux host:
    ip address show eth2
    
  • Use the IP address from the Linux host to establish an SSH connection to the device:
    ssh root@ip-address
    
    Example
    ssh root@192.168.0.222
    
  • Connect to the SSH shell using the following password:
    oelinux123
    
Connect the remote host to the same Wi-Fi access point as the device.