Specifications

Table Of Contents
2-154
Cisco SCE 2000 and SCE 1000 CLI Command Reference
OL-26797-03
Chapter 2 CLI Command Reference
ip ssh
ip ssh
Enables the SSH server. SSH allows you to login only when the user password and AAA authentication
are configured.
Configure at least one user name and password.
SCE8000(config)# username <username> password <password>
Configure AAA authentication for login.
SCE8000(config)# aaa authentication login default none
To disable the SSH server, use the no form of this command.
ip ssh [SSHv1]
no ip ssh [SSHv1]
Syntax Description This command has no arguments.
Command Default This command has no default settings.
Command Modes Global configuration
Command History This table includes the following release-specific history entries:
Usage Guidelines If the SSHv1 keyword is not specified, both SSHV1 and SSHv2 are enabled. If you wish to enable only
SSHv2, use the no form of the command to disable SSHv1, as explained in Example 3. Use the ip ssh
SSHv1 command to re-enable SSHv1.
When using an SSH server, you should also do the following:
Generate an SSH key set (ip ssh key command). A set of keys must be generated at least once before
enabling the SSH server
Assign an ACL to the SSH server (ip ssh access-class command)
Authorization: admin
Release Modification
2.5.7 This command was introduced.