HP StorageWorks Enterprise File Services WAN Accelerator 3.0.4 Command-Line Interface reference manual (AG421-96004, March 2007)

HP STORAGEWORKS EFS WAN ACCELERATOR COMMAND-LINE INTERFACE REFERENCE MANUAL 183
4 - CONFIGURATION-MODE
C
OMMANDS
Syntax [no] snmp-server location <addr>
Parameters
Example
minna (config) # snmp-server location 10.10.10.1
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 [no] 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.
<addr> Specifies the location of the system.
<user> Specifies the client user login.
<user> Specifies the public key for ssh version 2 for the specified ssh user.