mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-06 01:02:26 +01:00
12 lines
437 B
Diff
12 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 */
|