Files
jbashrc/ssh/gen-gitlab-key.sh
2026-04-28 15:28:39 -04:00

3 lines
91 B
Bash
Executable File

#!/usr/bin/env bash
ssh-keygen -t ed25519 -a 100 -f ~/.ssh/id_gitlab -C "jyelon@gmail.com"