mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-26 12:45:20 +03:00
11 lines
472 B
Diff
11 lines
472 B
Diff
--- a/default_options.h
|
|
+++ b/default_options.h
|
|
@@ -296,7 +296,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 */
|