mirror of
https://github.com/saltstack-formulas/openssh-formula.git
synced 2024-11-28 01:18:12 +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': {
|
'Arch': {
|
||||||
'Subsystem': 'sftp /usr/lib/ssh/sftp-server',
|
'Subsystem': 'sftp /usr/lib/ssh/sftp-server',
|
||||||
},
|
},
|
||||||
|
'RedHat': {
|
||||||
|
'Subsystem': 'sftp /usr/libexec/openssh/sftp-server',
|
||||||
|
},
|
||||||
'default': {}
|
'default': {}
|
||||||
}
|
}
|
||||||
, grain="os_family"
|
, grain="os_family"
|
||||||
|
Loading…
Reference in New Issue
Block a user