sibson / vncdotool

A command line VNC client and python library
Other
453 stars 121 forks source link

Add username parameter to connect call #251

Closed JacobHearst closed 1 year ago

JacobHearst commented 1 year ago

Just exposing the username parameter to the python API. I'm very unfamiliar with the internals of this library so please let me know if there are other changes required

pmhahn commented 1 year ago

username is only used with the DH authentication type, which Apple Remote Desktop seems to use; Sadly I found no other (free) alternative to test this, so this is only by code-review. Thank you for your contribution.