directvt/vtm

Server session unexpectedly terminates on logoff, despite being created by elevated user (on Windows)

o-sdn-o opened this issue · 0 comments

The option to run as NT service will allow to survive on logoff.

We need to fork (create) a child process directly into Session 0 when creating a server session by elevated users. Only in this way the server session become shared with subsequent ssh connections and be able to survive logoff.