Re: [PATCH] dropbear: allow disabling support for scp

2020-08-13 Thread Hans Dedecker
Hi, On Wed, Jul 22, 2020 at 3:34 PM Rui Salvaterra wrote: > > If not needed, disabling scp allows for a nice size reduction. > > Dropbear executable size comparison: > > 153621 bytes (baseline) > 133077 bytes (without scp) > > In other words, we trim a total of 20544 bytes. > > [Note: This patch

Re: [PATCH] dropbear: allow disabling support for scp

2020-07-22 Thread Paul Spooren
Hi Rui, I imagine it could be helpful if you use sstrip[0] on the created binaries to give a clearer size comparison. [0]: https://github.com/BR903/ELFkickers/blob/master/sstrip/ Best, Paul On 22.07.20 03:31, Rui Salvaterra wrote: If not needed, disabling scp allows for a nice size reductio

[PATCH] dropbear: allow disabling support for scp

2020-07-22 Thread Rui Salvaterra
If not needed, disabling scp allows for a nice size reduction. Dropbear executable size comparison: 153621 bytes (baseline) 133077 bytes (without scp) In other words, we trim a total of 20544 bytes. [Note: This patch is on top of "dropbear: fix ssh alternative when dbclient isn't built"] Signe