Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to RDP to server 2019 after hardening #26

Open
al2us opened this issue Dec 15, 2022 · 0 comments
Open

Unable to RDP to server 2019 after hardening #26

al2us opened this issue Dec 15, 2022 · 0 comments

Comments

@al2us
Copy link

al2us commented Dec 15, 2022

I ran the script on AWS Windows Server 2019 and now the access through RDP fail.
I commented this Lines to try to resolve:

2.3.11.4 (L1) Ensure 'Network security: Configure encryption types allowed for Kerberos' is set to 'AES128_HMAC_SHA1, AES256_HMAC_SHA1, Future encryption types'

#Network_security_Configure_encryption_types_allowed_for_Kerberos = 'AES128_HMAC_SHA1','AES256_HMAC_SHA1','RC4_HMAC_MD5','FUTURE'

   #  18.8.25.1 (L2) Ensure 'Support device authentication using certificate' is set to 'Enabled: Automatic'
   # Registry 'DevicePKInitBehavior' {
   #    Ensure     = 'Present'
   #    Key        = 'HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System\kerberos\parameters'
   #    ValueName  = 'DevicePKInitBehavior'
   #    ValueType  = 'DWord'
   #    ValueData  = '0'
   # }

   #  18.8.25.1 (L2) Ensure 'Support device authentication using certificate' is set to 'Enabled: Automatic'
   # Registry 'DevicePKInitEnabled' {
   #    Ensure     = 'Present'
   #    Key        = 'HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System\kerberos\parameters'
   #    ValueName  = 'DevicePKInitEnabled'
   #    ValueType  = 'DWord'
   #    ValueData  = '1'
   # }

But the error is the same.
Please, help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant