Try improving the wording

Mathieu Simon 2023-09-05 08:37:15 +02:00
parent 94fd128026
commit 08153e0942

@ -27,7 +27,7 @@ chacha20-poly1305@openssh.com
### KEX ### KEX
Only leave the following key exchange algorithms enabled: Leave the following key exchange algorithms (KEX) enabled and disable the remaining ones:
``` ```
curve25519-sha256 curve25519-sha256
@ -38,7 +38,7 @@ diffie-hellman-group18-sha512
### MAC ### MAC
Only leave the following MACs enabled: Leave the following message authentication codes (MAC) enabled and disable the remaining ones:
``` ```
hmac-sha2-256-etm@openssh.com hmac-sha2-256-etm@openssh.com