Skip to content
Snippets Groups Projects
Commit c694c004 authored by Alan Nelson's avatar Alan Nelson
Browse files

Add README

parent 820966c8
Branches
No related tags found
No related merge requests found
# Public Utility Scripts
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!
# Contents
## `generate_svc_account_key.sh`
**Example:** `bash <(curl -q -o - "https://git.unl.edu/unl-its/public-utility-scripts/-/raw/master/generate_svc_account_key.sh" 2>/dev/null)`
**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.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment