diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-04-27 12:23:34 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-04-27 12:23:34 +0200 |
commit | b682390b7599cedda5a83760e2a8ff3c49f59e9c (patch) | |
tree | 99d1dabd6f4f02c031d5c8c29d3e20a91659198d /ymir.nix | |
parent | 54959bdde1451ae83eb9ba2988b7db8aebe95f61 (diff) | |
download | nixos-b682390b7599cedda5a83760e2a8ff3c49f59e9c.tar nixos-b682390b7599cedda5a83760e2a8ff3c49f59e9c.tar.gz nixos-b682390b7599cedda5a83760e2a8ff3c49f59e9c.tar.bz2 nixos-b682390b7599cedda5a83760e2a8ff3c49f59e9c.tar.xz nixos-b682390b7599cedda5a83760e2a8ff3c49f59e9c.zip |
isaac ssh config
Diffstat (limited to 'ymir.nix')
-rw-r--r-- | ymir.nix | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -345,5 +345,10 @@ in rec { | |||
345 | openssh.authorizedKeys.keys = [ ''no-port-forwarding,no-X11-forwarding,no-agent-forwarding,command="/var/setuid-wrappers/uucico" ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEgtDHA7oDIaRwggGGznNaKZF68rFTziqefSCn1t9ZKe uucp@odin'' | 345 | openssh.authorizedKeys.keys = [ ''no-port-forwarding,no-X11-forwarding,no-agent-forwarding,command="/var/setuid-wrappers/uucico" ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEgtDHA7oDIaRwggGGznNaKZF68rFTziqefSCn1t9ZKe uucp@odin'' |
346 | ]; | 346 | ]; |
347 | }; | 347 | }; |
348 | sshConfig = '' | ||
349 | Host isaac | ||
350 | Hostname odin.asgard.yggdrasil | ||
351 | IdentityFile ~/.ssh/ | ||
352 | ''; | ||
348 | }; | 353 | }; |
349 | } | 354 | } |