l 2: add shodan to authorizedKeys

This commit is contained in:
lassulus 2016-05-21 13:51:06 +02:00
parent c7596ab3b4
commit a6d654ef31

View File

@ -19,6 +19,7 @@ with config.krebs.lib;
openssh.authorizedKeys.keys = [
config.krebs.users.lass.pubkey
config.krebs.users.lass-uriel.pubkey
config.krebs.users.lass-shodan.pubkey
];
};
mainUser = {
@ -33,6 +34,7 @@ with config.krebs.lib;
openssh.authorizedKeys.keys = [
config.krebs.users.lass.pubkey
config.krebs.users.lass-uriel.pubkey
config.krebs.users.lass-shodan.pubkey
];
};
};