Main menu:

Site search

Categories

  • Feed on RSS

  • cygwin fail

    for some reason to get sshd to work with cygwin I had to do this
    editrights -a SeTcbPrivilege -u cyg_server
    editrights -a SeAssignPrimaryTokenPrivilege -u cyg_server
    editrights -a SeCreateTokenPrivilege -u cyg_server
    editrights -a SeDenyInteractiveLogonRight -u cyg_server
    editrights -a SeDenyNetworkLogonRight -u cyg_server
    editrights -a SeDenyRemoteInteractiveLogonRight -u cyg_server
    editrights -a SeIncreaseQuotaPrivilege -u cyg_server
    editrights -a SeServiceLogonRight -u cyg_server

    Write a comment