Browse Source

setup sftp correctly on RedHat-like machines

master
Eric Cook 8 years ago
parent
commit
f4ea96f9c1
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      openssh/map.jinja

+ 3
- 0
openssh/map.jinja View File

'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…
Cancel
Save