Add ssh to gitlab

This commit is contained in:
2026-04-28 15:21:29 -04:00
parent bac8eda5a4
commit cf3be894d3
12 changed files with 97 additions and 52 deletions

2
ssh/gen-gitlab-key.sh Executable file
View File

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