fix(security): harden imessage remote scp/ssh handling

This commit is contained in:
Peter Steinberger
2026-02-19 11:07:56 +01:00
parent cdb00fe242
commit 49d0def6d1
12 changed files with 150 additions and 12 deletions

View File

@@ -135,7 +135,7 @@ export async function startSshPortForward(opts: {
"-o",
"BatchMode=yes",
"-o",
"StrictHostKeyChecking=accept-new",
"StrictHostKeyChecking=yes",
"-o",
"UpdateHostKeys=yes",
"-o",