Skip to content

Instantly share code, notes, and snippets.

View MatheusPoliCamilo's full-sized avatar
🏠
Working from home

Matheus Poli MatheusPoliCamilo

🏠
Working from home
View GitHub Profile
@MatheusPoliCamilo
MatheusPoliCamilo / ssh.md
Last active May 3, 2024 03:49 — forked from EdnilsonRobert/ssh.md
Multiple SSH keys for GitHub and GitLab

Multiple SSH keys for GitHub and GitLab

1. Generate SSH keys

ssh-keygen -t ed25519 -C "user@email.com" -f ~/.ssh/id_rsa_github
ssh-keygen -t ed25519 -C "user@email.com" -f ~/.ssh/id_rsa_gitlab

2. Copy keys to GitHub and GitLab