sshfs, linux - how to mount with read-only access [closed]
问题 Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 4 years ago . Improve this question I need to mount other server via sshfs with read-only mode. My OS is Linux (Ubuntu). Is it possible to do that? My command used with that connection is: sudo sshfs user@123.123.123.123:/home/user /media/mountpoint/ -o allow_other After running that I have write