ssh-key-management
Installation
SKILL.md
Managing SSH Keys
Use when:
- Adding or generating an SSH key for Acquia Cloud
- Listing or deleting SSH keys
- Setting up SSH access for IDEs or CI/CD pipelines
SSH keys provide secure authentication to Acquia Cloud resources without needing to enter passwords.
Why SSH Keys?
SSH keys allow you to:
- Securely access your IDEs without entering a password
- Push code to your repositories
- Execute remote commands on your servers
- Automate deployments in scripts or CI/CD pipelines