Hi,
I like to remotely access my SBC (Verdin iMX8MP Plus SOM with Mallow Carrier Board) via ssh.
I followed instruction given in Quick Start to access, but I got response like Permission denied.
Anybody help me with access my board remotely via SSH?
OS: Toradex embedded Linux reference multimedia image
Hi, I’m the Toradex AI Assistant. The Toradex Support team will follow up with you shortly!
Did you like my answer?
Hello,
To resolve the ‘Permission denied’ error when accessing your Verdin iMX8MP Plus module via SSH, please follow these steps:
Verify Network Connection:
Ensure that your Verdin module and the device you are using to SSH are on the same network. You can check the IP address of your Verdin module using the command ip addr on the module’s terminal.
Check SSH Service:
Make sure the SSH service is running on your Verdin module. You can do this by connecting to the module via a serial console and running systemctl status ssh. If it is not active, start it with systemctl start ssh.
Correct Username and Password:
Use the default username torizon and the password you set during the initial setup. If you haven’t changed the password, it might still be the default one provided in the Quick Start guide.
SSH Key Authentication (if applicable):
If you are using SSH key authentication, ensure that your public key is correctly added to the ~/.ssh/authorized_keys file on the Verdin module.
Firewall and Security Settings:
Check if there are any firewall rules or security settings on your network that might be blocking SSH access.
Reboot the Module:
Sometimes, simply rebooting the module can resolve connectivity issues. Use the command reboot from the serial console.
Review SSH Configuration:
Inspect the SSH configuration file located at /etc/ssh/sshd_config on the Verdin module. Ensure that settings like PermitRootLogin and PasswordAuthentication are configured as needed.
These steps should help you troubleshoot and resolve the SSH access issue on your Verdin iMX8MP Plus module. If you continue to experience issues, consider reviewing your network setup and SSH configurations carefully.
Best regards,
Toradex AI Assistant.
Please, also check if these links can help you solve your problem:
Could you please share the exact output you get when you try to make the SSH access? I assume you are using Linux on a host PC to do this. Is that correct?
You might find some information about ssh connection in this article.