Re: [Bug 237418] Re: unable to find supported ssh command when connecting to sftp server in nautilus

2008-07-29 Thread Rachel Greenham
Sebastien Bacher wrote:
 looking to the source code the ssh backend runs ssh -V and look if
 OpenSSH, Sun_SSH or SSH Secure Shell are printed on the command
 line to know which implementation it should be using, your wrapper
 probably doesn't respect the -V option or print something which is not
 expected, closing the bug anyway since that's not really a bug
   

Actually it does seem to respect it:

[EMAIL PROTECTED] ~ $ bin/ssh-wrapper/ssh -V
OpenSSH_4.7p1 Debian-8ubuntu1.2, OpenSSL 0.9.8g 19 Oct 2007

Which is identical to the /usr/bin/ssh -V output.

But yeah, I don't care any more. :-)

-- 
Rachel

-- 
unable to find supported ssh command when connecting to sftp server in 
nautilus
https://bugs.launchpad.net/bugs/237418
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 237418] Re: unable to find supported ssh command when connecting to sftp server in nautilus

2008-07-28 Thread Sebastien Bacher
does anybody still get this issue using the current versions?

-- 
unable to find supported ssh command when connecting to sftp server in 
nautilus
https://bugs.launchpad.net/bugs/237418
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


Re: [Bug 237418] Re: unable to find supported ssh command when connecting to sftp server in nautilus

2008-07-28 Thread Rachel Greenham
Sebastien Bacher wrote:
 does anybody still get this issue using the current versions?
   
Yes, me. :-) Hardy x86_64, all up to date, no change to report.

-- 
Rachel

-- 
unable to find supported ssh command when connecting to sftp server in 
nautilus
https://bugs.launchpad.net/bugs/237418
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 237418] Re: unable to find supported ssh command when connecting to sftp server in nautilus

2008-07-28 Thread Sebastien Bacher
you seem to be the only one having the issue and it's likely something
specific to your configuration so maybe you could open the bug on
bugzilla.gnome.org directly since you are better placer to reply to
upstream comment than bug triagers not having the issue

** Changed in: gvfs (Ubuntu)
   Status: New = Incomplete

-- 
unable to find supported ssh command when connecting to sftp server in 
nautilus
https://bugs.launchpad.net/bugs/237418
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


Re: [Bug 237418] Re: unable to find supported ssh command when connecting to sftp server in nautilus

2008-07-28 Thread Rachel Greenham
Sebastien Bacher wrote:
 you seem to be the only one having the issue and it's likely something
 specific to your configuration so maybe you could open the bug on
 bugzilla.gnome.org directly since you are better placer to reply to
 upstream comment than bug triagers not having the issue

 ** Changed in: gvfs (Ubuntu)
Status: New = Incomplete
   

I've got a better idea. :-) Close it.

You were right, it was specific to me. I'd forgotten about the issue,
but this revisit today made me consider something that was below my
radar before, and if I really am the only one getting it...

What it was, was a python-based wrapper for ssh that i have to have
installed for work purposes for our ssh tunnelling configuration. So
$(which ssh) and $(which sftp) et al were pointing to that. It's
supposed to be a workalike, just passing through to the real thing for
any host not configured for a tunnel (which includes the ones I was
testing with), but clearly it was interfering in some manner because I
just took them out of $PATH and re-logged-in (a step i might have missed
before, forgetting that it's added to $PATH in ~/.profile on the linux
box and not ~/.bashrc as on the macs) and now nautilus sftp works fine.

So sorry, my bad for wasting time. :-( I suppose it must have been
something like the 'ssh' or 'sftp' found on $PATH not being the actual
executable, but a script. Or perhaps something in gvfs is just fussy
about where it finds them. Maybe it's even a security measure to reject
a tampered-with ssh. My only remaining comment on that is that some clue
in the error message or in the logs as to why it was unhappy with the
ssh it found might have allowed me to resolve it myself much earlier. :-)

-- 
Rachel

-- 
unable to find supported ssh command when connecting to sftp server in 
nautilus
https://bugs.launchpad.net/bugs/237418
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 237418] Re: unable to find supported ssh command when connecting to sftp server in nautilus

2008-07-28 Thread Sebastien Bacher
looking to the source code the ssh backend runs ssh -V and look if
OpenSSH, Sun_SSH or SSH Secure Shell are printed on the command
line to know which implementation it should be using, your wrapper
probably doesn't respect the -V option or print something which is not
expected, closing the bug anyway since that's not really a bug

** Changed in: gvfs (Ubuntu)
   Status: Incomplete = Invalid

-- 
unable to find supported ssh command when connecting to sftp server in 
nautilus
https://bugs.launchpad.net/bugs/237418
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 237418] Re: unable to find supported ssh command when connecting to sftp server in nautilus

2008-06-07 Thread Sebastien Bacher
thank you for your bug report, what openssh-client version is installed
on your box? does the ssh client line tool connect correctly to those
servers?

** Changed in: gvfs (Ubuntu)
Sourcepackagename: nautilus = gvfs
   Importance: Undecided = Low
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)
   Status: New = Incomplete

-- 
unable to find supported ssh command when connecting to sftp server in 
nautilus
https://bugs.launchpad.net/bugs/237418
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 237418] Re: unable to find supported ssh command when connecting to sftp server in nautilus

