Launch APP over SSH

René Berber r.berber@computer.org
Fri Apr 21 22:25:00 GMT 2006


Wesley Smith wrote:

> I don't want to use it, I just want to have it run.  Can't I just
> launch it?  I don't need to interact with it at all.

Only if the application allows it, i.e. has a mode that does not need to
interact with the window manager, something like "run in the background".  Also
if the app runs in a text output only mode, non-graphical.

You could try "app &" instead of "cygstart app", but if the app is graphical it
will try to open a window which will fail.

And on a different subject, ssh doesn't run as SYSTEM, the daemon sshd does but
if you did set privilege separation the remote ssh runs as the user that logged in.
-- 
René Berber


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list