G’day friends. I’ve submitted a <GH issue> over a ...
# troubleshooting
m
G’day friends. I’ve submitted a GH issue over a month ago and it hasn’t received any feedback (yet). Are you able to make any headway on this? It’s blocking me from using Airbyte for our startup…and I would really love to because it’s the only solution that allows me to connect to a local MySQL DB with an SSH tunnel! Currently spending 10+ hours per week in data engineering manually so it would be a HUGE lifesaver. Thank you ❤️ cc: @Justin Chau (Airbyte) (sorry for tagging you 😂 )
o
loading...
o
loading...
a
Hi @Matthew Brandt, could you try to convert your RSA token to a pem file using:
openssl rsa -in ~/.ssh/id_rsa -outform pem > id_rsa.pem
chmod 600 id_rsa.pem
and then past the content of this PEM file to the MySQL SSH configuration in Airbyte?
(I just want to make sure your key is a valid PEM file), the error you linked in the issue is due to malformed PEM file.
m
@[DEPRECATED] Augustin Lafanechere you’re a legend. It works! Thank you so much for figuring this out. ❤️