Top "Sshfs" questions

SSHFS (Secure Shell File System) is a file system client to mount and interact with directories and files located on a remote server or workstation.

Unmount the directory which is mounted by sshfs in Mac

I've installed OSXFUSE in my mac and used sshfs to mount a remote directory. Now I would like to unmount …

macos sshfs umount
GIT_DISCOVERY_ACROSS_FILESYSTEM problem when working with terminal and MacFusion

I'm using MacFusion with OSXFuse(similar to MacFuse) to mount my server over SSH onto my office machine. When I …

git ssh sshfs macfuse
Sshfs as regular user through fstab

I'd like to mount a remote directory through sshfs on my Debian machine, say at /work. So I added my …

linux sshfs
How do I specify the key file for sshfs?

I looked at the sshfs --help and there's nothing mentioning a key file. I have multiple pub/priv key pairs (…

linux ssh sshfs
sshfs - device not found

After updating the server with apt-get update && apt-get upgrade this command return an error OS Debian 3.2.60-1+deb7…

linux ssh debian sshfs
Why can't I setup an SSHFS share? “OSXFUSE file system is not available” error

I'm trying to setup an SSHFS share from my local machine to a remote machine, but it is not working. …

macos centos sshfs
Ubuntu 15.10 no fuse group

I am trying to use sshfs to mount a remote file system. All the guides I can find online say …

fuse sshfs usergroups ubuntu-15.10
How to mount a folder on amazon ec2 instance with private key using sshfs

I am trying to mount a folder on my amazon ec2 instance to my desktop folder using sshfs. The problem …

amazon-ec2 sshfs
Using git over sshfs is too slow

I'm using git over sshfs (under Mac OS X 10,5, 10.7) but it's too slow. Everytime I logged in remote server direcly, …

git sshfs
mount remote file system using sshfs and without root permission

I am using a admin'ed machine as a regular user and would like to mount some remote filesystem through sshfs. …

sshfs