aardwolf icon indicating copy to clipboard operation
aardwolf copied to clipboard

CredSSP - Server sent an error! Code: 0xc000006d

Open ShallShell opened this issue 2 years ago • 1 comments

I am getting an error when trying to connect - "_, err = await conn.connect()" "CredSSP - Server sent an error! Code: 0xc000006d" When in RDP configuration "Network level authentication" is disable (unchecked).

This is the connection URL = 'rdp+ntlm-password://DER\Administrator:[email protected]' NB domain name = DER Username = Administrator Password = password Remote IP = 192.168.1.1

I am able to connect using MSTSC

ShallShell avatar Feb 19 '23 09:02 ShallShell

Quite late, but could you try escaping your single backslash (connection URL = 'rdp+ntlm-password://DER\\Administrator:[email protected]')?

compass-dexter avatar Aug 06 '24 09:08 compass-dexter