On 04/23/2012 11:03 PM, Darrell Anderson wrote:
Yes, but 3.5.10 was working during the OpenSSH <=5.5p1 days. Perhaps something changed >5.5p1 that causes that snippet to now fail?
Darrell
Exactly! There is no question you are 100% correct! The question is how to isolate what it was and how to fix it. That's where I'm running out of ammo. I have so little background in where all the little pieces of this puzzle come from that it makes finding the pieces and then understanding if they fit or not a very puzzling process.
It does look like "kdDebug(KIO_SFTP_DB)" is one of the critical pieces. In kio_sftp.cpp it apparently does the initial gathering of the ssh connection information:
kdDebug(KIO_SFTP_DB) << "setHost(): " << user << "@" << h << ":" << port << endl;
This looks to takes setHost(), the user the host and port to form the url "user@host:port". Now I don't know if this is just to form the error displayed or if this is where the actual information is gathered. It looks like it is the error, because the port should be 'mPort'.
That where we need an experienced eye on this issue :)