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 <VRF-NAME>

Specifies the VRF name.

Authority

Administrators or local user group members with execution rights for this command.

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