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: { data: {
certificate: cert.certificate, certificate: cert.certificate,
sshUsername: usernameToUse, sshUsername: usernameToUse,
sshHost: resource.niceId, sshHost: resource.destination,
resourceId: resource.siteResourceId, resourceId: resource.siteResourceId,
keyId: cert.keyId, keyId: cert.keyId,
validPrincipals: cert.validPrincipals, validPrincipals: cert.validPrincipals,