Re: X11 forwarding?
Re: X11 forwarding?
- Subject: Re: X11 forwarding?
- From: Martin Costabel <email@hidden>
- Date: Thu, 03 Jul 2003 01:40:28 +0200
RCohen wrote:
You'll need to turn on X11 forwarding on the machine you want
to forward FROM by editing the file
/private/etc/sshd. (You'll need to do this as root, e.g.
via sudo -s).
/private/etc/sshd_config
Make sure you have the following lines present and uncommented (no # in
front)
X11Forwarding yes
This is the only one needed, because the default is "no".
X11DisplayOffset 10
I also have
X11UseLocalhost yes
but don't know if that is necessary.
These two are set by default, so they are not necessary.
You'll need to restart sshd after doing this (e.g. by rebooting).
Yes.
On the machine you are forwarding TO, in your home directory, s
subdirectory .ssh, you need a file "config". It should have
in it the line,
ForwardX11 yes
You only need this one if you want to avoid the "-X" on the command
line. With "ssh -X" the local machine enables X forwarding anyway.
--
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.