FortiSIEM
FortiSIEM provides Security Information and Event Management (SIEM) and User and Entity Behavior Analytics (UEBA)
mshubham
Staff
Staff
Article Id 396261
Description This article provides detailed troubleshooting steps to resolve an HA User SSH Public Key creation issue.
Scope FortiSIEM.
Solution

When attempting to add the node from the GUI in a Supervisor with a DB as follows:

HA Key issue.png


To generate a user SSH HA key, follow these steps:

Login as the root user on the Super CLI, then run the following commands:


su pghauser


ssh-keygen -t rsa -b 4096


It will create a .pub key in the following location:


/home/pghauser/.ssh/


id_rsa.pub


After that, it can add the entry for the HA User SSH Public Key. 

Contributors