#2460 closed enhancement (wontfix)
Dropbear compilation instructions
Reported by: | Aaron Mason | Owned by: | |
---|---|---|---|
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 , 17 years ago
Milestone: | 6.3 → future |
---|
comment:2 by , 13 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
One SSH server is enough for the book.