You are not logged in.

#1 2009-03-13 13:16:53

insulae
Member
From: Sgo del Estero - Argentina
Registered: 2007-06-08
Posts: 52
Website

gigolo + sshfs: problem to connect

(sorry for my english)

Hi! i am a new user of Xfce. i am a "ex user" of kde, in the past i used Konqueror to go into sshfs, but with Thunar i can't, so i searched for a solution and i find "gigolo": http://www.uvena.de/gigolo/ i compiled this program using AUR, the program work fine with pendrives, etc, but when i want to connect with a sshfs or smb i can't.
example:
* open gigolo
* go to Edit/Edit Bookmarks
* add a new Bookmark with the next information:
- Bookmark name: SSH-Server1
- Service Type: Custom Location
- Location(URI): sftp://root@192.168.1.1 or sftp://192.168.1.1 or sftp://root:password@192.168.1.1
* the i try to connect and i have the next error:
connecting to "sftp://192.168.1.1/" failed, volume dosen't implement mount

In the gigolo page the creator have sftp and smb conecction in he example, but i can't.
what is wrong?

Grettings
insulae

Offline

#2 2009-03-13 20:17:08

EVRAMP
Member
From: Czech Republic
Registered: 2008-10-03
Posts: 173
Website

Re: gigolo + sshfs: problem to connect

Make sure you have sshfs package installed and fuse module loaded.
# modprobe fuse
You dont have to specify protocol, so just 192.168.1.1 address is fine for Gigolo.
And be aware that sftp is secure FTP not secure SHELL (ssh). SFTP adds crypting to classic FTP protocol and has nothing to do with ssh protocol.
Sometimes you can see file transfer over ssh called SCP (secure copy).

Offline

#3 2009-03-14 01:32:16

insulae
Member
From: Sgo del Estero - Argentina
Registered: 2007-06-08
Posts: 52
Website

Re: gigolo + sshfs: problem to connect

EVRAMP wrote:

Make sure you have sshfs package installed and fuse module loaded.

i have sshfs, gvfs, gnome-vfs.

EVRAMP wrote:

# modprobe fuse

i have fuse on "/etc/rc.conf": MODULES=( ... fuse ...)

EVRAMP wrote:

You dont have to specify protocol, so just 192.168.1.1 address is fine for Gigolo.
And be aware that sftp is secure FTP not secure SHELL (ssh). SFTP adds crypting to classic FTP protocol and has nothing to do with ssh protocol.

ups, i tried with sftp:// because in nautilus you must put sftp:// to sshfs (or i am confuse), anyway i tried now only the IP and i have this error:
"Connecting to "(null)://(null)/" failed".

when in the bookmark i put sftp:// the Gigolo say me "service Type" SSH, so i think the sftp is right, the problem is another think.

EVRAMP thanks for the help :D.

Grettings
insulae

Offline

#4 2009-03-15 22:29:38

EVRAMP
Member
From: Czech Republic
Registered: 2008-10-03
Posts: 173
Website

Re: gigolo + sshfs: problem to connect

Ok, then it must be something with network settings.
Can you ping 192.168.1.1?
Is your targeted ssh server running sshd on open port? (check /etc/hosts.allow).
I will run out of ideas in a while :-/.

Offline

#5 2009-03-15 23:44:45

insulae
Member
From: Sgo del Estero - Argentina
Registered: 2007-06-08
Posts: 52
Website

Re: gigolo + sshfs: problem to connect

EVRAMP wrote:

Ok, then it must be something with network settings.
Can you ping 192.168.1.1?
Is your targeted ssh server running sshd on open port? (check /etc/hosts.allow).
I will run out of ideas in a while :-/.

The IP is a example, i have a couple of servers with diferents ip's, i can go in using:

ssh 192.168.1.1 -l root

or using

$sshfs 192.168.1.1:/root /mnt

my problem is gigolo, but i don't know what sad.

Thanks again big_smile

Offline

#6 2009-03-16 16:05:06

zenlord
Member
From: Belgium
Registered: 2006-05-24
Posts: 1,221
Website

Re: gigolo + sshfs: problem to connect

Don't you mean 'scp' instead of 'sftp'?

scp is there for secure copying between machines through an SSH-tunnel. Sftp requires a whole other approach I would guess.

Zl.

Offline

#7 2009-03-16 19:56:53

insulae
Member
From: Sgo del Estero - Argentina
Registered: 2007-06-08
Posts: 52
Website

Re: gigolo + sshfs: problem to connect

zenlord wrote:

Don't you mean 'scp' instead of 'sftp'?

scp is there for secure copying between machines through an SSH-tunnel. Sftp requires a whole other approach I would guess.

Zl.

The same error:

connecting to "scp://192.168.1.1/" failed, volume dosen't implement mount

Offline

#8 2009-03-19 16:35:53

insulae
Member
From: Sgo del Estero - Argentina
Registered: 2007-06-08
Posts: 52
Website

Re: gigolo + sshfs: problem to connect

sweet!! , my gvfs was broken :@, now i can connect.
but when i am connect i don't know how to see the mount directory, i tried to change in gigolo the option gvfs-open (on File manager) with thunar, but don't work.

any help?

Offline

#9 2009-03-19 17:32:28

.:B:.
Forum Fellow
Registered: 2006-11-26
Posts: 5,819
Website

Re: gigolo + sshfs: problem to connect

EVRAMP wrote:

Make sure you have sshfs package installed and fuse module loaded.
# modprobe fuse
You dont have to specify protocol, so just 192.168.1.1 address is fine for Gigolo.
And be aware that sftp is secure FTP not secure SHELL (ssh). SFTP adds crypting to classic FTP protocol and has nothing to do with ssh protocol.
Sometimes you can see file transfer over ssh called SCP (secure copy).

Sftp is part of the OpenSSH suite. So it is not a modification of the FTP protocol; it just allows you to perform similar operations over an encrypted connection. Both seem heavily intertwined if you look at the Wikipedia page, which also states the implementation is completely different from traditional FTP:

SFTP is not FTP run over SSH, but rather a new protocol designed from the ground up by the IETF SECSH working group. It is sometimes confused with Simple File Transfer Protocol. [1]


Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy

Offline

Board footer

Powered by FluxBB