Is there a GUI utility to mount remote filesystems over SSH?

19,260

Solution 1

It's not clear to me if you are strictly bound to using sshfs, but by default the GVFS in GNOME supports SSH connections. In the file manager go to File -> Connect to server:

alt text

This will mount the remote SSH server in a folder you can access from the file manager. If you need to access the mount in the command line it's in .gvfs.

You can also mount it in Nautilus. Just hit CTRL+L and in the address bar type: ssh://server-ip/somepath/

Solution 2

Another option is Gigolo:
Install via the software center
(Click above to install).

Solution 3

If you just need to access the remote filesystem, you should be able to go to sftp://hostname.example.com in your file browser without having to mount it.

Solution 4

Nautilus can do it: File-->Connect to a server

Share:
19,260

Related videos on Youtube

Olivier Lalonde
Author by

Olivier Lalonde

Updated on September 17, 2022

Comments

  • Olivier Lalonde
    Olivier Lalonde almost 2 years

    Is there a GUI utility to mount remote filesystems over SSH (SSHFS)?

  • Javier Rivera
    Javier Rivera almost 14 years
    You can also mount it in Nautilus. Just hit CTRL+L and in the address bar type: ssh://server-ip/somepath/
  • m3nda
    m3nda about 9 years
    This is not a ssh filesystem integration. The goal of the sshfs is that you can access files with the usual way, ie: /myserver and not ssh://blablabla.
  • geilt
    geilt almost 9 years
    This apparently connects as SFTP with no option for SSH in Ubuntu 15.04?
  • Mehrad Mahmoudian
    Mehrad Mahmoudian almost 5 years
    This is not the answer since the software you mentioned only do sftp and does not mount sshfs. (I don't downvote, but technically you have not answered the question)