- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How verify SSH version running on a Fortigate?
Hi, I would like to know if there is a command to find the SSH version running on my Fortigate.
- Labels:
-
FortiGate
Nominate a Forum Post for Knowledge Article Creation
Nominating a forum post submits a request to create a new Knowledge Article based on the forum post topic. Please ensure your nomination includes a solution within the reply.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Jefazo
Try this command from your laptop:
$ nmap -p22 -sV <IP-address-of-your-FG>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@jefazo92 please follow the article below to check the SSH version on fortigate
https://community.fortinet.com/t5/FortiManager/Technical-Tip-How-to-verify-the-running-SSH-server-ve...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dear jefazo92,
To verify the SSH version running on a FortiGate, you can use the following command in the CLI:
1. Log in to the FortiGate CLI.
2. Enter the command: ``` get system info admin ssh ```
3. Look for the output that specifies the SSH version. It will typically indicate if SSH v2 is enabled and the port number it is running on.
This command will display information about the SSH configuration on the FortiGate unit, including the SSH version and port number.
Best Regards,
Jef
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is there a specific reason you want to know it? Perhaps due to CVE-2024-6387 / RegreSSHion?
Then look here: https://community.fortinet.com/t5/Support-Forum/CVE-2024-6387-RegreSSHion/td-p/324182