blob: 4262fdf209863f1b47414f8a227c3338a0464a54 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/options.h
+++ b/options.h
@@ -289,7 +289,7 @@
* OpenSSH), set the path below. If the path isn't defined, sftp will not
* be enabled */
#ifndef SFTPSERVER_PATH
-#define SFTPSERVER_PATH "/usr/libexec/sftp-server"
+#define SFTPSERVER_PATH "/usr/lib/ssh/sftp-server"
#endif
/* This is used by the scp binary when used as a client binary. If you're
|