From d10102d8589242a0fff66355c4d481331e641dab Mon Sep 17 00:00:00 2001 From: asonix Date: Mon, 20 Feb 2023 09:51:07 -0600 Subject: [PATCH] Add firestar key --- ssh.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ssh.nix b/ssh.nix index 1b02176..7cdfdbd 100644 --- a/ssh.nix +++ b/ssh.nix @@ -15,6 +15,14 @@ in enable = true; matchBlocks = { + "firestar" = { + hostname = "192.168.50.10"; + user = "asonix"; + identitiesOnly = true; + identityFile = "/home/asonix/.ssh/firestar"; + port = 22; + proxyJump = "router"; + }; "github.com" = { hostname = "github.com"; user = "git";