Re: Silently configure sshd fails via system account

2014-03-19 Thread Paul Griffith
On 03/18/2014 09:24 PM, PolarStorm wrote: Paul Griffith wrote ... /usr/bin/ssh-host-config --yes --cygwin ntsec --user cyg_server --pwd blah ... Just a few things... 1) Don't do that (manually). First of all, ntsec is deprecated. Second, there are a lot of strange issues when using

Re: Silently configure sshd fails via system account

2014-02-24 Thread Paul Griffith
On 02/21/2014 03:58 PM, Larry Hall (Cygwin) wrote: On 2/21/2014 3:48 PM, Paul Griffith wrote: Hi, I am using a software package called WPKG (wpkg.org) to silently deploy Cygwin and then configure SSHD. The Cygwin installation works like a charm. Configuring sshd is another story. If I run my

Silently configure sshd fails via system account

2014-02-21 Thread Paul Griffith
Hi, I am using a software package called WPKG (wpkg.org) to silently deploy Cygwin and then configure SSHD. The Cygwin installation works like a charm. Configuring sshd is another story. If I run my script from a admin command prompt, I am to setup sshd. If I run that same script from WPKG, it

Re: Cygwin for all users

2005-04-13 Thread Paul Griffith
This problem has been solved in the mailing archive. Here is snip from my modified startxwin.bat file. ---snip REM REM Cleanup after last run. REM REM Mount local user %TEMP% as /tmp mount -f -u -t %TEMP% /tmp if not exist %CYGWIN_ROOT%\tmp\.X11-unix\X0 goto CLEANUP-FINISH attrib -s

Re: Startin cygwin-x as guest user or any non-administrator user

2005-02-05 Thread Paul Griffith
This problem has been solved in the mailing archive. Here is snip from my modified startxwin.bat file. ---snip REM REM Cleanup after last run. REM REM Mount local user %TEMP% as /tmp mount -f -u -t %TEMP% /tmp if not exist %CYGWIN_ROOT%\tmp\.X11-unix\X0 goto CLEANUP-FINISH attrib -s