#2583 closed enhancement (fixed)
per socket ssh options
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | major | Milestone: | 4.0 |
Component: | network | Version: | 3.0.x |
Keywords: | Cc: |
Description
#2460 was for ssl, this is for ssh.
Change History (3)
comment:1 Changed 13 months ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 5 months ago by
See also r27656. SSH socket upgrades can now be configured on a per-socket basis.
comment:3 Changed 6 weeks ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/2583
Note: See
TracTickets for help on using
tickets.
Done in r25200.
The ssh server sockets now honour two new options:
ssh-gss-host
ssh-host-key
ie:
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.