This commit is contained in:
mwiegand 2021-07-06 21:39:50 +02:00
parent 611c263df5
commit 4a845d4956
2 changed files with 1 additions and 11 deletions

View file

@ -6,9 +6,7 @@ def user(metadata):
for name, config in metadata.get('users').items():
users[name] = {
'authorized_keys': [],
'privkey': '111',
'privkey': 'pubkey',
'pubkey': '222',
}
return {

View file

@ -1,8 +0,0 @@
{
'hostname': '46.38.240.85',
'groups': [
'all',
],
'metadata': {
},
}