Reference Guide

Table Of Contents
Example
OS10(config)# ip ssh server password-authentication
Supported
Releases
10.3.0E or later
ip ssh server port
Configure the SSH server listening port.
Syntax
ip ssh server port port-number
Parameters port-number Enter the listening port number (1 to 65535).
Default 22
Command Mode CONFIGURATION
Usage
Information
The no version of this command removes the configuration.
Example
OS10(config)# ip ssh server port 255
Supported
Releases
10.3.0E or later
ip ssh server pubkey-authentication
Enable public key authentication in an SSH server.
Syntax
ip ssh server pubkey-authentication
Parameters None
Default Enabled
Command Mode CONFIGURATION
Usage
Information
The no version of this command disables the public key authentication.
Example
OS10(config)# ip ssh server pubkey-authentication
Supported
Releases
10.3.0E or later
ip ssh server vrf
Configures the SSH server for the management VRF instance.
Syntax
ip ssh server vrf management
Parameters
management Configures the management VRF instance to be used to reach the SSH server.
Default Not configured
Command Mode CONFIGURATION
Usage
Information
By default, the SSH server is enabled. To configure the SSH server to be reachable on the management
VRF instance, use the ip ssh server vrf command.
Example
OS10(config)# ip ssh server vrf management
System management 505