wraith/backend/src
Vantz Stockwell 11e1705110 fix: detect orphaned SSH key references and missing auth methods
When a credential's sshKeyId points to a deleted/missing SSH key row,
the connection attempt silently had zero auth methods. Now throws a
clear error explaining the SSH key is missing. Also catches the case
where a credential has neither password nor SSH key configured.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-14 01:04:41 -04:00
..
auth fix: WebSocket auth always fails — client object has no URL property 2026-03-13 11:16:03 -04:00
connections feat: connection manager — hosts + groups CRUD with search 2026-03-12 17:08:00 -04:00
prisma feat: Prisma schema (7 models) + NestJS bootstrap 2026-03-12 17:06:09 -04:00
rdp feat: RDP backend — Guacamole TCP tunnel to guacd over WebSocket 2026-03-12 17:27:09 -04:00
settings feat: settings — key/value store with CRUD API 2026-03-12 17:09:08 -04:00
terminal fix: TDZ crash on SSH connect failure — sessionId referenced before assignment 2026-03-14 00:50:35 -04:00
vault fix: detect orphaned SSH key references and missing auth methods 2026-03-14 01:04:41 -04:00
app.module.ts fix: move WebSocket paths under /api/ prefix to work through NPM proxy 2026-03-13 15:13:45 -04:00
main.ts fix: add crash handlers to catch process-killing exceptions 2026-03-14 00:36:44 -04:00