blob: c16466e3e8f1bf08edaaae06a27eb2304f131285 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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 */
|