0
0
mirror of https://github.com/saltstack-formulas/openssh-formula.git synced 2024-11-28 03:28:09 +01:00

Add sftp subsystem debian (#3)

* Add map for debian
This commit is contained in:
Felipe Zipitría 2018-04-25 17:48:47 -03:00 committed by GitHub
parent 2a4d07cae1
commit 6fbef86827
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': { 'Arch': {
'Subsystem': 'sftp /usr/lib/ssh/sftp-server', 'Subsystem': 'sftp /usr/lib/ssh/sftp-server',
}, },
'Debian': {
'Subsystem': 'sftp /usr/lib/openssh/sftp-server',
},
'RedHat': { 'RedHat': {
'Subsystem': 'sftp /usr/libexec/openssh/sftp-server', 'Subsystem': 'sftp /usr/libexec/openssh/sftp-server',
}, },