Administrator's Guide
Restrictions
None
DOWNLOAD SSHKEY
Syntax
DOWNLOAD SSHKEY <url>
Description
Downloads an authorized key file to use with Secure Shell 2, which can contain the public keys
for the built-in Administrator user. Supported protocols are http, ftp, and tftp. The url should be
formatted as protocol://host/path/file. If your ftp server does not support anonymous
connections, then you can specify a username and password by replacing the host part in the
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.
136 Managing the EMU