mirror of
https://github.com/saltstack-formulas/openssh-formula.git
synced 2025-04-17 10:10:28 +00:00
Merge pull request #83 from llua/redhat
setup sftp correctly on RedHat-like machines
This commit is contained in:
commit
893b96d023
1 changed files with 3 additions and 0 deletions
|
@ -73,6 +73,9 @@ that differ from whats in defaults.yaml
|
|||
'Arch': {
|
||||
'Subsystem': 'sftp /usr/lib/ssh/sftp-server',
|
||||
},
|
||||
'RedHat': {
|
||||
'Subsystem': 'sftp /usr/libexec/openssh/sftp-server',
|
||||
},
|
||||
'default': {}
|
||||
}
|
||||
, grain="os_family"
|
||||
|
|
Loading…
Add table
Reference in a new issue