blob: 9eee8d4436da9d125a450258264325749389633e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/default_options.h
+++ b/default_options.h
@@ -250,7 +250,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 */
|