From 8fb9669531d71ca287cc15d9d0b8b99fc5649cac Mon Sep 17 00:00:00 2001 From: Greg Alexander Date: Sun, 21 Dec 2014 17:41:40 -0500 Subject: [PATCH] this is the only change necessary to make sftp-server "work" with dropbear (of course, it doesn't "actually work") --- dropbear/options.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dropbear/options.h b/dropbear/options.h index e652b8d..316c612 100644 --- a/dropbear/options.h +++ b/dropbear/options.h @@ -263,7 +263,7 @@ much traffic. */ * "-q" for quiet */ #undef XAUTH_COMMAND -#undef SFTPSERVER_PATH +#define SFTPSERVER_PATH NDK_EXECUTABLES_PATH "/libsftp-server.so" /* 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 */