Clarify changes in the FortiOS 7.4 release branch, add mor references

Mathieu Simon 2023-09-22 17:02:20 +02:00
parent f8922452cf
commit b50924b78c

@ -2,9 +2,12 @@ FortiOS is an embedded operating system used on various appliances from Fortinet
SSH into an appliance running FortiOS, or use a local serial connection in order to apply these options.
## FortiOS >= 7.4.1
## FortiOS >= 7.4.0
Starting with FortiOS 7.4.1 SSH host key algorithms become configurable and more key exchange algorithms (KEX) are configurable.
FortiOS 7.4 releases have introduced changes with individual releases, they are summarized into one single section. Notable changes:
* 7.4.0: ``set ssh-hostkey-algo`` allows configuring one or more SSH hostkey algorithms.
* 7.4.1: ``set ssh-kex-algo`` allows configuring more KEX algorithms than previous releases.
```
config system global
@ -25,8 +28,13 @@ end
**References:**
* [Fortinet document library: FortiGate / FortiOS 7.4.1 CLI Reference > CLI reference > config system global](https://docs.fortinet.com/document/fortigate/7.4.1/cli-reference/1620)
* [Fortinet document library: FortiGate / FortiOS 7.4.0 CLI Reference > CLI reference > config system global](https://docs.fortinet.com/document/fortigate/7.4.0/cli-reference/1620)
* [Fortinet document library: FortiGate / FortiOS 7.4.1 CLI Reference > CLI reference > config system global](https://docs.fortinet.com/document/fortigate/7.4.1/cli-reference/1620):
* ``ssh-kex-algo`` allows enabling or disabling **11** KEX algorithms.
* [Fortinet document library: FortiGate / FortiOS 7.4.0 CLI Reference > CLI reference > config system global](https://docs.fortinet.com/document/fortigate/7.4.0/cli-reference/1620):
* ``ssh-hostkey-algo`` is becomes available
* ``ssh-kex-algo`` allows enabling or disabling **8** KEX algorithms.
* [Fortinet document library: FortiGate / FortiOS 7.2.5 CLI Reference > CLI reference > config system global](https://docs.fortinet.com/document/fortigate/7.2.5/cli-reference/1620):
* ``ssh-hostkey-algo`` is **not** available.
## FortiOS >= 7.0.2 <= 7.4.0