HP StorageWorks Enterprise File Services WAN Accelerator 2.1.5 Command-Line Interface reference manual (June 2006)
HP STORAGEWORKS EFS WAN ACCELERATOR COMMAND-LINE INTERFACE REFERENCE MANUAL 149
4 - CONFIGURATION-MODE
C
OMMANDS
minna (config) # snmp-server rwcommunity ReaDonLy
minna (config) #
ssh client generate identity user
Description Generates Secure Shell (ssh) client identity keys for the specifies user. Secure Shell
provides secure login for Windows and Unix clients and servers.
Syntax ssh client generate identity user <user>
Parameters
Example
minna (config) # ssh client generate user test
minna (config) #
ssh client user authorized-key rsakey sshv2
Description Sets the RSA (Rivest-Shamir-Adleman) encryption method by RSA Security and
authorized-key for the specified Secure Shell (ssh) user. The no command option
disables the authorized-key encryption method.
Syntax ssh client user <user> authorized-key rsakey sshv2 <public key>
Parameters
Example
minna (config) # ssh client user authorized-key rsakey
minna (config) #
ssh server listen enable
Description Enables ssh interface restrictions to the system. The no command option disables ssh
interface restrictions which causes ssh to accept connections from all interfaces.
After you have enabled interface restrictions, you must specify which interfaces to
accept connections on using the ssh server listen interface command. If the list of
interfaces is empty, all interfaces are accepted. If the list of interfaces has at least one
entry, then the server listens on that subset of interfaces.
NOTE: This option is available in the CLI only.
Syntax ssh server listen enable
<user> Specifies the client user login.
<user> Specifies the public key for ssh version 2 for the specified ssh user.