--- a/options.h 2011-03-02 14:23:36.000000000 +0100 +++ b/options.h 2013-11-12 08:50:53.000000000 +0100 @@ -305,7 +305,7 @@ /* This is used by the scp binary when used as a client binary. If you're * not using the Dropbear client, you'll need to change it */ -#define DROPBEAR_PATH_SSH_PROGRAM "/usr/bin/dbclient" +#define DROPBEAR_PATH_SSH_PROGRAM "/bin/dbclient" /* Whether to log commands executed by a client. This only logs the * (single) command sent to the server, not what a user did in a @@ -347,7 +347,7 @@ #define DEFAULT_IDLE_TIMEOUT 0 /* The default path. This will often get replaced by the shell */ -#define DEFAULT_PATH "/usr/bin:/bin" +#define DEFAULT_PATH "/sbin:/bin:/var/bin" /* Some other defines (that mostly should be left alone) are defined * in sysoptions.h */