From a6c160639dd8387a447f11c62745d2e2f4542a87 Mon Sep 17 00:00:00 2001 From: Linnnus Date: Fri, 4 Apr 2025 08:35:19 +0000 Subject: ali: Use root SSH key to connect to ahmed-builder --- hosts/ali/remote-builders/ahmed-builder.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/hosts/ali/remote-builders/ahmed-builder.nix b/hosts/ali/remote-builders/ahmed-builder.nix index 0da0fc5..ad44210 100644 --- a/hosts/ali/remote-builders/ahmed-builder.nix +++ b/hosts/ali/remote-builders/ahmed-builder.nix @@ -21,9 +21,6 @@ User remotebuilder Hostname ${metadata.hosts.ahmed.ipv4Address} HostKeyAlias ahmed-builder - # This matches `users.users..authorizedKeys` on the server-side. - # HACK: We should use a purpose-specific key. - IdentityFile /Users/linus/.ssh/id_rsa ''; # We have to trust ahmeds host key or the Nix daemon will fail to connect. -- cgit v1.2.3