#2460: Dropbear compilation instructions
-------------------------+--------------------------------------------------
Reporter: amason | Owner: [email protected]
Type: enhancement | Status: new
Priority: normal | Milestone: 6.3
Component: BOOK | Version: SVN
Severity: normal | Keywords:
-------------------------+--------------------------------------------------
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.
--
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/2460>
BLFS Trac <http://wiki.linuxfromscratch.org/blfs>
Beyond Linux From Scratch
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page