SSH File System (sshfs). A tool that uses SSH to mount a remote filesystem on a local machine.

learn more… | top users | synonyms

6
votes
2answers
652 views

Is it possible to auto-mount sshfs

Is it possible to auto-mount a remote FS using sshfs upon instantiating a proper VPN connection? Allow me to explain the scenario, I'm working remotely, to do that it helps if I can mount my home dir ...
7
votes
4answers
10k views

How to auto mount using sshfs?

I am using the following command to mount a ssh ubuntu directory to my ubuntu pc. sshfs user@192.xx.xx.xx.xx:/dir/dir /home/username/mount/xxx My question is, can I create a script for this in my ...
4
votes
1answer
5k views

Permission denied on SSHFS automount

I am trying to set up an SSHFS connection between two Ubuntu machines, using /etc/fstab so that they automount from the beginning. I have created an .ssh directory in my home dir on both machines, I ...
20
votes
2answers
569 views

How to run a script every time internet connects

I often mount a remote drive using sshfs. I would love to have this mount automatically. However, if I mount it in my .bashrc or startup scripts, the mount often fails because my wireless internet ...
10
votes
4answers
2k views

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

Is there a GUI utility to mount remote filesystems over SSH (SSHFS)?
2
votes
1answer
101 views

Why do I get this error when I mount a machine using SSHFS?

I thought I asked about this before, but I can't find it. I have a computer called "Mythbuntu" that is on my LAN. When I first boot the computer I work from, I see an entry for "Mythbuntu" in my ...
1
vote
1answer
189 views

How do I get rid of the drive mount confirmation question for sshFS on boot?

With help from this site, I was able to set up an SSHFS connection between two computers on my LAN so that one auto mounts on the other at boot time. Everything works, but there is this annoying ...