Hi Matt,<br>Thanks for your tips. <br><br>-maszuari<br><br><div class="gmail_quote">On Tue, Nov 4, 2008 at 7:41 PM, Matt Johnston <span dir="ltr"><<a href="mailto:matt@ucc.asn.au">matt@ucc.asn.au</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">On Tue, Oct 28, 2008 at 01:43:05PM +0800, Noor Maszuari wrote:<br>
> Hi,<br>
> I'm newbie in dropbear and I would like to know how to setup SSH tunneling<br>
> using dropbear?<br>
<br>
</div>What sort of tunnelling do you want to use? You probably<br>
would do something like:<br>
<br>
dbclient -i /path/to/dropbear.key -L 1234:remotehost:remoteport tunnelhost<br>
<br>
Where remotehost:remoteport is your destination and<br>
tunnelhost is where you want to go through.<br>
<div class="Ih2E3d"><br>
> What if I use private key that is generated by PuTTYgen and the location of<br>
> the private key is /home/abc/xyz/pk.ppk?<br>
> How is my command line looks like?<br>
<br>
</div>You can convert OpenSSH style keys to dropbear keys using<br>
"dropbearconvert", or create a new dropbear key with<br>
dropbearkey. puttygen can convert PuTTY keys to OpenSSH<br>
style I think.<br>
<font color="#888888"><br>
Matt<br>
<br>
</font></blockquote></div><br>