2008-06-07 Thread Rachel Greenham
The ssh client (and sftp commandline client) connect to the remote
servers with no problems. (As noted in the original bug report. ;-) )

openssh-client version:

[EMAIL PROTECTED]:~$ apt-cache policy openssh-client
openssh-client:
 Installed: 1:4.7p1-8ubuntu1.2
 Candidate: 1:4.7p1-8ubuntu1.2
 Version table:
*** 1:4.7p1-8ubuntu1.2 0
   500 http://archive.ubuntu.com hardy-updates/main Packages
   500 http://security.ubuntu.com hardy-security/main Packages
   100 /var/lib/dpkg/status
1:4.7p1-8ubuntu1 0
   500 http://archive.ubuntu.com hardy/main Packages
[EMAIL PROTECTED]:~$ ssh -V
OpenSSH_4.7p1 Debian-8ubuntu1.2, OpenSSL 0.9.8g 19 Oct 2007

-- 
unable to find supported ssh command when connecting to sftp server in 
nautilus
https://bugs.launchpad.net/bugs/237418
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 237418] Re: unable to find supported ssh command when connecting to sftp server in nautilus

2008-06-07 Thread Sebastien Bacher
changing to new, to debug by somebody having the issue, there is no such
issue on any of my installations and no other bugs about that so it's
likely something due to a local configuration, not sure which one though

** Changed in: gvfs (Ubuntu)
   Status: Incomplete = New

-- 
unable to find supported ssh command when connecting to sftp server in 
nautilus
https://bugs.launchpad.net/bugs/237418
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 237418] Re: unable to find supported ssh command when connecting to sftp server in nautilus

2008-06-07 Thread Rachel Greenham
is it worth mentioning, as i've just noticed I haven't, that the desktop
system in question (mab in the above quoted command prompts) is amd64,
not x86?

-- 
unable to find supported ssh command when connecting to sftp server in 
nautilus
https://bugs.launchpad.net/bugs/237418
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 237418] Re: unable to find supported ssh command when connecting to sftp server in nautilus

2008-06-07 Thread Rachel Greenham
I've also confirmed that the error occurs regardless of whether I'm
authenticating using ssh keys or password authentication.

[EMAIL PROTECTED]:~$ sftp kelpie.local
Connecting to kelpie.local...
sftp ^D
[EMAIL PROTECTED]:~$ gvfs-mount sftp://kelpie.local
Error mounting location: Unable to find supported ssh command

*remove ~/.ssh from kelpie.local, then:

[EMAIL PROTECTED]:~$ sftp kelpie.local
Connecting to kelpie.local...
[EMAIL PROTECTED]'s password: 
sftp ^D
[EMAIL PROTECTED]:~$ gvfs-mount sftp://kelpie.local
Error mounting location: Unable to find supported ssh command

(kelpie.local in this instance is another Ubuntu Hardy box, but exactly
the same behaviour is seen attempting to connect to other Linux and Mac
OS X boxes.)

(kelpie.local is an extremely low-spec box, however (it's an EPIA-5000
acting as my router) and doesn't have the space or wherewithall to
install a full desktop, gnome, nautilus et al, that would let me test
this in the other direction).

-- 
unable to find supported ssh command when connecting to sftp server in 
nautilus
https://bugs.launchpad.net/bugs/237418
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 237418] Re: unable to find supported ssh command when connecting to sftp server in nautilus

2008-06-07 Thread Rachel Greenham
FYI the gvfs versions installed are all

0.2.4-0ubuntu1 (hardy-updates)

That applies to:

gvfs
gvfs-backends
gvfs-bin
gvfs-fuse
libgvfscommon0

-- 
unable to find supported ssh command when connecting to sftp server in 
nautilus
https://bugs.launchpad.net/bugs/237418
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 237418] Re: unable to find supported ssh command when connecting to sftp server in nautilus

2008-06-07 Thread Rachel Greenham
OK, I remembered I did have another Hardy desktop install - on another
EPIA-5000. I'd abandoned that installation in favour of Gentoo (-Os
makes a big difference to usability on that hardware) but it was intact.

It's also an almost completely vanilla ubuntu-desktop install, whereas
mab, my main desktop isn't, although I don't recall even wanting to
change anything relating to this functionality before I first tried to
use it and found it not working. :-)

I just tried it on this EPIA-5000, and this functionality is working
fine there. This seems to indicate that at least it isn't the network,
dhcp setup or the remote machines that are wrong, but I think we knew
that. :-)

The software's a little old, as it hasn't been updated since it was
abandoned. So I'll note some details, then run an update and see if it
still works then. (Bet it does!)

Anyway, obviously, it's an x86 install, with the linux-386 kernel. (I'd
thought switching from -generic might help with another issue but I
think it was irrelevant.)

openssh-client: 1:4.7p1-8ubuntu1.2
gvfs, gvfs-backends, gvfs-fuse, libgvfscommon0 0.2.3-0ubuntu5
uname -a: Linux abatwa 2.6.24-16-386 #1 Thu Apr 10 12:50:06 UTC 2008 i686 
GNU/Linux

Running the updates; now the versions are the same as for mab; also now
using linux-generic:

And it still works perfectly.

-- 
unable to find supported ssh command when connecting to sftp server in 
nautilus
https://bugs.launchpad.net/bugs/237418
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs