This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
wiki:credentials [2018/08/30 10:59] ghi [usbuser] |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Credentials ====== | ||
- | ===== User accounts ===== | ||
- | |||
- | By default different accounts are available on the system: | ||
- | * ''root'' with full access to any tools, files and devices. | ||
- | * ''support'' with limited access. | ||
- | * ''usbuser'' with full access to any tools, files and devices. ''usbuser'' has no ''/home'' directory, it is dedicated to protecting the USB access. | ||
- | |||
- | ===== Default password ===== | ||
- | |||
- | ==== root ==== | ||
- | |||
- | To prevent Web robots to attack the gateway with standard login/password such as ''root''/''root'', default password is built using the last 6 digits of the CPU module's serial number: ''pdmk-**$serialno**''. | ||
- | |||
- | For example, if the serial number of a CPU module is ''641ATe0507DD'', then the root password will be ''pdmk-0507DD'' (case sensitive). | ||
- | |||
- | This 6 digits number can also be retrieved in the host name. It is displayed in the shell prompt: | ||
- | <code> | ||
- | klk-lpbs_0507DD login: root | ||
- | Password: pdmk-0507DD | ||
- | </code> | ||
- | |||
- | ==== support ==== | ||
- | |||
- | Default ''support'' password is: ''fd!15d4gd#'' | ||
- | |||
- | |||
- | ==== usbuser ==== | ||
- | |||
- | Default ''usbuser'' password is ''USBklkPassword'' | ||
- | |||
- | ===== Change password ===== | ||
- | |||
- | <note warning> | ||
- | For security reasons, it is strongly recommended to change the default passwords. | ||
- | </note> | ||
- | |||
- | Use the following command to change the password: | ||
- | |||
- | <code bash> | ||
- | klk_set_passwd -u <account> -p <new_password> | ||
- | </code> | ||
- | |||
- | <note important>The support account can't modify passwords.</note> |