View Full Version : dropbear in client mode?
Hello,
I need to create a ssh tunnel to link port 1234 in the router to a remote ssh server 123.45.67.89:5555.
The port 1234 should only be accessible from the intranet.
Can this be done with dropbear?
how?
thanks,
;)
At the moment there is no ssh client compiled on the wl500g, so you need to make reverse channel - I mean ssh from server to wl500g.
Thanks Oleg. :)
A testing release of Dropbear with client functionality (0.44test4) is available at http://matt.ucc.asn.au/dropbear/testing/ since 14-Sep-2004.
Maybe someone could compile it... and include into a custom firmware... :p
Thanks Oleg. :)
A testing release of Dropbear with client functionality (0.44test4) is available at http://matt.ucc.asn.au/dropbear/testing/ since 14-Sep-2004.
Yes, I know, but I'm waiting for final release. :)
Maybe someone could compile it... and include into a custom firmware... :p
Someone? :D
I tried to build a ssh tunnel with: (ssh=dropbear client)
ssh -L 8080:remote_host:3128 mylogin@remote_server
I get a request for my password...
and after entering it, I get a "Segmentation fault" :(
any help?
thanks.
:rolleyes:
works fine for me. Perhaps compatibility problem with your server.
Oleg, could you please let me know the version of your ssh server?
thank you.