aports/main/dropbear/dropbear-options_sftp-server_path.patch
2019-04-12 09:56:58 +00:00

12 lines
472 B
Diff

--- a/default_options.h
+++ b/default_options.h
@@ -255,7 +255,7 @@
* OpenSSH), set the path below and set DROPBEAR_SFTPSERVER.
* The sftp-server program is not provided by Dropbear itself */
#define DROPBEAR_SFTPSERVER 1
-#define SFTPSERVER_PATH "/usr/libexec/sftp-server"
+#define SFTPSERVER_PATH "/usr/lib/ssh/sftp-server"
/* 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 */