MySQL via SSH connection

I'm trying to connect to our MySQL database via SSH and as far as I can tell, we're authenticating using our public key rather than our private one. How do I go about this in 0xDBE?

0
1 comment

When you choose Auth Type: Key pair (OpenSSH), you will be prompted to select the private key file which corresponds to the public key located on the server.

0

Please sign in to leave a comment.