Arch Linux Kerberos config causes xfreerdp to launch slowly #787
takase1121
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I was having issues with WinBoat and WinApps. FreeRDP starts in the background but actually connects to Windows after 30-50 seconds, with mention of NLA negotiation issues.
This is related to FreeRDP/FreeRDP#10138 where Arch Linux ships an actual KRB config that points to a MIT server. This makes FreeRDP contact the KRB server when connecting to the VM. This fails after a timeout, which causes the delay.
There are two ways to fix this issue:
/sec:nla /auth-pkg-list:'!kerberos'to disable KRB. This did not work for me./etc/krb5.confwith a dummy one:I just want to leave this here in case anyone faced the same hair-pulling issue as me.
Beta Was this translation helpful? Give feedback.
All reactions