It is used to configure the access control list for the ssh server. Only the connections complying with the regulations in the access control list can be approved.
In the following example, an ssh-accesslist access control list is configured and applied in the ssh server:
device_config# ip access-list standard ssh-accesslist
device_config_std_nacl#deny 192.168.20.40
device_config#ip sshd access-class ssh-accesslist