0
0
mirror of https://github.com/saltstack-formulas/openssh-formula.git synced 2026-05-08 12:53:26 +02:00

Add map for debian

This commit is contained in:
Felipe Zipitria 2018-04-25 11:47:53 -03:00
parent 2a4d07cae1
commit c190731af0
No known key found for this signature in database
GPG Key ID: A5D3A8FAF97BF212

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',
}, },