On Tue, Apr 24, 2001 at 11:58:13AM -0500, Chris Shaffer wrote:

> I'm using SSH Secure File Transfer Client on Windows 2000, uploading files 
> to a Unix server.  The default permissions for files are umask 600 (e.g. 
> -rw-------).

That would be umask 077 (or 066, which is atypical).

> Is there any way to make the default umask 644 (e.g. -rw-rw-r--)?

644 = -rw-r--r-- = umask 022
664 = -rw-rw-r-- = umask 002

Check to make sure the umask is set "properly" (probably 022) when you
start up sshd.  If necessary, modify your boot script.

Reply via email to