IP Services Commands 129Nortel WLAN—Security Switch 2300 Series Command Line ReferenceExamples The following command changes the SSH port number on a WSS to 6000:WSS# set ip ssh port 6000success: change accepted.See Also• set ip ssh server on page 119• set ip ssh server on page 119• set ip ssh server on page 119set ip ssh serverDisables or reenables the SSH server on a WSS.Syntax set ip ssh server {enable | disable}Defaults The SSH server is enabled by default.Access Enabled.Usage SSH requires an SSH authentication key. You can generate one or allow WSS Software to generateone. The first time an SSH client attempts to access the SSH server on a WSS, the switch automaticallygenerates a 1024-byte SSH key. If you want to use a 2048-byte key instead, use the crypto generate key ssh2048 command to generate one.The maximum number of SSH sessions supported on a WSS is eight. If Telnet is also enabled, the switch can have up toeight Telnet or SSH sessions, in any combination, and one Console session.See Also• crypto generate key on page 472• set ip ssh on page 118• set ip ssh server on page 119• set ip ssh server on page 119Caution! If you disable the SSH server, SSH access to the WSS is also disabled.enable Enables the SSH server.disable Disables the SSH server.