ssh server vrf
Syntax
ssh server vrf <VRF-NAME>
no ssh server vrf <VRF-NAME>
Description
Enables the SSH server on the specified VRF.
The
no
form of the command disables the SSH server on the specified VRF.
Command context
config
Parameters
<VRF-NAME>
Specifies the VRF instance, such as
default
,mgmt
, or a configured VRF instance. The maximum length is 32 characters.
Authority
Administrators
Examples
Enabling the SSH server on the management VRF:
switch(config)# ssh server vrf mgmt
Disabling the SSH server on the management VRF:
switch(config)# no ssh server vrf mgmt