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

4
ssh/config Normal file
View File

@@ -0,0 +1,4 @@
Host gitlab.com
IdentityFile ~/.ssh/id_gitlab
IdentitiesOnly yes
AddKeysToAgent 8h

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"