We run an application under Windows 2003 Server Standard Edition as a
service using Firedaemon. That application invokes ssh connections
using the command
c:\cygwin\bin\ssh -T -l fill_in_the_username
with the appropriate ssh keys setup well ahead of time.
When a user logs onto the W2k3 Server
The developer who wrote the relevant code writes:
The terminal window that ssh is running inside of is not visible.
si.wShowWindow = SW_HIDE; is used to accomplish this in the
CreateProcess.
si.cb = sizeof(STARTUPINFO);
si.dwFlags = STARTF_USESTDHANDLES|STARTF_USESHOWWINDOW;
si.hS
You could do me a favour and try the latest Cygwin snapshot 2005-Sep-08
from http://www.cygwin.com/snapshots/ It contains a patch which let
Cygwin application ignore the LOGOFF event entirely and let the default
mechanism deal with it. I'd be interested if it changes the observed
behaviour. That
You could do me a favour and try the latest Cygwin snapshot 2005-Sep-08
from http://www.cygwin.com/snapshots/ It contains a patch which let
Cygwin application ignore the LOGOFF event entirely and let the default
mechanism deal with it. I'd be interested if it changes the observed
behaviour. That
You could do me a favour and try the latest Cygwin snapshot 2005-Sep-08
from http://www.cygwin.com/snapshots/ It contains a patch which let
Cygwin application ignore the LOGOFF event entirely and let the default
mechanism deal with it. I'd be interested if it changes the observed
behaviour. That
5 matches
Mail list logo