Skip to content

client tcp-auth=file:filename=<file> #3922

Closed Answered by totaam
redwil asked this question in Q&A
Discussion options

You must be logged in to vote

xpra 4.2.3

This is not a supported version.

--mdns=yes --start-new-commands

These are already the defaults.

--pulseaudio=no

This doesn't do anything with xpra attach.

--enable-pings

This is already the default.

xpra attach tcp://vmm@s1200:11001/1001,auth=file:filename=<abs-path-to-pw-file>

The 1001 display number is likely unnecessary here since you only have a single server running on that TCP port.
Also, this syntax is not valid: client authentication handlers are configured using the challenge-handlers option.
ie:

xpra attach tcp://127.0.0.1:11001/ --challenge-handlers=file:filename=./password.txt -d auth

The documentation has been improved in de7ab1d : https://github.com/Xp…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@redwil
Comment options

Answer selected by redwil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
invalid This doesn't seem right
2 participants