ZyXEL Communications ES-2024A Switch User Manual


 
ES-2024 Series User’s Guide
Chapter 32 Configuration Mode Commands 226
32.5.4.2 no port-access-authenticator
Syntax:
no port-access-authenticator
no port-access-authenticator <port-list> reauthenticate
no port-access-authenticator <port-list>
where
An example is shown next.
Disable authentication on the switch.
Disable re-authentication on ports one, three, four and five.
Disable authentication on ports one, six and seven.
32.5.4.3 no ssh
Syntax:
no ssh key <rsa1|rsa|dsa>
no ssh known-hosts <host-ip>
no ssh known-hosts <host-ip> [1024|ssh-rsa|ssh-dsa]
where
An example is shown next.
Disable the secure shell RSA1 encryption key.
port-access-
authenticator
= Disables port authentication on the switch.
<port-list>
reauthenticate
= Disables the re-authentication mechanism on the listed port(s).
<port-list>
= Disables authentication on the listed ports.
sysname(config)# no port-access-authenticator
sysname(config)# no port-access-authenticator 1,3-5 reauthenticate
sysname(config)# no port-access-authenticator 1,6-7
key <rsa1|rsa|dsa>
= Disables the secure shell server encryption key. Your switch
supports SSH versions 1 and 2 using RSA and DSA
authentication.
known-hosts <host-ip>
= Removes a specific remote host from the list of all known
hosts.
known-hosts <host-ip>
[1024|ssh-rsa|ssh-dsa]
= Removes remote known hosts with a specified public key
type (1024-bit RSA1, RSA or DSA).