Merge pull request #39 from imran1008/arch-fix

Fix service name for Arch Linux
This commit is contained in:
Forrest 2015-06-20 13:21:49 -07:00
commit 92c2d24acb

View File

@ -9,7 +9,7 @@ that differ from whats in defaults.yaml
'Arch': {
'server': 'openssh',
'client': 'openssh',
'service': 'sshd.socket',
'service': 'sshd',
},
'Debian': {
'server': 'openssh-server',