Skip to content

Instantly share code, notes, and snippets.

View venicyuspaz's full-sized avatar
💻
Work

Venicyus Paz venicyuspaz

💻
Work
View GitHub Profile
@venicyuspaz
venicyuspaz / 01_ssh.md
Last active March 29, 2026 12:48
Configuração do SSH

Configuração do SSH para github

1 - Criar chaves no seu host, altere o trecho user@gmail.com pelo seu email

ssh-keygen -t rsa -C "user@gmail.com" -b 4096 -f ~/.ssh/id_rsa_github
ssh-keygen -t ed25519 -C "seu-email@exemplo.com" -f ~/.ssh/id_github

2 - Adicionar as chaves ao SSH-Agent