ssh-if

This command configures the SSH Interfaces table, which lets you define SSH interfaces.

Syntax

(config-system)# cli-settings
(cli-settings)# ssh-if <Index>
(ssh-if-<Index>)# 

Command

Description

Index

Defines the table row index.

network-source

Defines the alias name representing a VRF or an IP address of the source network interface that is used to bind to the SSH application (interface that the listening socket opens).

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

Note

The command is applicable only to Mediant 500Li.

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