aports/main/dropbear/dropbear-options_sftp-server_path.patch
2024-11-20 11:24:49 +00:00

11 lines
437 B
Diff

--- a/src/default_options.h
+++ b/src/default_options.h
@@ -320,7 +320,7 @@ group1 in Dropbear server too */
* Homedir is prepended if path begins with ~/
*/
#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 */