HP StorageWorks Enterprise File Services WAN Accelerator 2.1 Command Line Interface Reference Guide (November 2005)
138 4 - CONFIGURATION-MODE COMMANDS
Syntax 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 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.
<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.