Last Updated on : 2023-12-01 06:55:45download
Security is an important consideration for gateways. In this demo, some security settings are open for configuration to facilitate custom development. It is recommended to modify the security settings.
The default password for the development board is tygw@SSD20x
. To change the password, run echo root:password | chpasswd -m
and replace the password
with your own.
Enabling SSH can leave the system vulnerable to unauthorized access attempts and cyberattacks.
Open build/board/startup.sh
and comment out dropbear -p 22
so that the system will not launch SSH on startup. To enable SSH again, run this command. You can edit -p <port number>
to define a port.
The released executable should be striped. In this demo, the executable has been striped with pack.sh
.
It is recommended to disable U-Boot when not in use.
You can run the following command to disable U-Boot.
nvram set persist.boot.enter off
nvram commit
You can run the following command to enable U-Boot.
nvram set persist.boot.enter on
nvram commit
If your product is intended for commercial use, consider the following recommendations to enhance security.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback