Opened 5 months ago
Last modified 5 weeks ago
#2898 new task
support starting new sessions with paramiko ssh proxy server
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | major | Milestone: | 4.2 |
Component: | server | Version: | 3.0.x |
Keywords: | Cc: |
Description
Starting a proxy:
xpra proxy :100 --bind-tcp=0.0.0.0:10000,auth=allow --no-daemon -d auth,ssh
Then trying to start a new session via this proxy:
xpra start ssh://localhost:10000/10 --start=xterm -d ssh
Fails with:
Warning: unsupported xpra subcommand '_proxy_start'
There's no reason why we can't allow that, even if it is optional (as a socket option?).
Note: See
TracTickets for help on using
tickets.
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/2898