
bugzilla-daemon at bugzilla
Aug 27, 2009, 7:04 PM
Post #1 of 2
(301 views)
Permalink
|
|
[Bug 430] Could add option to sftp-server to disable write access
|
|
https://bugzilla.mindrot.org/show_bug.cgi?id=430 Darren Tucker <dtucker [at] zip> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dtucker [at] zip Blocks| |1626 Status|NEW |RESOLVED Resolution| |FIXED --- Comment #4 from Darren Tucker <dtucker [at] zip> 2009-08-28 12:04:20 EST --- You can do this with the shiny new just-added sftp-server -u option: set it to mask off the write bits, eg in sshd_config: Subsystem sftp sftp-server -u 0222 however this won't be available until the 5.4 release. -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are watching someone on the CC list of the bug. _______________________________________________ openssh-bugs mailing list openssh-bugs [at] mindrot https://lists.mindrot.org/mailman/listinfo/openssh-bugs
|