Tiny Core Linux

Tiny Core Base => TCB Talk => Topic started by: Peppe76 on September 28, 2012, 02:27:17 PM

Title: Tunnel X with Dropbear
Post by: Peppe76 on September 28, 2012, 02:27:17 PM
Hello,

How do I tunnel x with Dropbear?
When I use Debian I change the file /etc/ssh/sshd_config and change the following to this;
X11Forwarding yes
So my question is really where is this configuration file in Tiny Core Linux?
Thanks in advance!

Regards, Peter
Title: Re: Tunnel X with Dropbear
Post by: gerald_clark on September 28, 2012, 02:45:17 PM
Use openssh if you want a full sshd implementation.
Title: Re: Tunnel X with Dropbear
Post by: curaga on September 28, 2012, 02:48:19 PM
Dropbear's server supports X forwarding, the client doesn't.
Title: Re: Tunnel X with Dropbear
Post by: gerald_clark on September 28, 2012, 03:12:08 PM
dropbear -help shows no options for X forwarding.  Is it always enabled?
Title: Re: Tunnel X with Dropbear
Post by: curaga on September 28, 2012, 04:01:20 PM
Yeah, I think it's a compile-time option.
Title: Re: Tunnel X with Dropbear
Post by: Peppe76 on September 29, 2012, 05:04:14 AM
I didn't know that dropbear client didn't support tunnling and will install openssh instead.

Thanks for your answers and making a great job with Tiny Core Linux, I have been using it a lot :)

Regards, Peter
Title: Re: Tunnel X with Dropbear
Post by: tinypoodle on September 29, 2012, 06:35:35 PM
FWIW, tunneling would work very easily with putty (Haven't tried openssh for that).