Created on 08-23-2022 10:02 PM Edited on 01-10-2024 11:45 PM By Anthony_E
Description |
The article describes how to disable SSH key sha 1 and SSH weak MAC in global setting. |
Scope | FortiGate. |
Solution |
The default action in global setting ie 'enable' by default, it is possible to check using command 'get system global'.
get system global . .
It can be disabled using the commands below:
config system global
The SSH daemon debug shown as below, all these versions and algorithms will be skipped and disallowed after disabling 'ssh-key-sha1' and 'ssh-mac-weak'.
diagnose debug application sshd -1 diagnose debug enable . . SSH: Compat: skipping algorithm "diffie-hellman-group-exchange-sha1" SSH: Compat: skipping algorithm "umac-64-etm@openssh.com" . . |
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2024 Fortinet, Inc. All Rights Reserved.