On Feb 25, 2015, at 8:23 AM, Corinna Vinschen <corinna-cyg...@cygwin.com> wrote: > >> $ chgrp `id -g` id* >> $ ls -l id* >> -rw-rw---- 1 Warren Warren 1.7K Feb 25 08:12 id_rsa >> -rw-rw---- 1 Warren Warren 398 Feb 25 08:12 id_rsa.pub > > Hang on, how come your group is your user account? That's certainly > not correct and it's certainly not the default, neither with SAM > accounts, nor with domain accounts. Is that something set in your > passwd/group files? If so, change it.
I’m using the new SAM support, only. This is how Microsoft configured this Windows 10 VM. I haven’t made any local user admin type changes, except to create a second account for testing. I get this from id(1): $ id uid=1000(Warren) gid=11000(Warren) groups=11000(Warren) …etc. This is why my ~/.ssh contents were getting set to mode 660, and why I had to chgrp None them to fix it. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple