0
0
mirror of https://github.com/saltstack-formulas/openssh-formula.git synced 2026-02-21 08:14:03 +01:00

Merge dd8e41075b2ef2d27a8ebd4a35c743131347bcea into b93448b5e611379f97c45dbb912c46bf8a3f79c1

This commit is contained in:
Felipe Zipitría 2018-04-25 14:56:16 +00:00 committed by GitHub
commit d0c8eb91d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -75,6 +75,9 @@ that differ from whats in defaults.yaml
'Arch': {
'Subsystem': 'sftp /usr/lib/ssh/sftp-server',
},
'Debian': {
'Subsystem': 'sftp /usr/lib/openssh/sftp-server',
},
'RedHat': {
'Subsystem': 'sftp /usr/libexec/openssh/sftp-server',
},