New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !

XForwarding

Got problems with your B2 or B3? Share and get helped!
Post Reply
christian.einarsson
Posts: 12
Joined: 03 Aug 2009, 13:26

XForwarding

Post by christian.einarsson »

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.

Code: Select all

X11Forwarding yes


On the client: ~/.ssh/config.

Code: Select all

host bubba
     HostName XXXX.YY
     User XXXXX
     PermitLocalCommand yes
     ForwardX11 yes
jonj1
Posts: 51
Joined: 24 Oct 2008, 15:33

Re: XForwarding

Post by jonj1 »

It does work for me, at least running 'xhosts +' on the client, and using 'ssh -Y'. Do you have these packages installed?

xbase-clients
x11-common
rlevas
Posts: 14
Joined: 11 Mar 2010, 06:03
Location: Medford, New Jersey, USA

Re: XForwarding

Post by rlevas »

I confirm that X11Forwarding does work, but you do have to install the x11-common and xbase-client packages as well as edit the sshd config file.

I installed xterm, which in turn installed x11-common, but not xbase-client. Until I installed xbase-client I couldn't get X11Forwarding to work.

Thanks for the tip....
Rob
Post Reply