ssh-if
This command configures the SSH Interfaces table, which lets you define IP interfaces for the SSH application.
Syntax
(config-system)# cli-settings (cli-settings)# ssh-if <Index> (ssh-if-<Index>)#
| Command | Description | 
|---|---|
| Index | Defines the table row index. | 
| interface-name | Assigns an IP Interface from the IP Interfaces table for communication with the embedded SSH server. | 
| name | Defines a descriptive name, which is used when associating the row in other tables. | 
| port | Defines the local port to use for SSH application. | 
Command Mode
Privileged User
Example
This example configures the SSH interface on VRF "vrf05":
(config-system)# cli-settings (cli-settings)# ssh-if 0 (ssh-if-0)# network-source vrf05
(ssh-if-0)# port 23
This example configures the SSH interface on interface "MyIfx":
(config-system)# cli-settings (cli-settings)# ssh-if 0 (ssh-if-0)# interface-name MyIfx
(ssh-if-0)# port 23