Connectivity Guide

ip ssh server port
Congure the SSH server listening port.
Syntax
ip ssh server port port-number
Parameters port-number — Enter the listening port number, from 1 to 65535.
Default 22
Command Mode CONFIGURATION
Usage Information The no version of this command removes the conguration.
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
Congures an SSH server for the management or non-default VRF instance.
Syntax
ip ssh server vrf {management | vrf vrf-name}
Parameters
managementCongures the management VRF instance to reach the SSH server.
vrf vrf-name — Enter the keyword vrf followed by the name of the VRF to congure that non-default
VRF instance tp reach the SSH server.
Default Not congured
Command Mode CONFIGURATION
Usage Information By default, the SSH server is enabled.
Example
OS10(config)# ip ssh server vrf management
OS10(config)# ip ssh server vrf vrf-blue
Security 811