You can change a local user account password by using a Telnet session, the console, the Secure Shell connection, or the Remote Shell connection.
If you are using this connection method to administer the storage system... | Then... |
---|---|
Telnet session or the console |
|
Remote Shell connection |
Enter the following command: rsh system_name -l username:password passwd old_password new_password username
|
Secure Shell connection |
Enter the following command: ssh -l username system_name passwd old_password new_password username
|