Specifications

Table Of Contents
2-155
Cisco SCE 2000 and SCE 1000 CLI Command Reference
OL-26797-03
Chapter 2 CLI Command Reference
ip ssh
Examples The following examples illustrate the use of this command:
EXAMPLE 1:
The following example enables the SSH server. Both SSHV1 and SSHv2 are enabled.
SCE>enable 10
Password:<cisco>
SCE#config
SCE(config)#ip ssh
SCE(config)#
EXAMPLE 2:
The following example disables the SSH server.
SCE>enable 10
Password:<cisco>
SCE#config
SCE(config)#no ip ssh
SCE(config)#
EXAMPLE 3:
The following example shows how to disable SSHv1 so that only SSHv2 is enabled.
SCE>enable 10
Password:<cisco>
SCE#config
SCE(config)#ip ssh
SCE(config)#no ip ssh SSHv1
SCE(config)#
Related Commands Command Description
ip ssh access-class Assigns an access class list (ACL) to the SSH server, so that access to the
SSH server is limited to the IP addresses defined in the ACL.
ip ssh key Generates or removes the SSH key set.
show ip ssh Shows the status of the SSH sever, including current SSH sessions.