What problem does it solve?
This Skill prevents unsafe and inconsistent server sign-in handling by making SSH key-based access the default, controlling when password fallback is allowed, and repairing key permission issues before connection attempts continue.
Core Features & Use Cases
- Key-First Connection Logic: Detects existing server keys and blocks unnecessary password prompts on repeated access.
- Key Initialization: Sets up SSH keys for first-time server onboarding when no local key material is present.
- Permission Repair: Fixes Windows private-key permission problems so authentication can proceed safely.
- Use Case: A server maintainer can use this Skill to standardize access for new hosts, recover broken key permissions, and keep credentials out of logs and scripts.
Quick Start
Ask this skill to determine the correct SSH authentication path for a server, initialize keys if needed, and fix Windows private-key permissions before any password fallback is considered.