From 9a8c55e4459463945f868c6a1e845939178b84fe Mon Sep 17 00:00:00 2001 From: pikastech Date: Mon, 20 Jul 2026 17:16:20 +0200 Subject: [PATCH] ops: distribute GitHub SSH identity to D601 VM --- config/deploy-ssh-identities.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config/deploy-ssh-identities.yaml b/config/deploy-ssh-identities.yaml index c41d9968..205bf20a 100644 --- a/config/deploy-ssh-identities.yaml +++ b/config/deploy-ssh-identities.yaml @@ -32,6 +32,14 @@ identities: knownHostsPath: /root/.ssh/known_hosts targets: + D601-VM: + providerId: D601-VM + route: D601-VM-HOST + homeDir: /home/ubuntu + egress: + mode: direct + identities: + - github.com D601: providerId: D601 route: D601