Bug Fixes
- Fix Windows SSH key permissions on non-English systems — The agent's SSH key lockdown used English group names (
Users,BUILTIN\Users, etc.) in icacls commands, which fail on non-English Windows installations (e.g. Spanish). Now uses well-known SIDs for locale independence. Also removes leftover CREATOR OWNER ACE that caused OpenSSH to reject the key as "too open." - Re-apply key permissions on every agent startup — Keys created by older agent versions with incorrect permissions are now automatically fixed on startup, without requiring manual intervention.