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.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: dropbear.tcz
To start the server: /etc/init.d/dropbear start
The dropbear extension mounts over / instead of over /usr/local. Is that intentional?
-
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.
-
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.
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.
-
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 ?
-
True, it was removed when dropbear was.
How should I start dropbear daemon? With "/etc/init.d/dropbear start" in /opt/bootlocal.sh ?
Yes.