Added default path for sftp Subsystem in FreeBSD

This commit is contained in:
abednarik 2015-11-29 15:56:17 -03:00
parent 67e500fb11
commit 3791b11380

View File

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