diff --git a/Fortinet-FortiOS.md b/Fortinet-FortiOS.md index dc2100d..79d014d 100644 --- a/Fortinet-FortiOS.md +++ b/Fortinet-FortiOS.md @@ -19,6 +19,7 @@ set ssh-enc-algo chacha20-poly1305@openssh.com aes256-gcm@openssh.com set ssh-hostkey-algo ssh-ed25519 set ssh-kex-algo diffie-hellman-group16-sha512 diffie-hellman-group18-sha512 curve25519-sha256@libssh.org set ssh-mac-algo hmac-sha2-256-etm@openssh.com hmac-sha2-512-etm@openssh.com + end ``` @@ -70,6 +71,7 @@ set ssh-cbc-cipher disable set ssh-hmac-md5 disable set ssh-kex-sha1 disable set ssh-mac-weak disable + end ```