XForwarding
Posted: 27 Feb 2010, 18:22
Hi!
I've installed xemacs21 on my b2 but i've so far been unable to get XForwarding to work. Does any one know how to do it on bubba2? I've added the folowing to config files on bubba2 and my client.
On bubba2: /etc/ssh/sshd_config.
On the client: ~/.ssh/config.
I've installed xemacs21 on my b2 but i've so far been unable to get XForwarding to work. Does any one know how to do it on bubba2? I've added the folowing to config files on bubba2 and my client.
On bubba2: /etc/ssh/sshd_config.
Code: Select all
X11Forwarding yes
On the client: ~/.ssh/config.
Code: Select all
host bubba
HostName XXXX.YY
User XXXXX
PermitLocalCommand yes
ForwardX11 yes