sftp umask
955790Aug 14 2012 — edited Aug 15 2012I installed the July CPU to an old x86 Solaris 10 server that hosts web pages update by many users using sftp. Before when a user sftp'ed a file to the server it used his umask from his .login or .cshrc. Now it is setting all directories created through sftp to 700, and files to 600 so its using a umask of 077. How do I configure sshd to use the users umask?