PC SSH Unblock — single next action (generated 2026-03-02 20:16 CET) 1) On Windows PC (PowerShell, same folder as script): powershell -ExecutionPolicy Bypass -File .\openclawpc-install-embedded.ps1 2) Verify installer integrity before run (optional but recommended): Get-FileHash .\openclawpc-install-embedded.ps1 -Algorithm SHA256 Expected: c9af29429452f4d87162a5e12efc7fbc499da2ab751d6be5608471d90a18ab5d 3) After install, from Mac re-test: ssh -i .openclaw/keys/openclawpc_ed25519 -o BatchMode=yes openclawpc.tailaafb6e.ts.net 'echo PC_AUTH_OK' Expected: PC_AUTH_OK