Xpra: Ticket #1273: ssh port argument type error

Latest beta build fails to connect to server via ssh with custom port:

xpra attach ssh:user@server:1234:100
xpra initialization error:
 argument is not a string: 1234 (<type 'int'>), found in command: ['ssh', '-x', '-l', 'user', '-p', 1234, '-T', 'server', 'xpra initenv;~/.xpra/run-xpra _proxy :100 || $XDG_RUNTIME_DIR/xpra/run-xpra _proxy :100 || xpra _proxy :100']


Tue, 02 Aug 2016 14:43:31 GMT - psycho_zs: component changed


Tue, 02 Aug 2016 15:58:01 GMT - Antoine Martin: status changed; resolution set

doh, should be fixed in r13178.

Closing as I've tested the fix, feel free to re-open if I've managed to blooper something else.


Sat, 23 Jan 2021 05:19:45 GMT - migration script:

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