How to setup SSH tunneling in dropbear?

Matt Johnston matt at ucc.asn.au
Tue Nov 4 20:41:44 WST 2008


On Tue, Oct 28, 2008 at 01:43:05PM +0800, Noor Maszuari wrote:
> Hi,
> I'm newbie in dropbear and I would like to know how to setup SSH tunneling
> using dropbear?

What sort of tunnelling do you want to use? You probably
would do something like:

dbclient -i /path/to/dropbear.key -L 1234:remotehost:remoteport tunnelhost

Where remotehost:remoteport is your destination and
tunnelhost is where you want to go through.

> What if I use private key that is generated by PuTTYgen and the location of
> the private key is /home/abc/xyz/pk.ppk?
> How is my command line looks like?

You can convert OpenSSH style keys to dropbear keys using
"dropbearconvert", or create a new dropbear key with
dropbearkey. puttygen can convert PuTTY keys to OpenSSH
style I think.

Matt


More information about the Dropbear mailing list