Tagged Questions
0
votes
1answer
46 views
Can I mount an SSHFS drive via port 21 with FTP-SSL?
I'm on a mac and have been using CyberDuck FTP to connect to a client's server. It is an ASP/IIS server and when I connect to it CyberDuck tells me
This server can support more secure FTP-SSL ...
2
votes
1answer
786 views
How do I make sshfs work in Debian? (I get /dev/fuse: Permission denied )
I've moved from Ubuntu to Debian on a machine and all my sshfs mounting scripts fail with
fuse: failed to open /dev/fuse: Permission denied
now. Am I missing something simple?
2
votes
1answer
101 views
Mount a filesystem (using FUSE) with SSH through two computers [duplicate]
Possible Duplicate:
How to mount remote SSHFS via intermediate machine? Tunneling?
I can mount a filesystem over SSH directly with
$ sshfs hostname: mountpoint
However, in order to ...
4
votes
1answer
649 views
Why is “sudo unmount” required for unmounting an sshfs-mount if it was mounted without sudo privilges?
I have an sshfs FUSE filesystem mounted in ~/mountpoint. I tried umount mountpoint and diskutil unmount mountpoint (on a Mac here) and both failed. I used sshfs -o IdentityFile=<key> ...
3
votes
1answer
239 views
sshfs: cannot set file timestamp
Using sshfs with autofs on Ubuntu, I cannot set timestamps on remote files:
$ touch /sshfs/server/some/file
touch: setting times of `/sshfs/sshfs/server/some/file': Permission denied
I do have ...
1
vote
1answer
416 views
How to configure automounter with FUSE sshfs
Is there a way to configure the automounter (either Linux or OSX) with FUSE sshfs so that cd /servers/<server> will automount the correct server with sshfs?