Re: How to get dbclient?

2019-03-14 Thread Gilles
Thanks to both of you for the clarification.

BTW, I come to dropbear through a SDK for the raspberry pi

http://www.arbetsmyra.dyndns.org/nard/ .

Le 2019-03-14 à 10:17, Konstantin Tokarev a écrit :
>
> 14.03.2019, 17:09, "Gilles" :
>> The INSTALL file in dropbear-2018.76 says
>>
>> - Compile:
>>
>>   make PROGRAMS="dropbear dbclient dropbearkey dropbearconvert scp"
>>
>> Should there be a dropbear.c file and a dbclient.c file? I do not see them.
>>
>> I am looking for the dbclient program.
> Entry point of dblcient is in cli-main.c, other files starting with "cli-*" 
> are also
> specific to dbclient
>
>> Thanks to Matt for all his nice work.
>>
>> ~ Gilles


[0.51] Can I remove dbclient?

2011-07-18 Thread Gilles
Hello

On an appliance, I noticed that dblclient and dropbearmulti are
duplicates:


root:/bin ls -il d*
347 -rwxr-xr-x1 root root187100 Jun  3  2008 dbclient

352 lrwxrwxrwx1 root root18 Jan  1 00:07 dropbear
- /bin/dropbearmulti

353 lrwxrwxrwx1 root root18 Jan  1 00:07
dropbearkey - /bin/dropbearmulti

344 -rwxr-xr-x1 root root187100 Jun  3  2008
dropbearmulti


To save space, can I safely remove dbclient and simply create a
symlink to dropbearmulti?

Thank you.