The purpose of this repository is to create a collection of useful scripts and commands for common and repetitive activities.
**WARNING:** Some of the use cases below involve piping scripts into bash. While this is convenient, doing it blindly is a security risk. Always review scripts and know what they do before piping into a shell!
**Description:** Generates an ed25519 SSH key for a service account, adds the public part to the service account's `authorized_keys` file, and prints the private part of the key to the console.
The primary intended use of this script is generating keys for use wit GitLab CI.