diff options
-rw-r--r-- | ymir.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 = '' |