modules/deploy-rs-receiver: add another key

This commit is contained in:
Max Headroom 2023-03-22 18:14:40 +01:00
parent 2595a7ce5e
commit 39050c9161

View file

@ -15,6 +15,7 @@
uid = 1999;
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMmdWfmAs/0rno8zJlhBFMY2SumnHbTNdZUXJqxgd9ON max@jericho"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL5C7mC5S2gM0K6x0L/jNwAeQYbFSzs16Q73lONUlIkL max@TITAN"
];
};
}