mirror of
https://github.com/jtesta/ssh-audit.git
synced 2024-12-23 09:29:50 +01:00
Cosmetics: Ordering of ciphers and mac
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
|
configure
|
||||||
|
|
||||||
no ip ssh cipher aes128-cbc
|
|
||||||
no ip ssh cipher 3des-cbc
|
no ip ssh cipher 3des-cbc
|
||||||
|
no ip ssh cipher aes128-cbc
|
||||||
no ip ssh cipher aes192-cbc
|
no ip ssh cipher aes192-cbc
|
||||||
no ip ssh cipher aes256-cbc
|
no ip ssh cipher aes256-cbc
|
||||||
no ip ssh cipher rijndael-cbc@lysator.liu.se
|
no ip ssh cipher rijndael-cbc@lysator.liu.se
|
||||||
|
|
||||||
no ip ssh mac hmac-md5
|
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
|
||||||
no ip ssh mac hmac-sha1-96
|
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-nistp256
|
||||||
no ip ssh kex ecdh-sha2-nistp384
|
no ip ssh kex ecdh-sha2-nistp384
|
||||||
|
Loading…
Reference in New Issue
Block a user