Re: remote x forwarding through ssh

2007-04-27 Thread Warren Head
2007/4/26, Lowell Gilbert [EMAIL PROTECTED]: WarrenHead [EMAIL PROTECTED] writes: Hi list, I'm trying to use ssh to forward X from a local FreeBSD server to my ubuntu machine. I'm unable to get X forwarded. (ssh is working) I set these options: ubuntu: /etc/ssh/ssh_config Host *

Re: remote x forwarding through ssh

2007-04-26 Thread Lowell Gilbert
WarrenHead [EMAIL PROTECTED] writes: Hi list, I'm trying to use ssh to forward X from a local FreeBSD server to my ubuntu machine. I'm unable to get X forwarded. (ssh is working) I set these options: ubuntu: /etc/ssh/ssh_config Host * ForwardX11 yes ForwardAgent yes FreeBSD

remote x forwarding through ssh

2007-04-25 Thread WarrenHead
Hi list, I'm trying to use ssh to forward X from a local FreeBSD server to my ubuntu machine. I'm unable to get X forwarded. (ssh is working) I set these options: ubuntu: /etc/ssh/ssh_config Host * ForwardX11 yes ForwardAgent yes FreeBSD /etc/ssh/sshd_config X11Forwarding yes