Ssh server listen enable, Ssh server listen interface – HP StorageWorks Enterprise File Services WAN Accelerator User Manual
Page 169

HP EFS WAN A
CCELERATOR
M
ANAGER
U
SER
’
S
G
UIDE
169
A - HP
EFS W
A
N
A
C
C
EL
ER
ATO
R
M
ANA
GER
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
To remove an interface so that it is no longer listened to:
no ssh server listen interface
NOTE: This option is available in the CLI only.
Syntax
ssh server listen interface
Parameters
Specifies a comma separated list of IP addresses.