Xpra: Ticket #1804: full-length domain user names not interpreted correctly on ssh login

Let's assume that server frodo has been joined to a domain and requires usernames in full-length format like

user@domain.x.

When using the xpra start format for ssh like

xpra start ssh:user@domain.x@frodo:17 --start=xterm

, Xpra is trying to establish connection for

user@frodo

instead of

user@domain.x@frodo

This makes it impossible to use command-line definition of usernames in this case.



Fri, 06 Apr 2018 14:27:40 GMT - Antoine Martin: owner changed

Does r18994 fix things?


Mon, 09 Apr 2018 08:28:41 GMT - tomuxi: status changed; resolution set

This fix seems to work.


Sat, 23 Jan 2021 05:34:14 GMT - migration script:

this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/1804