#1160 closed enhancement (fixed)
per socket authentication and encryption configuration
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | critical | Milestone: | 4.0 |
Component: | server | Version: | trunk |
Keywords: | Cc: |
Description
Split from #1159.
We should extend the socket configuration syntax to be able to configure authentication and encryption for each socket.
This would get rid of a number of command line arguments (which we would keep temporarily for backwards compatibility, probably also still used by the client command line).
ie: for just authentication (replacing the tcp-auth command line option):
xpra start \ --bind-tcp=0.0.0.0:10000,auth=file:filename=password.txt
for encryption as well:
xpra start \ --bind-tcp=0.0.0.0:10000,encryption=AES:keyfile=key.txt,auth=file:filename=password.txt
Attachments (1)
Change History (11)
comment:2 Changed 6 years ago by
Milestone: | 0.18 → future |
---|---|
Status: | new → assigned |
comment:3 Changed 4 years ago by
Milestone: | future → 3.1 |
---|
comment:7 Changed 3 years ago by
comment:9 Changed 2 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:11 Changed 17 months ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/1160
Note: See
TracTickets for help on using
tickets.
See also ticket:2125#comment:4