mirror of
https://github.com/saltstack-formulas/openssh-formula.git
synced 2024-11-27 23:07:53 +01:00
setup sftp correctly on RedHat-like machines
This commit is contained in:
parent
b9689cedff
commit
f4ea96f9c1
@ -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…
Reference in New Issue
Block a user