View previous topic :: View next topic |
Author |
Message |
anars n00b
Joined: 15 Apr 2006 Posts: 4
|
Posted: Sat Apr 15, 2006 1:09 pm Post subject: Mac OSX + Xorg to remote gentoo box [solved] |
|
|
Hi all.
Can I use my xorg installation in Mac OSX to pull up X-applications from a remote gentoo box?
I've read about tightvnc and such, but a truly transparent Xorg -> Xorg would be cool
Any thoughts are welcome.
edit: or what about a window with the whole Xorg/Gnome environment remotely? that's what VNC is for, yes, but if I could somehow avoid the vnc thing and go all Xorg..
solution: all-right, I just did the 'ssh user@linuxbox -X' from within the XDarwin environment provided by the Xorg installation:)
also, partly thanks to you, 2nd poster.
Last edited by anars on Sat Apr 15, 2006 2:04 pm; edited 1 time in total |
|
Back to top |
|
|
felicehome Apprentice
Joined: 30 Sep 2004 Posts: 217
|
Posted: Sat Apr 15, 2006 1:23 pm Post subject: |
|
|
I never tried this by myself from OSX but you could try the following:
add this
to your /etc/ssh/sshd_config on your gentoo box.
then restart sshd:
Code: | /etc/init.d/sshd restart |
after that you could try the following from your OSX box:
Code: | ssh -X user@yourosxbox |
after login try to launch a X-app.
this should work at least it does from linux to linux |
|
Back to top |
|
|
anars n00b
Joined: 15 Apr 2006 Posts: 4
|
Posted: Sat Apr 15, 2006 1:27 pm Post subject: |
|
|
there must be something more to it.. because it didn't work. but thanks anyway:) |
|
Back to top |
|
|
felicehome Apprentice
Joined: 30 Sep 2004 Posts: 217
|
|
Back to top |
|
|
|