Administration
Switch Management Access Control
Cisco Small Business 200E Series Advanced Smart Switch Command Reference 83
2
ip ssh protocol
Use this command to set the available protocol levels (versions) for SSH. SSH
version 1, version 2, or both can be set. The specified level(s) are enabled and any
unspecified level is disabled.
ssh protocol {{1 | 2} | {1 2}}
Default
Version 1 and 2 are set.
Command Modes
Privileged EXEC
Examples
The following example sets protocol level 1 (and unsets level 2 if it was previously
set).
(switch) #ip ssh protocol 1
The following example sets both levels:
(switch) #ip ssh protocol 1 2
Related Commands
ip ssh server enable
Use this command to enable management access through SSH. Use the no form
of this command to disable access through SSH.
ip ssh server enable
no ip ssh server enable
Command Description
ip ssh server
enable
Enables management access through SSH.
sshcon
maxsessions
Configures the number of remote SSH connections
allowed.
sshcon timeout Configures the SSH Login Inactivity Timeout in minutes.
show ip ssh Shows SSH configuration information.