Pulse/scripts
rcourtman fd09af6eee feat: Auto-cleanup legacy SSH keys when migrating to proxy
When pulse-sensor-proxy is installed, automatically remove old SSH keys that were stored in the container for security.

Changes:

**install-sensor-proxy.sh:**
- Checks container for SSH private keys (id_rsa, id_ed25519, etc.)
- Removes any found keys from container
- Warns user that legacy keys were cleaned up
- Explains proxy now handles SSH

**Setup script (config_handlers.go):**
- After successful proxy install, removes old SSH keys from all cluster nodes
- Cleans up authorized_keys entries that match the old container-based key
- Keeps only proxy-managed keys (pulse-sensor-proxy comment)

This provides a clean migration path from the old direct-SSH method to the secure proxy architecture. Users upgrading from pre-v4.24 versions get automatic cleanup of insecure container-stored keys.
2025-10-13 13:47:19 +00:00
..
dev Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
systemd Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
.go-version Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
build-release.sh refactor: Rename install-temp-proxy.sh to install-sensor-proxy.sh 2025-10-13 13:23:53 +00:00
clean-mock-alerts.sh Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
dev-hot.sh Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
dev-orchestrator.sh Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
hot-dev.sh Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
install-docker-agent.sh Fix docker agent installer for BusyBox wget (#255) 2025-10-12 10:57:19 +00:00
install-go-toolchain.sh Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
install-sensor-proxy.sh feat: Auto-cleanup legacy SSH keys when migrating to proxy 2025-10-13 13:47:19 +00:00
make-tests-safe.sh Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
protect-mock-nodes.sh Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
pulse-auto-update.sh Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
pulse-proxy-rotate-keys.sh refactor: Rename pulse-temp-proxy to pulse-sensor-proxy 2025-10-13 13:17:05 +00:00
pulse-sensor-proxy.service refactor: Rename pulse-temp-proxy to pulse-sensor-proxy 2025-10-13 13:17:05 +00:00
run-tests-mock.sh Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
sync-production-config.sh Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
take-all-screenshots.js Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
take-screenshots.js Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
test-vm-disk.sh Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
toggle-mock-pure.sh Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
toggle-mock.sh feat: capture Proxmox memory snapshots in diagnostics 2025-10-12 10:25:43 +00:00