aardwolf
aardwolf copied to clipboard
CredSSP - Server sent an error! Code: 0xc000006d
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
Quite late, but could you try escaping your single backslash (connection URL = 'rdp+ntlm-password://DER\\Administrator:[email protected]')?