WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Dropbear SSH server and client  (Read 5756 times)

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10965
Dropbear SSH server and client
« on: January 17, 2010, 12: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
The only barriers that can stop you are the ones you create yourself.

Offline vitex

  • Full Member
  • ***
  • Posts: 113
Re: Dropbear SSH server and client
« Reply #1 on: January 17, 2010, 01: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?

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10965
Re: Dropbear SSH server and client
« Reply #2 on: January 18, 2010, 02: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.
The only barriers that can stop you are the ones you create yourself.

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10965
Re: Dropbear SSH server and client
« Reply #3 on: April 10, 2010, 07: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.
The only barriers that can stop you are the ones you create yourself.

Offline grisxa

  • Newbie
  • *
  • Posts: 27
Re: Dropbear SSH server and client
« Reply #4 on: April 13, 2010, 03:52:33 AM »
It looks like "ssh" boot code doesn't work any more.

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

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10965
Re: Dropbear SSH server and client
« Reply #5 on: April 13, 2010, 04: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.
The only barriers that can stop you are the ones you create yourself.