Hi,
I am using SQLYog Ultimate v13.1.2 (64bit) and a connection over ssh with a ppk-file works fine when the key was not encrypted with puttygen. When I try to connect using a password-encrypted key-file (.ppk) then I always get the error:
“SSH Error: FATAL ERROR: Network error: Connection timed out”.
I have tried the password-encrypted key-file with putty itself and WinSCP. Both worked fine. When the connection gets established I get prompted to enter the password for the ssh-key. I enter it and the connection stands.
Here is the header of the ppk-file which differs at the point showing the used encryption:
PuTTY-User-Key-File-2: ssh-rsa
Encryption: aes256-cbc
Comment: imported-openssh-key
Public-Lines: 6
…here_follows_the_rest_of_the_key…
Normally there stands: “Encryption: none”.
I´m pretty shure, that this is a bug or a not supported SSH-feature.