Re: X11 forwarding?
Re: X11 forwarding?
- Subject: Re: X11 forwarding?
- From: Martin Costabel <email@hidden>
- Date: Thu, 03 Jul 2003 00:48:00 +0200
Alexander Schrieken wrote:
How exactly can I forward the screen output of an
application on machine A to machine B? (I tried
entering "ssh -X user@machine_A" in a terminal
window on machine B, but don't see anything
happening...)
Could anyone guide me through this -- or at least
point me in the right direction?
This is in the FAQ mentioned at the bottom of every message from the list:
Q: How do I forward remote X displays to my Mac?
A: The best (and safest) way is to simply ssh -X user@remotehost from
the initial xterm. X forwarding and your DISPLAY environment variable on
the remote host will automatically be set. Remote host must have X
Forwarding enabled in ssh_config file. MacOSX does not enable this by
default.
Actually, it should read sshd_config file, not ssh_config. Usually this
is /etc/sshd_config.
--
Martin
_______________________________________________
x11-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/x11-users
X11 for Mac OS X FAQ: http://developer.apple.com/qa/qa2001/qa1232.html
Report issues, request features, feedback: http://developer.apple.com/bugreporter
Do not post admin requests to the list. They will be ignored.