mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-10 18:28:10 +09:00
Add a new location of sftp-server on Tumbleweed
Signed-off-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Anderson Toshiyuki Sasaki <ansasaki@redhat.com>
This commit is contained in:
@@ -719,6 +719,7 @@ static void torture_setup_create_sshd_config(void **state, bool pam)
|
|||||||
struct stat sb;
|
struct stat sb;
|
||||||
const char *sftp_server_locations[] = {
|
const char *sftp_server_locations[] = {
|
||||||
"/usr/lib/ssh/sftp-server",
|
"/usr/lib/ssh/sftp-server",
|
||||||
|
"/usr/libexec/ssh/sftp-server", /* Tumbleweed 20200829 */
|
||||||
"/usr/libexec/sftp-server",
|
"/usr/libexec/sftp-server",
|
||||||
"/usr/libexec/openssh/sftp-server",
|
"/usr/libexec/openssh/sftp-server",
|
||||||
"/usr/lib/openssh/sftp-server", /* Debian */
|
"/usr/lib/openssh/sftp-server", /* Debian */
|
||||||
|
|||||||
Reference in New Issue
Block a user