Specifications

Table Of Contents
2-156
Cisco SCE 2000 and SCE 1000 CLI Command Reference
OL-26797-03
Chapter 2 CLI Command Reference
ip ssh access-class
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. (See access-list.) Use the no option to remove the ACL assignment
from the SSH server.
ip ssh access-class access-list-number
no ip ssh access-class
Syntax Description
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 When using an SSH server, you should also do the following:
Enable the SSH server (ip ssh command).
Generate an SSH key set (ip ssh key command).
Authorization: admin
Examples The following examples illustrate how to use this command.
EXAMPLE 1:
The following example assigns an existing ACL to the SSH server.
SCE>enable 10
Password:<cisco>
SCE#config
SCE(config)#ip ssh access-class 4
SCE(config)#
access-list-number The access list number of an ACL
Release Modification
2.5.7 This command was introduced.