Skip to content

Commit

Permalink
#2041: support 2-hop ssh connections
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@21188 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Dec 8, 2018
1 parent 0ecc1ec commit 02dabbc
Show file tree
Hide file tree
Showing 4 changed files with 403 additions and 64 deletions.
6 changes: 5 additions & 1 deletion src/man/xpra.1
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Almost identical to the TCP mode, but using AF_VSOCK for transport.
Connect using websocket protocol.
.SS wss://[USERNAME[:PASSWORD]@]HOST:PORT/[DISPLAY]
Connect using secure websocket protocol. (websocket with SSL)
.SS ssh://[USERNAME[:PASSWORD]@]HOST[:SSH_PORT]/DISPLAY
.SS ssh://[USERNAME[:PASSWORD]@]HOST[:SSH_PORT]/DISPLAY[?proxy=ssh://[USERNAME[:PASSWORD]@]HOST[:SSH_PORT]]
Further options can be specified using the \fB\-\-ssh\fP command line option.
.P
For backwards compatibility, SSH mode also supports the syntax:
Expand All @@ -101,6 +101,10 @@ separator.
The password need only be specified when the server authentication module
requires it. (ie: often when authenticating against MS Windows servers,
or with \fBmultifile\fP and \fBsqlite\fP authentication modules)
.P
When the "?proxy=" option is set xpra will establish an SSH connection to the
specified "proxy" host. From that host xpra will set up an SSH connection to
the xpra server.
.\" --------------------------------------------------------------------
.SH EXAMPLES
.TP \w'xpra\ 'u
Expand Down
Loading

0 comments on commit 02dabbc

Please sign in to comment.