skelsec / aardwolf

Asynchronous RDP client for Python (headless)
MIT License
155 stars 23 forks source link

CredSSP - Server sent an error! Code: 0xc000006d #14

Open ShallShell opened 1 year ago

ShallShell commented 1 year ago

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:password@192.168.1.1' NB domain name = DER Username = Administrator Password = password Remote IP = 192.168.1.1

I am able to connect using MSTSC

compass-dexter commented 3 months ago

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