On 28/01/07, Alan L Tyree <[EMAIL PROTECTED]> wrote:
Hmm. I can't do a simple X forwarding to the Xubuntu machine.
See sshd_config(5) about X11Forwarding. At least on Debian it says the following: X11Forwarding Specifies whether X11 forwarding is permitted. The argument must be "yes" or "no". The default is "no". i.e. you have to add "X11Forwarding yes" to /etc/ssh/sshd_config and restart sshd in order to make the ssh daemon accept the X11 forwarding request from the ssh client. ---Amos -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
