mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix the path to sftp-server
on Photon OS 5
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
ee8fcbf0e6
commit
d9893886bb
1 changed files with 2 additions and 0 deletions
|
@ -1424,6 +1424,8 @@ def sshd_server(salt_factories, sshd_config_dir, salt_master, grains):
|
|||
"/usr/libexec/openssh/sftp-server",
|
||||
# Arch Linux
|
||||
"/usr/lib/ssh/sftp-server",
|
||||
# Photon OS 5
|
||||
"/usr/libexec/sftp-server",
|
||||
]
|
||||
sftp_server_path = None
|
||||
for path in sftp_server_paths:
|
||||
|
|
Loading…
Add table
Reference in a new issue