#1920 closed task (fixed)
SSH server support
Reported by: | Antoine Martin | Owned by: | J. Max Mena |
---|---|---|---|
Priority: | major | Milestone: | 2.4 |
Component: | server | Version: | trunk |
Keywords: | Cc: |
Description (last modified by )
Change History (6)
comment:1 Changed 4 years ago by
Description: | modified (diff) |
---|---|
Status: | new → assigned |
comment:3 Changed 4 years ago by
Description: | modified (diff) |
---|
comment:4 Changed 4 years ago by
Owner: | changed from Antoine Martin to J. Max Mena |
---|---|
Status: | assigned → new |
Updates:
- wiki/SSH and wiki/Network have been updated
- r20134 add system key locations for macos
- r20049 + r20139: bundle openssh so we can generate a host key during install, not sure why we can't use puttygen to convert putty ppk to openssh format: this is meant to work but pops up the GUI every time I tried (and I've tried with puttygen from upstream and also the one from MSYS2):
$ puttygen id_dsa.ppk -O private-openssh -o id_dsa $ puttygen id_dsa.ppk -O public-openssh -o id_dsa.pub
Anyway, with this in place the win32 server will support ssh connections out of the box.
We don't generate host keys for the macos server. (the system has ssh host keys installed in /private/etc
, and we do support this path, but those keyfiles aren't readable by a non-root user..)
@maxmylyn: you can now connect to your xpra servers using the SSH transport, on the same port as TCP connections, or to other ports when using bind-ssh=
.
comment:5 Changed 4 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Played around with this for a while today - everything seems to behave nicely.
Noted and closing.
comment:6 Changed 17 months ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/1920
Note: See
TracTickets for help on using
tickets.
C:\ProgramData\ssh
andC:\Windows\system32\OpenSSH
)Still TODO: