From f21a6e18898e5077daec99159175f7840f54b96e Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sun, 4 Jun 2023 09:40:41 +0100 Subject: [PATCH] Add Northstar ssh key to authorized_keys --- auth/authorized_keys.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/auth/authorized_keys.nix b/auth/authorized_keys.nix index 1511090c..c8a7565c 100644 --- a/auth/authorized_keys.nix +++ b/auth/authorized_keys.nix @@ -4,4 +4,5 @@ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII1tJFdbiyJApuVZFvo9E9kjlBwvXZeySqVuS2qGdxha tux@monarch" "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGAcvAQ8W71Bn8pdMYst1hoVCmVJ+0h4HBlJzu1C6dwy xenia@Northstar" "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDI44C35I2x9tqzeZDmIpbzmGJWXfATn/Wp5KzVRdlCi root@debian" + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMNqkZgNV9ZMUNqJLhVxh8GwltKe+u6inBfNmQYt3jLo xenia@Northstar" ]