GNOME Bugzilla – Bug 362535
ssh/sftp does not work on Solairs
Last modified: 2006-10-26 08:49:34 UTC
Please describe the problem: ssh/sftp does not work on Solairs Steps to reproduce: 1. run gnomevfs-ls ssh://[user]@[host] in terminal on Solaris system. Actual results: The commands fails with "Error opening: Internal error". Expected results: ssh/sftp should work. Does this happen every time? yes Other information: The problem is because gnome-vfs parse the output of ssh -V to identify. And right now it just support ssh commands whose output contain"OpenSSH" and "SSH Secure Shell", but the ssh on Solaris gives "Sun_SSH_1.1, SSH protocols 1.5/2.0, OpenSSL 0x0090801f" so sftp_connect just returns GNOME_VFS_ERROR_INTERNAL.
Created attachment 74781 [details] [review] patch to fix the bug
Tested on Solaris, works fine.
Is there anyone who can review the patch?
Please post about this in gnome-vfs-list@gnome.org.
Committed, thanks.
Thanks for review.