Merge pull request #39 from imran1008/arch-fix
Fix service name for Arch Linux
This commit is contained in:
commit
92c2d24acb
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user