Fix tunnels

This commit is contained in:
LukeGus
2025-09-30 23:54:39 -05:00
parent ccfe866b8f
commit f223e4c462

View File

@@ -602,11 +602,6 @@ async function connectSSHTunnel(
});
}
} else {
tunnelLogger.warn("User data key not available for endpoint credentials, using tunnel config credentials", {
operation: "tunnel_connect",
tunnelName,
credentialId: tunnelConfig.endpointCredentialId,
});
}
} catch (error) {
tunnelLogger.warn(