I'm trying to disable the ability to use the chmod command from sftp clients. I want files uploaded by users to only be set based on the umask and remove their ability to change it.
It seems like this should be simple, but I can't find any way to do it.