From b682390b7599cedda5a83760e2a8ff3c49f59e9c Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 27 Apr 2016 12:23:34 +0200 Subject: isaac ssh config --- ymir.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ymir.nix b/ymir.nix index 5cf4c8a5..47fd9981 100644 --- a/ymir.nix +++ b/ymir.nix @@ -345,5 +345,10 @@ in rec { openssh.authorizedKeys.keys = [ ''no-port-forwarding,no-X11-forwarding,no-agent-forwarding,command="/var/setuid-wrappers/uucico" ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEgtDHA7oDIaRwggGGznNaKZF68rFTziqefSCn1t9ZKe uucp@odin'' ]; }; + sshConfig = '' + Host isaac + Hostname odin.asgard.yggdrasil + IdentityFile ~/.ssh/ + ''; }; } -- cgit v1.2.3