Tim, Serghei, Robert:
What is the latest on restoring sftp://host:port/path/to/file/ capability in TDE? It broke in KDE3 some time ago. Particularly where 'port' is a non-standard port. In Trinity you still get the error:
Error encountered while talking to ssh
My understanding is there was a complete re-write of the code that handles this taking place -- any word on how that is coming? fish:// continues to work in Trinity, but sftp should be working before the 3.5.13 release.
What say the folks in the know?
On Wed, May 4, 2011 at 18:07, David C. Rankin drankinatty@suddenlinkmail.com wrote:
Tim, Serghei, Robert:
What is the latest on restoring sftp://host:port/path/to/file/ capability in TDE? It broke in KDE3 some time ago. Particularly where 'port' is a non-standard port. In Trinity you still get the error:
Error encountered while talking to ssh
My understanding is there was a complete re-write of the code that handles this taking place -- any word on how that is coming? fish:// continues to work in Trinity, but sftp should be working before the 3.5.13 release.
What say the folks in the know?
Right now the main focus is cmake. You may have to wait until 3.5.13 is out. :(
On 05/04/2011 05:17 PM, Robert Xu wrote:
Right now the main focus is cmake. You may have to wait until 3.5.13 is out. :(
Agreed - CMake is the monster... Any guess on how it's coming from a time standpoint? Realistically, it is far better to get it done right than to slap it together fast (if we learn nothing more from KDE4 - we should learn that lesson well) What's the current target? Aug. - Dec. sometime?
Can you downgrade openssl while you wait? It works for me, for the time being.
Best regards, Tiago
On Wed, May 4, 2011 at 11:07 PM, David C. Rankin < drankinatty@suddenlinkmail.com> wrote:
Tim, Serghei, Robert:
What is the latest on restoring sftp://host:port/path/to/file/ capability in TDE? It broke in KDE3 some time ago. Particularly where 'port' is a non-standard port. In Trinity you still get the error:
Error encountered while talking to ssh
My understanding is there was a complete re-write of the code that handles this taking place -- any word on how that is coming? fish:// continues to work in Trinity, but sftp should be working before the 3.5.13 release.
What say the folks in the know?
-- David C. Rankin, J.D.,P.E.
To unsubscribe, e-mail: trinity-devel-unsubscribe@lists.pearsoncomputing.net For additional commands, e-mail: trinity-devel-help@lists.pearsoncomputing.net Read list messsages on the Web archive: http://trinity-devel.pearsoncomputing.net/ Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
On 05/04/2011 05:30 PM, Tiago Marques wrote:
Can you downgrade openssl while you wait? It works for me, for the time being.
Best regards, Tiago
No - the openssl update that broke it was mid-2010. It is hit or miss. Are you accessing ssh on a 'high' port. I have experienced the problem the most on non-standard ports.
For some reason I have it working on opensuse 11.3 kde3, but it is broken on the 11.4 release. (they are built from the same kde code-- so that leaves some issue with the kio and the new openssl version)
I have a complete write-up on the issue from the opensuse list. Bottom line, it's a kde3 kio issue. In Trinity or suse 11.4 kde3 I can open konsole and use sftp from the command line to high ports just fine, but the kio for file open/save, konqueror, etc.. throws the "Error encountered talking to ssh" error.
I can work around the issue with fish:// for now, but the sftp kio still needs to be fixed. :)
On Wed, May 4, 2011 at 11:54 PM, David C. Rankin < drankinatty@suddenlinkmail.com> wrote:
On 05/04/2011 05:30 PM, Tiago Marques wrote:
Can you downgrade openssl while you wait? It works for me, for the time being.
Best regards, Tiago
No - the openssl update that broke it was mid-2010. It is hit or miss. Are you accessing ssh on a 'high' port. I have experienced the problem the most on non-standard ports.
Right... that's still what I'm saying. But my bad, from my package list it was not openSSL but openSSH. The package that works for me, in Gentoo is:
net-misc/openssh-5.5_p1-r2
Up from that I get "Error talking to SSH". This for port 22, I haven't tried other ports with openssh-5.5.
I had problems building kdebase(IIRC) and openSSL-1.0+ but there was a patch available for that.
For some reason I have it working on opensuse 11.3 kde3, but it is broken on the 11.4 release. (they are built from the same kde code-- so that leaves some issue with the kio and the new openssl version)
Can you check openSSH versions used there?
I have a complete write-up on the issue from the opensuse list. Bottom line, it's a kde3 kio issue. In Trinity or suse 11.4 kde3 I can open konsole and use sftp from the command line to high ports just fine, but the kio for file open/save, konqueror, etc.. throws the "Error encountered talking to ssh" error.
I can work around the issue with fish:// for now, but the sftp kio still needs to be fixed. :)
Well, probably some API change that broke the interface. Hmm...
Best regards, Tiago
-- David C. Rankin, J.D.,P.E.
To unsubscribe, e-mail: trinity-devel-unsubscribe@lists.pearsoncomputing.net For additional commands, e-mail: trinity-devel-help@lists.pearsoncomputing.net Read list messsages on the Web archive: http://trinity-devel.pearsoncomputing.net/ Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
On Thursday 05 May 2011 01:07:59 David C. Rankin wrote:
Tim, Serghei, Robert:
What is the latest on restoring sftp://host:port/path/to/file/ capability in TDE? It broke in KDE3 some time ago. Particularly where 'port' is a non-standard port. In Trinity you still get the error:
Error encountered while talking to ssh
My understanding is there was a complete re-write of the code that handles this taking place -- any word on how that is coming? fish:// continues to work in Trinity, but sftp should be working before the 3.5.13 release.
What say the folks in the know?
sftp kioslave development is stalled at this moment. However, it will be based on libssh2.
i remember to all tha*t kde fish protocol* its actualy *a ftp+ssh equivalent!*
*fish://user:pass@domain/path* or simple *fish://domai*n or * fish://user@ipnumber*
On Wed, May 4, 2011 at 7:23 PM, Serghei Amelian serghei@thel.ro wrote:
On Thursday 05 May 2011 01:07:59 David C. Rankin wrote:
Tim, Serghei, Robert:
What is the latest on restoring sftp://host:port/path/to/file/ capability in TDE? It broke in KDE3 some time ago. Particularly where 'port' is a non-standard port. In Trinity you still get the error:
Error encountered while talking to ssh
My understanding is there was a complete re-write of the code that handles this taking place -- any word on how that is coming? fish:// continues to work in Trinity, but sftp should be working before the
3.5.13
release.
What say the folks in the know?
sftp kioslave development is stalled at this moment. However, it will be based on libssh2.
-- Serghei
To unsubscribe, e-mail: trinity-devel-unsubscribe@lists.pearsoncomputing.net For additional commands, e-mail: trinity-devel-help@lists.pearsoncomputing.net Read list messsages on the Web archive: http://trinity-devel.pearsoncomputing.net/ Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
On Thu, May 5, 2011 at 09:30, PICCORO McKAY Lenz mckaygerhard@gmail.com wrote:
i remember to all that kde fish protocol its actualy a ftp+ssh equivalent!
Please, no top posting or html!