Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support starting new sessions with paramiko ssh proxy server #2898

Closed
totaam opened this issue Oct 8, 2020 · 1 comment
Closed

support starting new sessions with paramiko ssh proxy server #2898

totaam opened this issue Oct 8, 2020 · 1 comment
Labels
bug Something isn't working network
Milestone

Comments

@totaam
Copy link
Collaborator

totaam commented Oct 8, 2020

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?).

@totaam totaam added this to the 4.2 milestone Jan 23, 2021
@totaam totaam added the bug Something isn't working label Jan 23, 2021
totaam added a commit that referenced this issue Sep 19, 2021
add placeholder for implementing proxy start requests and validate the '_proxy' display
@totaam totaam closed this as completed Feb 17, 2022
@totaam
Copy link
Collaborator Author

totaam commented Feb 17, 2022

Note: starting new sessions is not allowed by default, you must set the proxy-start option on the socket, ie:

xpra proxy :100 --bind-tcp=0.0.0.0:10000,auth=allow,proxy-start=yes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working network
Projects
None yet
Development

No branches or pull requests

1 participant