2021-05-13 19:35:23 +02:00
|
|
|
let
|
|
|
|
# set ssh public keys here for your system and user
|
2022-02-20 18:19:05 +01:00
|
|
|
teapot_sys = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL0SIfZoa02nUXilDdyB5FBBybCv12dfYUh9eCExiPb6 root@teapot";
|
|
|
|
mae_teapot = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDi83/SFKQqdJgZLOJDFSkPY8VWAqzV7XX9ZfocbTsfe mae@teapot";
|
|
|
|
allKeys = [ teapot_sys mae_teapot ];
|
2021-05-13 19:35:23 +02:00
|
|
|
in
|
|
|
|
{
|
|
|
|
}
|