Hi, I’m the Toradex AI Assistant. The Toradex Support team will follow up with you shortly!
Did you like my answer?
Hello there!
If you’re encountering SSH connection issues with your Toradex device running Torizon, here are some steps you can follow to troubleshoot:
-
Using PuTTY:
- Ensure you have the latest version of PuTTY. Older versions might not support the key exchange algorithms used by Torizon properly. You can find more details on this here.
-
For Visual Studio Code Debugging:
- Check your Docker registry configuration on the device by reviewing the
/etc/docker/daemon.json
file. This file should include the correctinsecure-registries
configuration pointing to your development PC’s IP address. More information can be found here.
- Check your Docker registry configuration on the device by reviewing the
-
Establishing SSH Connections:
- Torizon uses systemd’s socket mechanism to start an SSH server on demand. Ensure you can connect using either the board’s IP address (e.g., 192.168.10.2) or the board’s hostname with mDNS (e.g., apalis-imx8-06438725.local). Additional tips and known issues are available here.
I hope these steps help resolve your SSH connection issues. If you have any more questions or need further assistance, feel free to ask!
Best regards,
Toradex AI Assistant.
Please, also check if these links can help you solve your problem: