From 76cf63fa231a63bbf72b6325a4cfba81f21c992f Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 5 Apr 2018 14:42:40 +0200 Subject: New keys on odin --- hel.nix | 2 +- ymir.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hel.nix b/hel.nix index 60ae34c9..e728c409 100644 --- a/hel.nix +++ b/hel.nix @@ -205,7 +205,7 @@ remoteNodes = ["odin" "ymir"]; sshUser = { openssh.authorizedKeys.keys = [ ''restrict,command="${config.security.wrapperDir}/uucico" ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFH1QWdgoC03nzW5GBuCl2pqASHeIXIYtE9IInHdaKcO uucp@ymir'' - ''restrict,command="${config.security.wrapperDir}/uucico" ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJhACtnt9+3j2ev4QVA2QBlPtblPnu7yol2njgfMlHtC uucp@odin'' + ''restrict,command="${config.security.wrapperDir}/uucico" ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKcDj49TqmflGTmtGBqDawxmCBWW1txj61CZ7KT0hTHK uucp@odin'' ]; }; sshConfig = '' diff --git a/ymir.nix b/ymir.nix index c2b61efe..02670e33 100644 --- a/ymir.nix +++ b/ymir.nix @@ -852,7 +852,7 @@ in rec { nodeName = "ymir"; remoteNodes = [ "odin" "hel" ]; sshUser = { - openssh.authorizedKeys.keys = [ ''restrict,command="${config.security.wrapperDir}/uucico" ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEgtDHA7oDIaRwggGGznNaKZF68rFTziqefSCn1t9ZKe uucp@odin'' + openssh.authorizedKeys.keys = [ ''restrict,command="${config.security.wrapperDir}/uucico" ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKT/BsAMLJs9NYhKIso4J3EF+VzRBm3c+qCQ5ONKc/1s uucp@odin'' ''restrict,command="${config.security.wrapperDir}/uucico" ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOWBybBQKbPucqBgULQ1phv7IKFWl1Xc4drkCx3D5mIz uucp@hel'' ]; }; -- cgit v1.2.3