This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
wiki:credentials [2018/12/27 16:48] hch |
— (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. | ||
| - | * ''admin'' dedicated to web interface access, SMS commands and RESTAPI. | ||
| - | ===== 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 serial number, __CPU module S/N__ for **Wirnet iBTS** and __board ID__ for **Wirnet iFemtoCell**: ''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 hostname. 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''. | ||
| - | |||
| - | ==== admin ==== | ||
| - | |||
| - | Default ''admin'' password is ''pwd4admin''. | ||
| - | |||
| - | |||
| - | ===== How to change the passwords ===== | ||
| - | |||
| - | <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> | ||
| - | passwd <account> | ||
| - | </code> | ||
| - | |||
| - | <note important>The support account can't modify passwords.</note> | ||