mirror of
https://github.com/saltstack-formulas/openssh-formula.git
synced 2024-11-28 01:18:12 +01:00
Merge pull request #136 from Perceptyx/master
Added Debian sftp subystem
This commit is contained in:
commit
131910d0ca
@ -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',
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user