Issue
I have latest version of mySqlWorkbench I have mysql in a virtual ubuntu machine and am trying to connect via ssh. Workbench keep on crashing without showing any warning or error.
Solution
I solved the issue by increasing the ssh connect timeout and ssh command retry count. This issue occurs with mysql version lower then 5.6, Above version 5.6 it works perfectly.
Answered By – AbdulBasit
Answer Checked By – Pedro (BugsFixing Volunteer)