On Sun, Aug 15, 2010 at 5:48 PM, Nadav Cohen <[email protected]> wrote: > Sounds like you're right. However, I tried to do the same with ssh (based on > Cygwin) and I got the same result. "list systemproperties" on the host > machine (logged in as my user) gets different directories than the one > remotely connected using Cygwin's ssh with the same user. > > Where does VBoxManage get those directories from? Could it be based on an > environment variable? Maybe a flag could change it? >
Not surprised. cygwin sshd runs as a system user as well. On linux the parent process runs as a system user and spawns a child process assigned to the user that successfully logged in. How you duplicate this behavior on Windows I don't know. Its likely specific to the version of windows, and the app that needs this feature. Rance ------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ VBox-users-community mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/vbox-users-community
