Updated Fortinet FortiOS (markdown)

Mathieu Simon 2023-09-12 13:30:38 +02:00
parent f2158f99a1
commit 2154f4d91f

@ -13,7 +13,7 @@ config system global
set admin-ssh-v1 disable
set strong-crypto enable
# These commands represent the default settings
# These commands do change default settings
set dh-params 8192
set ssh-enc-algo chacha20-poly1305@openssh.com aes256-gcm@openssh.com
set ssh-hostkey-algo ssh-ed25519
@ -39,7 +39,7 @@ config system global
set admin-ssh-v1 disable
set strong-crypto enable
# These commands change default settings
# These commands do change default settings
set dh-params 8192
set ssh-enc-algo chacha20-poly1305@openssh.com aes256-gcm@openssh.com
set ssh-kex-algo curve25519-sha256@libssh.org
@ -65,7 +65,7 @@ config system global
set admin-ssh-v1 disable
set strong-crypto enable
# These commands change default settings
# These commands do change default settings
set dh-params 8192
set ssh-cbc-cipher disable
set ssh-hmac-md5 disable