diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-14 13:45:24 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-14 13:45:24 +0200 |
commit | 9770a8ec14f440776224783e1859f3b3368aee94 (patch) | |
tree | 8118267154007077865475ad1ddc81622cc6bc16 /ymir.nix | |
parent | d068782bc546667cd62720835ab8f137232899f1 (diff) | |
download | nixos-9770a8ec14f440776224783e1859f3b3368aee94.tar nixos-9770a8ec14f440776224783e1859f3b3368aee94.tar.gz nixos-9770a8ec14f440776224783e1859f3b3368aee94.tar.bz2 nixos-9770a8ec14f440776224783e1859f3b3368aee94.tar.xz nixos-9770a8ec14f440776224783e1859f3b3368aee94.zip |
hel may uucp to ymir
Diffstat (limited to 'ymir.nix')
-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 = '' |