Xpra: Ticket #2583: per socket ssh options

#2460 was for ssl, this is for ssh.



Mon, 10 Feb 2020 04:24:55 GMT - Antoine Martin: status changed; resolution set

Done in r25200.

The ssh server sockets now honour two new options:

ie:

xpra start --start=xterm --bind-tcp=0.0.0.0:10000,ssh-host-key=./ssh_host_ed25519_key -d ssh

Will use the host key specified rather than the default ones. Especially useful since the host keys in /etc/ssh/ssh_host_*.key are usually not accessible for non-root users.


Mon, 12 Oct 2020 12:06:04 GMT - Antoine Martin:

See also r27656. SSH socket upgrades can now be configured on a per-socket basis.


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

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