Merge pull request #136 from Perceptyx/master

Added Debian sftp subystem
This commit is contained in:
N 2018-09-12 01:55:18 +01:00 committed by GitHub
commit 131910d0ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -75,6 +75,9 @@ that differ from whats in defaults.yaml
'Arch': { 'Arch': {
'Subsystem': 'sftp /usr/lib/ssh/sftp-server', 'Subsystem': 'sftp /usr/lib/ssh/sftp-server',
}, },
'Debian': {
'Subsystem': 'sftp /usr/lib/openssh/sftp-server',
},
'RedHat': { 'RedHat': {
'Subsystem': 'sftp /usr/libexec/openssh/sftp-server', 'Subsystem': 'sftp /usr/libexec/openssh/sftp-server',
}, },