Ssh host should be the destination

This commit is contained in:
Owen
2026-02-16 15:31:09 -08:00
parent f0b9240575
commit 5092eb58fb

View File

@@ -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,