Tagged Questions
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 ...
4
votes
1answer
382 views
sshfs transform_symlinks is broken
I've been using the same fstab command for a while now:
sshfs#user@host.be:/home/user /home/user/vps fuse user,port=22,uid=1000,gid=1000,allow_other,reconnect,transform_symlinks 0 0
And it used to ...