Merge pull request #52 from abednarik/frebsd_stpf_subsystem_path

Added default path for sftp Subsystem in FreeBSD
This commit is contained in:
Forrest 2015-11-29 13:31:39 -08:00
commit c5aaffa9a9
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ that differ from whats in defaults.yaml
'FreeBSD': { 'FreeBSD': {
'service': 'sshd', 'service': 'sshd',
'dig_pkg': 'bind-tools', 'dig_pkg': 'bind-tools',
'Subsystem': 'sftp /usr/libexec/sftp-server',
}, },
'Gentoo': { 'Gentoo': {
'server': 'net-misc/openssh', 'server': 'net-misc/openssh',