Services WAN Accelerator User Manual

HP EFS WAN ACCELERATOR MANAGER USERS GUIDE 169
A - HP EFS WAN
A
CCELERATOR MANAGER
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
Parameters None
Example
minna (config) # ssh server listen enable
minna (config) #
ssh server listen interface
Description Adds one or more interfaces to the ssh server access restriction list. The no command
option removes the interface.
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.
For example, to add an interface to the list to listen on:
ssh server listen interface <interface>
To remove an interface so that it is no longer listened to:
no ssh server listen interface <interface>
NOTE: This option is available in the CLI only.
Syntax ssh server listen interface <interface>
Parameters
<interface> Specifies a comma separated list of IP addresses.