summaryrefslogtreecommitdiff
path: root/modules/server
diff options
context:
space:
mode:
authorGrigory Shipunov2023-08-24 19:54:14 +0200
committerGrigory Shipunov2023-08-24 19:55:07 +0200
commita0b0a553269067c705bc5bdf8bfe582ef9b156d9 (patch)
treec42dd3d7311256b45accc1d903642654077adec3 /modules/server
parent80b8f0ebbd5f5c8f0f0b3a06168530320c4e24d3 (diff)
add new ssh key
Diffstat (limited to 'modules/server')
-rw-r--r--modules/server/ssh.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/server/ssh.nix b/modules/server/ssh.nix
index a1bbd10..5be216a 100644
--- a/modules/server/ssh.nix
+++ b/modules/server/ssh.nix
@@ -8,4 +8,9 @@
};
networking.firewall.allowedTCPPorts = [ 22 ];
+ users.users.root.openssh.authorizedKeys.keys = [
+ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHv82n6F6kwJ3/EMYlOoCc1/NaYFW7QHC5F8jKVzdlio gshipunov@toaster"
+ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIA3to/h8Myn+zXAkjboaRVqOfmtDz7VpIHhHbaRoYyPX g.shipunov@uva.nl"
+ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAlRhs/h3zTfonh/8wTZPEHnLAWXtedpF3ulJOwDbTGL owner@pixel"
+ ];
}