[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 lrwxrwxrwx

Re: [0.51] Can I remove dbclient?

2011-07-18 Thread Gilles
Hello On Mon, 18 Jul 2011 23:50:46 +0800, Matt Johnston wrote: >I don't know what your appliance's manufacturer has done, >what device it? I would think you can probably create the >symlink, though it'd depend how things were built. It's part of uClinux-dist. I guess I'll just delete dbclient, c

How to get dbclient?

2019-03-14 Thread 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. Thanks to Matt for all his nice work. ~ Gilles

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.7