Configure User Accounts via SSH
Warning
For security purposes, be sure to change the default usernames and passwords.
Administrators can configure user accounts, including names and passwords, via SSH. To change the KX1’s account settings, log in to the Secure Shell (SSH) by using the Console UI credentials provided in the important notice postcard.
The snippet below provides an example demonstrating how to change a password:
Kraken-KX1:~$ sudo su
Password:
Kraken-KX1:/home/****# passwd ****
New password:
Retype new password:****
passwd: password updated successfully
Kraken-KX1:/home/****# exit
exit
Kraken-KX1:~$ exit
logout
Connection to 10.00.000.000 closed.