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 ...