/** * Migration: move legacy ~/.ssh/_deploy_key{,_} into * ~/.ssh/factiii//_deploy_key. * * - Suffixed copies (staging_deploy_key_) are MOVED — they unambiguously * belong to this project. * - Unsuffixed copies (staging_deploy_key) are COPIED, not moved — another repo * on this machine may still depend on the legacy path until it runs its own * migration. * - .pem files are not auto-migrated. User configures aws.prod_ssh_key_path * directly if needed. */ import type { Fix } from '../../../../../types/index.js'; export declare const sshKeysLocationFix: Fix; //# sourceMappingURL=ssh-keys-location.d.ts.map