In some newer Windows Servers/Cygwin, the default user SYSTEM can't be automatically translated to Administrator. In this case, the kojikamid service will be invoked by user: SYSTEM and corresponding $HOME and other relevant things are wrong.
For example, for ssh, ".ssh" dir will be /home/SYSTEM/.ssh rather than /home/Administrator/.ssh
In some newer Windows Servers/Cygwin, the default user
SYSTEMcan't be automatically translated toAdministrator. In this case, the kojikamid service will be invoked by user:SYSTEMand corresponding$HOMEand other relevant things are wrong.For example, for
ssh, ".ssh" dir will be/home/SYSTEM/.sshrather than/home/Administrator/.sshfixes #4390