After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 362535 - ssh/sftp does not work on Solairs
ssh/sftp does not work on Solairs
Status: RESOLVED FIXED
Product: gnome-vfs
Classification: Deprecated
Component: Module: ssh/sftp
2.16.x
Other All
: Normal major
: ---
Assigned To: gnome-vfs maintainers
gnome-vfs maintainers
Depends on:
Blocks:
 
 
Reported: 2006-10-16 07:38 UTC by Wang Xin
Modified: 2006-10-26 08:49 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16


Attachments
patch to fix the bug (696 bytes, patch)
2006-10-16 07:40 UTC, Wang Xin
none Details | Review

Description Wang Xin 2006-10-16 07:38:29 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.
Comment 1 Wang Xin 2006-10-16 07:40:24 UTC
Created attachment 74781 [details] [review]
patch to fix the bug
Comment 2 Wang Xin 2006-10-16 07:41:27 UTC
Tested on Solaris, works fine.
Comment 3 Wang Xin 2006-10-24 05:16:52 UTC
Is there anyone who can review the patch?
Comment 4 Federico Mena Quintero 2006-10-25 20:18:51 UTC
Please post about this in gnome-vfs-list@gnome.org.
Comment 5 Alexander Larsson 2006-10-26 07:44:44 UTC
Committed, thanks.
Comment 6 Wang Xin 2006-10-26 08:49:34 UTC
Thanks for review.