summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ymir.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/ymir.nix b/ymir.nix
index 376f91db..4e45d609 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -484,6 +484,7 @@ in rec {
484 remoteNodes = ["isaac" "hel"]; # legacy name for odin 484 remoteNodes = ["isaac" "hel"]; # legacy name for odin
485 sshUser = { 485 sshUser = {
486 openssh.authorizedKeys.keys = [ ''no-port-forwarding,no-X11-forwarding,no-agent-forwarding,command="/var/setuid-wrappers/uucico" ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEgtDHA7oDIaRwggGGznNaKZF68rFTziqefSCn1t9ZKe uucp@odin'' 486 openssh.authorizedKeys.keys = [ ''no-port-forwarding,no-X11-forwarding,no-agent-forwarding,command="/var/setuid-wrappers/uucico" ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEgtDHA7oDIaRwggGGznNaKZF68rFTziqefSCn1t9ZKe uucp@odin''
487 ''no-port-forwarding,no-X11-forwarding,no-agent-forwarding,command="/var/setuid-wrappers/uucico" ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINq1TXRLBFllPN0zMs6KrB5cwPwbrdjz70lRZdWXcjU5 uucp@hel''
487 ]; 488 ];
488 }; 489 };
489 sshConfig = '' 490 sshConfig = ''