bundles/sshmon: ensure sshmon user is able to log in

This commit is contained in:
Franzi 2021-01-16 22:31:18 +01:00
parent 39aabd0546
commit 173746fe9c
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -20,6 +20,11 @@ defaults = {
},
},
},
'openssh': {
'allowed_users': {
'sshmon',
},
},
}