I’m trying to use the MySQL node with the SSH tunnel option and a private key.
What is the error message (if any)?
When I hit save, it loads indefinitely. In the browser’s console, I can see an HTTP 500 error on the route https://doctr.app.n8n.cloud/rest/credentials/test and the response indicates “Invalid username”.
I tested the credentials with MySQL Workbench and they work fine.
I am so sorry you’re having trouble. I was able to reproduce this problem on my own n8n cloud account and shall add this to our engineering backlog for a closer look and a fix
Locally I have this fixed but I am also working on some other fixes in the same PR around similar problems but I expect to have the fixes in place today / tomorrow so in theory it may be in the next release so for cloud we would be looking at possibly next week depending on when we release and if it makes it.
As a temporary solution though using a tunnel with a password will work so you could use that as an alternative until fixed.
I just see its merged and we have installed version 1.2.0 already
The error is gone!
However now we get this error: Cannot parse privateKey: Unsupported key format
We try to insert an ssh-rsa private key, what are the supported formats?