Tiny Core Linux

Tiny Core Extensions => TCE News => TCE 2.x => Topic started by: curaga on January 17, 2010, 03:40:40 PM

Title: Dropbear SSH server and client
Post by: curaga on January 17, 2010, 03:40:40 PM
Quote
Title:          dropbear.tcz
Description:    Small SSH client and server
Version:        0.52
Author:         Matt Johnston
Original-site:  http://matt.ucc.asn.au/dropbear/dropbear.html
Copying-policy: MIT
Size:      92K
Extension_by:   Curaga
Comments:       The dropbear package as found in TC 2.8rc1 and earlier.
      To start the server: /etc/init.d/dropbear start
-
      Not PPI compatible.
Change-log:
Current:        2010/01/17 Original
Title: Re: Dropbear SSH server and client
Post by: vitex on January 17, 2010, 04:05:40 PM
Quote
Title:          dropbear.tcz
   To start the server: /etc/init.d/dropbear start

The dropbear extension mounts over / instead of over /usr/local.  Is that intentional?
Title: Re: Dropbear SSH server and client
Post by: curaga on January 18, 2010, 05:03:01 AM
Yes. This is not a recompile, but just a repack of the same binaries that were removed from the base.

This was both to get an extension out quickly ;) and to keep compatibility with possible users' scripts.


When there's a new version of dropbear out, it'll be compiled to /usr/local.
Title: Re: Dropbear SSH server and client
Post by: curaga on April 10, 2010, 10:57:21 AM
Small edit to the init script, plus startup script moved to /usr/local/etc/init.d. /etc/init.d/dropbear still works, but now it's a symlink.

Quote
Title:          dropbear.tcz
Description:    Small SSH client and server
Version:        0.52
Author:         Matt Johnston
Original-site:  http://matt.ucc.asn.au/dropbear/dropbear.html
Copying-policy: MIT
Size:      92K
Extension_by:   Curaga
Comments:       The dropbear package as found in TC 2.8rc1 and earlier.
      To start the server: /etc/init.d/dropbear start
-
      Not PPI compatible.
Change-log:   2010/01/17 Original
Current:        2010/04/10 Added status check to init script.
Title: Re: Dropbear SSH server and client
Post by: grisxa on April 13, 2010, 06:52:33 AM
It looks like "ssh" boot code (http://tinycorelinux.com/faq.html#bootcodes) doesn't work any more.

How should I start dropbear daemon? With "/etc/init.d/dropbear start" in /opt/bootlocal.sh ?
Title: Re: Dropbear SSH server and client
Post by: curaga on April 13, 2010, 07:43:47 AM
True, it was removed when dropbear was.

How should I start dropbear daemon? With "/etc/init.d/dropbear start" in /opt/bootlocal.sh ?
Yes.