0
0
mirror of https://github.com/saltstack-formulas/openssh-formula.git synced 2025-04-22 21:28:16 +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

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