From 5092eb58fbbe41bc6d87f7c6a44759c9d73bd07e Mon Sep 17 00:00:00 2001 From: Owen Date: Mon, 16 Feb 2026 15:31:09 -0800 Subject: [PATCH] Ssh host should be the destination --- server/private/routers/ssh/signSshKey.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/private/routers/ssh/signSshKey.ts b/server/private/routers/ssh/signSshKey.ts index d2f4bcc7..593a83bb 100644 --- a/server/private/routers/ssh/signSshKey.ts +++ b/server/private/routers/ssh/signSshKey.ts @@ -252,7 +252,7 @@ export async function signSshKey( data: { certificate: cert.certificate, sshUsername: usernameToUse, - sshHost: resource.niceId, + sshHost: resource.destination, resourceId: resource.siteResourceId, keyId: cert.keyId, validPrincipals: cert.validPrincipals,