Skip to content

Instantly share code, notes, and snippets.

View williamkoller's full-sized avatar
💻

William Koller williamkoller

💻
View GitHub Profile
@williamkoller
williamkoller / ssh.md
Created October 5, 2022 23:36 — forked from EdnilsonRobert/ssh.md
Múltiplas chaves SSH para GitHub e GitLab

Múltiplas chaves SSH para GitHub e GitLab

1. Gerar Chaves SSH

ssh-keygen -t rsa -C "[email protected]" -b 4096 -f ~/.ssh/id_rsa_github
ssh-keygen -t rsa -C "[email protected]" -b 4096 -f ~/.ssh/id_rsa_gitlab

2. Copiar chaves para GitHub e GitLab