From 801eedecde9b097dc5f2b1864e86fdcf73f61e23 Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Fri, 3 Jan 2020 22:08:59 +1300 Subject: [PATCH] add retiolum credentials to ssh --- system/desktop/home-manager/ssh.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/system/desktop/home-manager/ssh.nix b/system/desktop/home-manager/ssh.nix index a984bee..be08bd4 100644 --- a/system/desktop/home-manager/ssh.nix +++ b/system/desktop/home-manager/ssh.nix @@ -10,6 +10,11 @@ with lib; { user = "download"; port = 45621; }; + "*.r" = { + identityFile = "~/.ssh/card_rsa.pub"; + identitiesOnly = true; + user = "root"; + }; "*.private" = { identityFile = "~/.ssh/card_rsa.pub"; identitiesOnly = true;