From 08980a0b014192958dc39bae760d32387b1bf53a Mon Sep 17 00:00:00 2001 From: Mathieu Simon Date: Tue, 18 Apr 2023 09:36:40 +0200 Subject: [PATCH] Cosmetics: Ordering of ciphers and mac --- ArubaOS-Switch-(AOS-S)-16.11.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ArubaOS-Switch-(AOS-S)-16.11.md b/ArubaOS-Switch-(AOS-S)-16.11.md index 018d2a0..9713696 100644 --- a/ArubaOS-Switch-(AOS-S)-16.11.md +++ b/ArubaOS-Switch-(AOS-S)-16.11.md @@ -18,16 +18,16 @@ If the size is omitted, a 2048 Bit RSA key will be generated, 3072 is the larges ``` configure -no ip ssh cipher aes128-cbc no ip ssh cipher 3des-cbc +no ip ssh cipher aes128-cbc no ip ssh cipher aes192-cbc no ip ssh cipher aes256-cbc no ip ssh cipher rijndael-cbc@lysator.liu.se no ip ssh mac hmac-md5 +no ip ssh mac hmac-md5-96 no ip ssh mac hmac-sha1 no ip ssh mac hmac-sha1-96 -no ip ssh mac hmac-md5-96 no ip ssh kex ecdh-sha2-nistp256 no ip ssh kex ecdh-sha2-nistp384