SSH 7.4: correct sort order
This commit is contained in:
parent
8fb035ecc4
commit
7de7dfb31f
|
@ -5,8 +5,8 @@ ssh_hardening_opts:
|
||||||
KexAlgorithms:
|
KexAlgorithms:
|
||||||
- curve25519-sha256
|
- curve25519-sha256
|
||||||
- curve25519-sha256@libssh.org
|
- curve25519-sha256@libssh.org
|
||||||
- diffie-hellman-group18-sha512
|
|
||||||
- diffie-hellman-group16-sha512
|
- diffie-hellman-group16-sha512
|
||||||
|
- diffie-hellman-group18-sha512
|
||||||
- diffie-hellman-group-exchange-sha256
|
- diffie-hellman-group-exchange-sha256
|
||||||
Ciphers:
|
Ciphers:
|
||||||
- chacha20-poly1305@openssh.com
|
- chacha20-poly1305@openssh.com
|
||||||
|
|
Loading…
Reference in a new issue