HP X5000 G2 Network Storage System Administrator Guide

above format with username:password@host. The authorized keys file must contain only
protocol version 2 public keys. Each line of the file represents one key (empty lines and lines starting
with # represent comments). Each protocol version 2 key consists of the following fields, separated
by spaces: keytype, base64 encoded key, comment. Keytype is either ssh-rsa or ssh-dss.
Downloading an SSH key file replaces all currently installed SSH keys.
Restrictions
None
ENABLE USER
Syntax
ENABLE USER <user name>
Description
Enables a user account that was previously disabled by the DISABLE USER command.
Restrictions
<user name> is case-sensitive.
REMOVE USER
Syntax
REMOVE USER {ALL | "<user name>"| CERTIFICATE "<user name>"}
Description
Removes the existing user specified by <user name> and/or any certificate mapped to this user.
If the user is currently logged on, their sessions are terminated. Specifying ALL removes all users
from the system except the default Administrator account. The user is prompted for confirmation
except in script mode.
Restrictions
The <user name> is case-sensitive.
You cannot remove the Administrator user.
SET PASSWORD
Syntax
SET PASSWORD ["<password>"]
Description
Sets the password of the user who entered the command. The <password> parameter is optional,
but failure to enter a password results in the system prompting you for a password.
Passwords must be between 3 and 40 characters in length.
Acceptable characters include any printable character.
This command is not valid in script mode.
Restrictions
None
Authentication 133