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
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
>
> F
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
X11DisplayOffset