5-39
Cisco SCE 8000 10GBE Software Configuration Guide
OL-30621-02
Chapter 5 Configuring the Management Interface and Security
Configuring the SSH Server
Running Only SSHv2
Step 1
From the SCE(config)# prompt, type
ip ssh
and press
Enter
.
Step 2
From the SCE(config)# prompt, type
no ip ssh sshv1
and press
Enter
To re-enable SSHv1, use the command
ip ssh SSHv1.
Assigning an ACL to the SSH Server
From the SCE(config)# prompt, type:
Removing the ACL Assignment from the SSH Server
rom the SCE(config)# prompt, type:
Deleting the Existing SSH Keys
From the SCE(config)# prompt, type:
If the SSH server is currently enabled, it will continue to run, since it only reads the keys from
non-volatile memory when it is started. However, if the startup-configuration specifies that the SSH
server is enabled, the Cisco SCE platform will not be able to start the SSH server on startup if the keys
have been deleted. To avoid this situation, after executing this command, always do one of the following
before the Cisco SCE platform is restarted (using
reload
):
•
Generate a new set of keys.
•
Disable the SSH server and save the configuration.
Command
Purpose
ip ssh access-class
acl-number
The specified ACL controls access to the SSH
server.
acl-number
is the ID number of an existing ACL
Command
Purpose
no ip ssh access-class
Removes the ACL assignment from the SSH
server, so that any IP address may now access the
SSH server.
Command
Purpose
ip ssh key remove
Removes the existing SSH key set from
non-volatile memory.