# SSH Password File for Automation # This file contains passwords for hosts that require password authentication # Used by discovery and backup scripts for automated SSH connections # Fedora host password FEDORA_PASSWORD="Panther#71" # Lenovo devices LENOVO_PASSWORD="admin" LENOVO420_PASSWORD="admin" # Other host passwords (if needed) OMV800_PASSWORD="admin" SURFACE_PASSWORD="admin" AUDREY_PASSWORD="admin" RASPBERRYPI_PASSWORD="admin" # Note: For security, this file should be: # 1. Added to .gitignore # 2. Have restricted permissions (chmod 600) # 3. Only used for automation scripts