# PC SSH Key Install (one-time) On the PC (PowerShell as the target user), run: mkdir $env:USERPROFILE\.ssh -Force Add-Content -Path $env:USERPROFILE\.ssh\authorized_keys -Value 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPfq34FtwsalcUIHVkMrCPUDcUmqVfcbJshuft1yISXY openclawpc-mission' icacls $env:USERPROFILE\.ssh /inheritance:r /grant "$env:USERNAME:(F)" icacls $env:USERPROFILE\.ssh\authorized_keys /inheritance:r /grant "$env:USERNAME:(F)" Then verify from Buddy host: ssh -i .openclaw/keys/openclawpc_ed25519 openclawpc.tailaafb6e.ts.net "echo PC_KEY_AUTH_OK"