Skip to Content

Cannot find RSA key

How to solve the error "Cannot find RSA key"?


Overview: This article helps to resolve "Cannot find RSA key" error encountered when logging into the Ezeelogin GUI. The issue can be fixed by adding host_url and cookie_match_ip to the Ezeelogin configuration file, which is located at /usr/local/etc/ezlogin/ez.conf.


Step 1: Append  host_url and cookie_match_ip as 0 to the end of  Ezeelogin configuration file located at /usr/local/etc/ezlogin/ez.conf.

root@gateway ~]# nano /usr/local/etc/ezlogin/ez.conf

host_url http://your_domain_name
cookie_match_ip 0

If you have enabled HTTPS add host_url as https://your_domain_name

Step 2: After adding the above parameters to the Ezeelogin configuration file, try logging into the Ezeelogin GUI.


Related Articles:

Integrate Ezeelogin with WAF

Error log file and configuration file to troubleshoot

Could not load style files while accessing Ezeelogin GUI

What are the different key based authentication methods for SSH to remote servers?

How to add a server using ssh key pair in Ezeelogin?

What are the various types of SSH authentication keys used in Ezeelogin?