mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-05-05 23:54:19 +02:00
11 lines
437 B
Diff
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 */
|