bundles/sshmon: ensure sshmon user is able to log in
This commit is contained in:
parent
39aabd0546
commit
173746fe9c
1 changed files with 5 additions and 0 deletions
|
@ -20,6 +20,11 @@ defaults = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
'openssh': {
|
||||||
|
'allowed_users': {
|
||||||
|
'sshmon',
|
||||||
|
},
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue