clear ssh ciphers

Use this command to reset the allowed encryption ciphers in the default order of precedence.

Syntax

clear ssh ciphers

Parameters

None.

Defaults

None.

Mode

All command modes.

Usage

SSH Ciphers default to all supported ciphers in the following order of precedence: aes128-cbc, aes192-cbc, aes256-cbc, 3des-cbc, blowfish-cbc, and cast128-cbc, and rijndael-cbc@lysator. liu.se.

When in FIPS mode, only the following FIPS compliant Ciphers are allowed (listed in the default order of precedence from high to low): aes128-cbc, aes192-cbc, aes256-cbc, and 3des-cbc.

Example

This example shows how to reset SSH Ciphers allowed to the default in order of precedence:

System(rw)->clear ssh ciphers
System(rw)->