Default Password
- This topic has 1 reply, 2 voices, and was last updated 9 years, 11 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › MultiConnect OCG › Default Password
Tagged: root password, security
Hi,
How do you go about setting a different password for the deployed uImage.bin and rootfs.jffs2 ?
Thanks,
Samuel
Hi Samuel,
1. scp into your device and issue following command:
passwd
Enter your new password
2. Then go to /etc/folder and do the command:
cat passwd
This will displaying the content of the passwd file.
3. Copy the first line of this file and then paste it into the following file:
corecdp-X.X.X/multitech/recipes/multitech/config/passwd
Notes: Remove the first line of this file first and then paste in yours
4. Then do: bitbake config -c clean
bitbake your_image
Regards,
BT