Debian jessie client, OpenSSH6.7
$ ssh $REMOTE_SERVER
Received disconnect from UNKNOWN: 2: Index was outside the bounds of the array.
With client from wheezy-backports, OpenSSH6.6, on the same machine:
$ ssh6.6 $REMOTE_SERVER
Complete FTP serverAuthenticated with partial success.
$USER@$REMOTE_SERVER's password:
PTY allocation request failed on channel 0
Terminal access is disabled for this site
$ telnet $REMOTE_SERVER 22
Trying $REMOTE_SERVER...
Connected to $REMOTE_SERVER
Escape character is '^]'.
SSH-2.0-CompleteFTP_8.3.2
Client debug available, but 6.7 fails when 6.6 gets server's key:
debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
debug1: Server host key: RSA fd:4c:ee:d5:91:de:33:d1:b0:8b:87:d3:bf:cd:70:f5
vs
debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
Received disconnect from UNKNOWN: 2: Index was outside the bounds of the array.
Thanks,
Gerardo