I have a connection to a database through an SSH tunnel. Every time I close the IntelliJ and reopen it and try to access the database, I get the following error:
SSH_MSG_DISCONNECT: 2 Too many authentication failures
However, I can use SSH to connect to the server through the console, or connect to the DB using other tools such as the MYSQL Workbench.
The SGDB is MYSQL.
What is the problem? Do I have something wrong configured?