Re: strange cygwin sshd user generated (user name includes machine name)

2016-03-31 Thread Peter Moore
addition to the powershell script was simply: $env:LOGONSERVER = "\\" + $env:COMPUTERNAME I can confirm this fix works! Thanks again to Brian and Ben. =) Pete > On 03 Oct 2015, at 20:27, Peter Moore wrote: > > After a little bit more digging, I think the cygwin name

Re: strange cygwin sshd user generated (user name includes machine name)

2015-10-03 Thread Peter Moore
lines 77 onwards: https://hg.mozilla.org/try/file/4905af7c52e5/testing/taskcluster/worker_types/win2012r2/aws_userdata Thanks! Pete > On 03 Oct 2015, at 19:12, Peter Moore wrote: > > Hi, > > I have a powershell script for installing cygwin and setting up sshd which I > am

strange cygwin sshd user generated (user name includes machine name)

2015-10-03 Thread Peter Moore
Hi, I have a powershell script for installing cygwin and setting up sshd which I am using as UserData when firing up a Windows 2012 R2 instance in AWS EC2. The same command succeeds when run manually, but fails when called from automation. I’m trying to understand what it is that is different,