Issue imported from Google Code: https://code.google.com/p/sequel-pro/issues/detail?id=1722
Reporter:[email protected] Date:2013-05-20 06:47:52 Status:New
What steps will reproduce the problem?
What is the expected output?
What do you see instead?
What version of Sequel Pro are you using? 1.0.2
What version of OS X are you using? 10.0.8
What version of MySQL are you connecting to on the server? 5.5.27
Please provide any additional information below.
Since there is too many registered ssh key, it is an error by the number of times of trial.
Please add ssh option "-o IdentitiesOnly=yes".
Author:[email protected] Date:2013-06-11 15:48:39
SSH is biting us time and time again.
Perhaps we should add a Prefs option to specify ssh command line options?
Guys, any movements on this issue?
No, but since you can now choose an SSH binary, you could create a simple script file
#!/bin/bash
/usr/bin/ssh -o IdentitiesOnly=yes "$@"
and set that as your ssh client binary in Preferences.
@dmoagx thanks!
Most helpful comment
No, but since you can now choose an SSH binary, you could create a simple script file
and set that as your ssh client binary in Preferences.