Cosmetics: Ordering of ciphers and mac

Mathieu Simon 2023-04-18 09:36:40 +02:00
parent fb8b261371
commit 08980a0b01

@ -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