Opened 16 years ago

Closed 12 years ago

Last modified 7 years ago

#2460 closed enhancement (wontfix)

Dropbear compilation instructions

Reported by: Aaron Mason Owned by: blfs-book@…
Priority: normal Milestone: x-future
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

URL for tarball: http://matt.ucc.asn.au/dropbear/dropbear-0.50.tar.gz

Prerequisites: none - has a minimal SSL library built in

Dropbear is a small footprint SSH server. It is ideal for small memory systems and is quick to install and prepare.

Instructions:

1) Run the configure script:

./configure --prefix=/usr

2) If servers are needed:

2a)Compile

make PROGRAMS="dropbear dropbearkey dbclient scp"

2b)Install

make PROGRAMS="dropbear dropbearkey dbclient scp" install

2c)Generate DSS and RSA keys.

dropbearkey -type rsa -f /etc/dropbear/dropbear_rsa_host_key dropbearkey -type dss -f /etc/dropbear/dropbear_dss_host_key

2d)Install Dropbear init scripts from BLFS bootscripts

make install-dropbear

3) If only client programs are needed:

3a)Compile

make PROGRAMS="dbclient scp"

3b)Install

make PROGRAMS="dbclient scp" install

And that's it.

Change History (3)

comment:1 by Randy McMurchy, 16 years ago

Milestone: 6.3future

comment:2 by Armin K, 12 years ago

Resolution: wontfix
Status: newclosed

One SSH server is enough for the book.

comment:3 by bdubbs@…, 7 years ago

Milestone: futurex-future

Milestone renamed

Note: See TracTickets for help on using tickets.