Allow missing agent host

This commit is contained in:
Owen
2026-06-12 15:01:09 -07:00
parent 3fd5c98def
commit 39f40e5160

View File

@@ -644,14 +644,6 @@ export async function signSshKey(
messageIds.push(message.messageId);
const agentHost = siteAgentHostMap.get(siteId);
if (!agentHost) {
return next(
createHttpError(
HttpCode.INTERNAL_SERVER_ERROR,
`Unable to determine agent host for site ${siteId}`
)
);
}
await sendToClient(newt.newtId, {
type: `newt/pam/connection`,