Last Updated on : 2024-07-26 03:44:13download
This topic offers suggestions for improving gateway security to align with best practices during operation.
The THP23-X-D development board uses a one-device-one-key encryption scheme, ensuring that each device has a unique root password. It is recommended to leave this feature unchanged and not modify the root password.
Enabling SSH can leave the system vulnerable to unauthorized access attempts and cyberattacks, so it is recommended to disable it.
Enable SSH:
root@SmartGateway:~# nvram set enable_ssh false
root@SmartGateway:~# nvram commit
Disable SSH:
root@SmartGateway:~# nvram set enable_ssh true
root@SmartGateway:~# nvram commit
The U-Boot mode provides the highest level of access. To prevent the firmware from being overwritten, it is advisable to disable access to U-Boot mode.
Allow access to U-Boot:
root@SmartGateway:~# nvram set persist.boot.enter on
root@SmartGateway:~# nvram commit
Disallow access to U-Boot:
root@SmartGateway:~# nvram set persist.boot.enter off
root@SmartGateway:~# nvram commit
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback