Ciphers are used to encrypt SSH traffic. Encryption provides confidentiality and protects against spoofed packets.
The DASL CLI module supports the following SSH1 ciphers:
-
DES (56-bit CBC)
-
Triple-DES (3DES) (CBC)
-
Blowfish (128-bit CBC)
-
AES (Rijndael) (256, 192, or 128-bit SDCTR)
The DASL CLI module supports the following SSH2 ciphers:
-
Triple-DES (3DES) (168-bit SDCTR or CBC)
-
Blowfish (256-bit SDCTR or 128-bit CBC)
-
AES (Rijndael) (256, 192, or 128-bit SDCTR or CBC)
-
Arcfour (RC4) (256 or 128-bit stream cipher)