Browse Source

Merge pull request #74 from llua/arch_sftp

fix Subsystem directive on archlinux
master
Forrest 8 years ago
parent
commit
263575e57e
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      openssh/map.jinja

+ 3
- 0
openssh/map.jinja View File

@@ -70,6 +70,9 @@ that differ from whats in defaults.yaml
'Suse': {
'Subsystem': 'sftp /usr/lib/ssh/sftp-server',
},
'Arch': {
'Subsystem': 'sftp /usr/lib/ssh/sftp-server',
},
'default': {}
}
, grain="os_family"

Loading…
Cancel
Save