Files
configs/ssh/config
Paul Lopez efbd354346 SSH config
2025-12-03 09:00:44 -06:00

14 lines
288 B
Plaintext

# gitlab-psljr
Host gitlab-psljr
HostName gitlab.com
User git
IdentityFile ~/.ssh/id_rsa_psljr
IdentitiesOnly yes
#gitlab-psldevstudios
Host gitlab-psldevstudios
HostName gitlab.com
User git
IdentityFile ~/.ssh/id_rsa_psldevstudios
IdentitiesOnly yes