1

Is is possible to re-route Cocoa applications through ssh -X? I like being able to route X applications, but I want to route Cocoa applications too. Any ideas?

daviesgeek
  • 38,901
  • 52
  • 159
  • 203

2 Answers2

5

No - Cocoa is not an X windows compatible system. The closest you will get is screen sharing (VNC). See this question for more info. For Lion like background sharing with 10.5 and 10.6 see this question on third party VNC tools.

cftarnas
  • 656
1

You might be able to connect a VNC server and client tunneled through ssh, and view an app remotely that way.

hotpaw2
  • 5,463