By default there is no root password set (blank password) in modules running Digi Embedded Linux. This will prevent users from being able to login to it using ssh or ftp.
To correct this, please assign a password to the user which needs to connect to the module
Using passwd command change the password for root:
~ # passwd root
Changing password for root
New password:
Bad password: too weak
Retype password:
Password for root changed by root
After that you should be able to ssh in to the module with user root and new password with no issues.
ssh
root@192.168.1.78The authenticity of host '192.168.1.78 (192.168.1.78)' can't be established.
RSA key fingerprint is eb:8d:30:9d:19:86:09:2b:42:4c:0b:0d:d6:4c:50:13.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '192.168.1.78' (RSA) to the list of known hosts.
root@192.168.1.78's password:
BusyBox v1.20.2 (2013-02-11 12:53:04 CET) built-in shell (ash)
Enter 'help' for a list of built-in commands.
~ #
Please make sure there are no firewalls on virtual or physical machines that prevent the connection.
to test this you should also be able to login locally from a serial console to yourself using “login” command:
~ #
passwd rootChanging password for root
New password:
Bad password: too weak
Retype password:
Password for root changed by root
~ #
loginccwmx53js login: root
Password:
BusyBox v1.20.2 (2013-02-11 ~ # exit
~ #
Last updated:
Jan 01, 2024