-
-
Notifications
You must be signed in to change notification settings - Fork 179
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
xpra agent for osx - ssh start support #1169
Comments
Mostly working as of r12589. OSX now supports the same feature already available on all the other posix systems:
To clone the display to your local machine. Caveats:
@afarr: this is a FYI, may be useful to know about. Feel free to just close. |
2016-05-20 00:04:18: afarr commented
|
Maybe you misunderstand what "xpra shadow ssh" does, you run this command from a client (which does not have to be an osx system at all) and you use it to connect to a OSX (or Linux) server with an existing desktop session already running. The fact that you are showing the command as You can also start a shadow server and connect to it later via tcp or ssh. I did find a bug which can cause connections to drop (fixed in r12620), but that's only after the connection has been established and after you see the full desktop shown as window on the client. |
2016-07-01 20:35:00: maxmylyn commented
|
The launch agent is restored on OSX < 10.11.x using a postinstall script to install it after checking for SIP. (will backport to v0.17.x) |
2016-09-30 20:44:40: afarr commented
|
|
2016-10-03 18:36:25: afarr commented
|
This has been broken by the changes in #1366 or #1340, r14923 and r14942 fix most of that. Probably not going to backport any of this since:
Temporary workaround for version <=1.0: |
Follow up from #391#comment:11: in order to support things like shadowing over ssh in one command, ie:
xpra shadow ssh:OSXHOST
, we need to start a per-user agent instance which will just sit there and wait for the ssh process to request it to run.The text was updated successfully, but these errors were encountered: