Jan 30, '04 10:00:00AM • Contributed by: Lizard_King
- Using Terminal.app or X11 xterm, open /etc/ssh_config with your favorite editor. You'll have to be a super user to edit this file. Example:
[marley:~] lizard% sudo emacs /etc/ssh_config
- Find the line that contains ForwardX11
- Remove the leading # if it exists. This will uncomment this line so the ssh daemon will actually use this parameter instead of the default.
- Change the line to ForwardX11 yes
- Save your changes and exit the editor.
% ssh -X user@server.foo.com
