Question
Disable SSH Password Authentication in Azure Fortigate VM
Hi Team,
We have been asked to disable ssh password authentication in FortiGate VM deployed in Azure like how we do in normal Linux VMs.
- Edit /etc/ssh/sshd_config (with sudo) and update the value of "PasswordAuthentication" to "no".
- Restart the SSH service on the VM
Could you please confirm whether this is possible in FortiGate VM. Is there any way to keep only SSH key based authentication for admin users and disable password authentication.
