User's Manual
72
6.2.8 Enabling SSH Server
Ssh server is disabled by default. WHEN SSH server is enabled, a RSA key pair will be generated and then
listens the connection request from SSH client. The whole process probably requires one or two minutes.
The following command can be used in global configuration mode to enable SSH server:
Command Purpose
ip sshd enable Enable SSH server. The digit of the password is
1024.
6.3 Configuration Example of SSH Server
The following configuration allows the host whose IP is 192.168.20.40 to access SSH server, while the local
user database will be used to authenticate the user.
6.3.1 ACL
ip access-list standard ssh-acl
permit 192.168.20.40
6.3.2 Global Configuration
aaa authentication login ssh-auth local
ip sshd auth-method ssh-auth
ip sshd access-class ssh-acl
ip sshd enable