On 2. 5. 2015 11:15, Erik de Castro Lopo wrote: > the problem is that that the cyg_server user is "machine_name\cyg_server" > instead of ".\cyg_server". Sure enough, if I follow the advise given it > fixes the issue. > > Can anybody suggest something I can do to either modify the way the > cyg_server user is initially created or some way to modify it later > in the script that will change "machine_name\cyg_server" to > ".\cyg_server"?
Not that I can explain why this happens for you (my Services management console says ".\cyg_server" and I followed the guide that was up at that time), but the service logon information can be changed using sc like this (including the weird whitespace): sc config sshd obj= .\cyg_server password= XXXXXX -- David Macek
smime.p7s
Description: S/MIME Cryptographic Signature
------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________ Msys2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/msys2-users
