PDA

Ver la versión completa : Caanoo-Dropbear: SSH Server & Client v. 0.52



NewsWeeZ
17/11/2010, 13:45
Hi All,

Dropbear is a small SSH2 Server and Client running on a variety of POSIX-based platforms.
It has been mainly developed by Matt Johnston (see matt’s web site (http://matt.ucc.asn.au/dropbear/dropbear.html)).

Scachi did a port to the Wiz, and i’ve recompiled it for the caanoo. It includes ‘scp’ so you can use the dropbear server to transfert files (using scp with termlua2x from caanoo side, or scp / winssh from your PC side).

That’s what i’m using to dev on the caano, to transfert cross-compiled binaries etc http://zx81.zx81.free.fr/serendipity/templates/default/img/emoticons/tongue.png

Be careful, if you want to connect to your caanoo you must use the -t option no to launch a login shell or it will relaunch the menu etc and make a big mess on your caanoo session. The following command should work properly :

ssh root@caanoo_ip_address -t “/bin/sh”

Enjoy,

Zx.

Download Caanoo-Dropbear: SSH Server & Client v. 0.52 (http://dl.openhandhelds.org/cgi-bin/caanoo.cgi?0,0,0,0,116,593)

Sourcecode (http://zx81.zx81.free.fr/public/caanoo/dropbear/caanoo-dropbear-0.52-src.zip)

http://dl.openhandhelds.org/caanoo/screenshots/caanoo-dropbear.jpg

Source (http://zx81.zx81.free.fr/serendipity/index.php?/archives/475-Caanoo-Dropbear-SSH-Server-Client-for-the-Caanoo-v0.52.html)



Más información... (http://lostsite.altervista.org/wiz/?p=2739)

Aiken
17/11/2010, 13:49
Be careful, if you want to connect to your caanoo you must use the -t option no to launch a login shell or it will relaunch the menu etc and make a big mess on your caanoo session. The following command should work properly :
ssh root@caanoo_ip_address -t “/bin/sh”


****, por fin descubro como concectame sin que vuelva a lanzar el menu por segunda vez y enmarranar toda la pantalla.

Aiken