Sequelpro: SSH connection error 'Received disconnect from hostname: 2: Too many authentication failures for username'

Created on 9 Nov 2013  路  4Comments  路  Source: sequelpro/sequelpro

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?

  1. ssh connection error "Received disconnect from hostname: 2: Too many authentication failures for username"

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".

Bug

Most helpful comment

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.

All 4 comments

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!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

laoli4121 picture laoli4121  路  4Comments

gongmingqm10 picture gongmingqm10  路  3Comments

miles-x picture miles-x  路  3Comments

jlcanizales picture jlcanizales  路  3Comments

sequelpro picture sequelpro  路  3Comments