Re: Attn: base-files maintainer? [Was: sshd from user account - env issues]

2012-09-25 Thread jafa
On 9/19/2012 10:45 PM, Charles Wilson wrote: > On 9/19/2012 1:41 PM, jafa wrote: >> Running SSHD from the user account like this basically works - I can ssh >> into the machine, but the env vars are not quite right. >> >> For example, local bash: >> TEMP=/tmp >

sshd from user account - env issues

2012-09-19 Thread jafa
Hi, I am setting up a build server that is controlled via ssh. The build user account logs in automatically and runs the following on login: C:\cygwin\bin\bash.exe -l -i -c "/usr/sbin/sshd.exe" Normally SSHD runs as a service - this works well, except that one of the steps in the build process i