I would like to remote GUI to AIX
From PC, I used SecurCRT and connected to AIX server. On both telnet and ssh can remote GUI and show GUI program on my PC.
Example:
Local PC: I run xwindow client program such as xmanager.
telnet 192.168.1.10 (by SecureCRT).
AIX> export DISPLAY=192.168.1.200:0.0
AIX> xclock
Then the xclock program display at my PC.
As the step above, I use for export xclock to test remote GUI on my PC then I run oracle installer GUI on my PC to install oracle. These step I could do on xNIXs. But on my MacBook only used iTerm and running "ssh -X 192.168.0.200" to call X11 on my MacBook and remote GUI from AIX to install oracle. If AIX doesn't install openssh I couldn't export GUI to my MacBook. One way walkaround to bypass the problem by use VNC.
How do I to remote GUI program from AIX on MacBook without ssh -X and VNC?
Best regards,
Nautiluzth
MacBook Intel 2008, Mac OS X (10.5.6)