Tagged Questions
2
votes
1answer
223 views
Any tricks for making sshfs authenticate only on write?
There is seemingly a trick for creating read-only sshfs logins with the read only attribute is enforced by the remote's ~/.ssh/authorized_keys file.
You first create a program ~/.ssh/ro-sftp-server ...
1
vote
1answer
450 views
sshfs automount with password-enabled ssh key and ssh-agent in ubuntu
I currently set up sshfs automount on ubuntu per this thread. It's nice because of the network up and down scripts. The benefit comes at a cost: it requires passwordless ssh via an ssh key. I was ...