Avocent CPS1610 Switch User Manual


 
Chapter 5: CPS Appliance Commands 61
Syntax
SERVER SNMP TRAP DESTINATION ADD|DELETE <ip_address>
Server SSH command
The Server SSH command enables or disables SSH session access to the CPS appliance and
specifies the SSH authentication method. When you enable SSH, all CPS sessions will be
terminated if a CPS SSH server key must be generated. You must also have previously specified an
authentication method other than None with the Server Security command.
If you enable plain text Telnet connections with a Server Security command, enabling SSH session
access with the Server SSH command will add that as a valid connection method (both plain text
and SSH connections will be allowed).
For more information, see Connecting to devices using SSH on page 16.
Access right: SCON
Access level: APPLIANCEADMIN
Syntax
SERVER SSH ENABLE|DISABLE [AUTH=<auth>]
Table 5.22: Server SNMP Trap Destination Command Parameters
Parameter Description
ADD|DELETE Defines or deletes the specified destination.
<ip_address> IP address of trap destination.
Table 5.23: Server SSH Command Parameters
Parameter Description
ENABLE|DISABLE Enables or disables SSH session access to the CPS appliance.
AUTH=<auth>
SSH authentication methods. You must enter the entire value; abbreviations are not
permitted. Valid values are:
PW Password authentication.
KEY Key authentication.
PW|KEY Password or key authentication.
KEY|PW Key or password authentication.
PW&KEY Password and key authentication.
KEY&PW Key and password authentication.
Default = PW