Thundercomm TurboX C8550 - Using SSH
SSH (Secure Socket Shell) is a network protocol that provides secure access, by authentication and data encryption during transmission, between two computers in an open network. The protocol allows navigation on a remote computer's filesystem, access to resources and file transferring.
This section will help you to access the board with SSH, please follow the next steps:
1. Log in to the board using any of the other non-internet methods (UART or ADB).
2. If you are using the prebuilt image, enable the SSH login for the root user and then reboot:
echo "PermitRootLogin yes" >> /etc/ssh/sshd_config
reboot now
3. Connect the board to ethernet following the steps in Ethernet setup and get the corresponding IP.
4. Log in to the board using the IP using the ssh command:
ssh <user>@<IP>