l 2: remove uriel from authorizedKeys
This commit is contained in:
parent
572528a87a
commit
b02eec11b6
|
@ -21,7 +21,6 @@ with config.krebs.lib;
|
|||
root = {
|
||||
openssh.authorizedKeys.keys = [
|
||||
config.krebs.users.lass.pubkey
|
||||
config.krebs.users.lass-uriel.pubkey
|
||||
config.krebs.users.lass-shodan.pubkey
|
||||
];
|
||||
};
|
||||
|
@ -37,7 +36,6 @@ with config.krebs.lib;
|
|||
];
|
||||
openssh.authorizedKeys.keys = [
|
||||
config.krebs.users.lass.pubkey
|
||||
config.krebs.users.lass-uriel.pubkey
|
||||
config.krebs.users.lass-shodan.pubkey
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue