Questions tagged [sshfs]

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. The client interacts with the remote file system via the SSH File Transfer Protocol (SFTP), a network protocol providing file access, file transfer, and file management functionality over any reliable data stream that was designed as an extension of the Secure Shell protocol (SSH) version 2.0.

SSHFS (Secure Shell File System) is a file system for Linux (and other operating systems with a FUSE implementation, such as Mac OS X or FreeBSD) capable of operating on files on a remote computer using just a secure shell login on the remote computer. On the local computer where the SSHFS is mounted, the implementation makes use of the FUSE (Filesystem in Userspace) kernel module. The practical effect of this is that the end user can seamlessly interact with remote files being securely served over SSH just as if they were local files on his/her computer. On the remote computer the SFTP subsystem of SSH is used.

Windows implementations, such as win-sshfs, are often built around Dokan, a user mode file system for windows.

232 questions
0
votes
1 answer

mounting remote network drive using sshfs

I am using win-sshfs to mount a remote drive from a Debian Linux server on a windows 7 64-bit desktop machine over the internet. The drive works but it is slow. I want to speed up win-sshfs by disabling compression and encryption. How can I do this?…
John Qualis
  • 1,573
  • 4
  • 28
  • 51
0
votes
2 answers

Lighttpd can't get files mounted via sshfs

I've got a CentoOS 6 server with a directory mounted via sshfs from my Mac directory: sshfs -o allow_other dmitri@10.211.55.2:/Users/dmitri/Sites /var/www/html but when I try to start lighttpd server, I get an error: Starting lighttpd: 2013-11-20…
0
votes
1 answer

Fastest way to transfer file between two servers

I have use case where I need to move some payload from one server to the other. Both servers are placed within the same data center (even in the same Amazon's availability zone). I have service / endpoint, that needs to trigger a file transfer…
Tadeck
  • 117,059
  • 25
  • 140
  • 191
0
votes
1 answer

Connect to remote socket via sshfs

I want to make remote connection via socket pipe (mysql.sock) on remote server, which is mounted to directory using sshfs. But I experience some problems. Here's an example: I have 2 servers. One of them is mysql server behind NAT (but ssh port is…
Tomasz
  • 535
  • 1
  • 7
  • 17
0
votes
1 answer

how do i compile the sshfs file system on a mac?

I downloaded and installed FUSE for osx package. I downloaded sshfs for mac and successfully installed it on my mac running OSX 10.6.8. However, at some point, I would like to make some changes to sshfs the source code. Following is what I…
user1068636
  • 1,619
  • 7
  • 29
  • 53
0
votes
1 answer

How to open an sshfs-project in Adobe Brackets editor

adobe-brackets is an open source code editor for the web, written in JavaScript, HTML and CSS. Although I followed the instructions on how to open a Project ( see also How to create a new project in adobe-brackets?) this does not work for my…
user2656732
0
votes
1 answer

Creating Eclipse workspace over SSHFS

I have a Windows machine. On it there is SSHFS Manager (v 0.0.1.5) mounting on F: a shared directory. I would like to place my Eclipse workspace there. But Eclipse fails! When I give F:\workspace path in the workspace selection dialog Eclipse shows…
Adam Badura
  • 4,241
  • 27
  • 60
0
votes
1 answer

Remove filesystem with overlay changed bytes

I develop a software that uses a set of big files. I cannot download all them. I need to reproduce timeout error that cannot be reproduce otherwise. There are stage host. I mounted its remote folder with sshfs but I cannot launch local server…
Daneel Yaitskov
  • 4,019
  • 6
  • 34
  • 40
0
votes
1 answer

copy file to a vagrant remote environment

I'm worknig on a remote codebase via vagrant development environment and I use sshfs for mounting the remote point on my localhost as below: sshfs hostname:vagrant_remotemountpoint mountpoint To copy a file to the vagrant vagrant_remotemountpoint…
tokhi
  • 18,588
  • 21
  • 88
  • 102
0
votes
1 answer

Storing the SVN working copy on a server using sshfs

I am using Tortoise SVN to interact with our repository. When i'm developing i would like to test the code i'm working on instantly. Thats why i want to store my working copy on the webserver using sshfs. When checking out in this mounted drive,…
Jeroen
  • 1,337
  • 2
  • 12
  • 26
0
votes
1 answer

Best way to check the status of a SSHFS mount via php?

We have a few sshfs based mounts. We also use pingdom to monitor our service. We would like to create a custom pingdom handler (php based, accessed via our webserver) to test the status of these mounts. What is the best way to test the status of…
anonymous-one
  • 12,434
  • 18
  • 52
  • 80
-1
votes
1 answer

Rsnapshot filepermission problem with network hdd over raspberry pi

After trying to solve this for days, I want to ask for help here: I want to make backups with rsnapshot, which usually runs on a server and manages local backups. In my case, I want to run rsnapshot on my computer and let rsnapshot manage my backups…
-1
votes
1 answer

SSH-FS to remote server on another SSH remote server

So, there exists the first SSH server, called A for simplicity, and the files and workspace I want to get to are on another SSH server, called B. Problem is, B is only accessible by SSH'ing to it from A. So if I were to do this normally, I'd ssh…
unhappycat
  • 310
  • 1
  • 2
  • 13
-1
votes
1 answer

How can I mount Raspberry with Mac

I got my new raspberry pi, finished the setup, gave it static ip, and was able to ssh it from my Mac using: ssh pi@192.168.1.43 Then I installed both Fuse and SSHFS from here, then read this and this and this and did the below in my Mac: Last…
Hasan A Yousef
  • 15,770
  • 15
  • 88
  • 140
-1
votes
1 answer

sshfs -o follow_symlinks mounts with broken softlinks

Up until a day ago I was perfectly able to mount a drive via sshfs with the follow_symlinks option given. In fact I set up an alias for this command and used it for several weeks. Since yesterday, using the same alias the volume still mounts…
gogoLama
  • 1
  • 4
1 2 3
15
16