blob: f5bbab9be050be7c0dd4cc3821c861a23beeed2f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
<!--#include file="header.html" -->
<h3>External Tiny Utilities</h3>
This is a list of tiny utilities whose functionality is not provided by
busybox. If you have additional suggestions, please send an e-mail to our
dev mailing list.
<br><br>
<table>
<tr>
<th>Feature</th>
<th>Utilities</th>
</tr>
<tr>
<td>SSH</td>
<td><a href="http://matt.ucc.asn.au/dropbear/">Dropbear</a> has both a sshd and a ssh client.</td>
</tr>
<tr>
<td>SMTP</td>
<td><a href="ftp://ftp.debian.org/debian/pool/main/s/ssmtp/">ssmtp</a> is an extremely simple MTA.</td>
</tr>
<tr>
<td>DNS</td>
<td><a href="http://www.thekelleys.org.uk/dnsmasq/">dnsmasq</a> is a small forwarding DNS server meant for small environments.</td>
</tr>
</table>
<!--#include file="footer.html" -->
|