From 6066626adf6e4eba1ef304bb2ee5d650bd520711 Mon Sep 17 00:00:00 2001 From: Christine Elisabeth Koppel Date: Mon, 9 Feb 2026 18:17:51 +0100 Subject: [PATCH] Fixed a typo in the ssh_config --- nix-system-configs/modules/toolsets/remote_building.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nix-system-configs/modules/toolsets/remote_building.nix b/nix-system-configs/modules/toolsets/remote_building.nix index 8670a37..820e202 100644 --- a/nix-system-configs/modules/toolsets/remote_building.nix +++ b/nix-system-configs/modules/toolsets/remote_building.nix @@ -39,7 +39,8 @@ HostName 10.1.1.3 IdentitiesOnly yes IdentityFile /root/.ssh/nixremote - User nixremoteStrictHostKeyChecking accept-new + User nixremote + StrictHostKeyChecking accept-new ''; # Manual step required: After rebuilding the client, copy /root/.ssh/nixremote.pub