Merge pull request #52 from abednarik/frebsd_stpf_subsystem_path
Added default path for sftp Subsystem in FreeBSD
This commit is contained in:
commit
c5aaffa9a9
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue