Skip to content

Instantly share code, notes, and snippets.

View Venicyus's full-sized avatar
💻
Work

Venicyus Paz Venicyus

💻
Work
View GitHub Profile
@Venicyus
Venicyus / ssh.md
Created March 4, 2025 19:46
Configuração do SSH

Configuração do SSH para github

1 - Criar chaves no seu host, altere o trecho [email protected] pelo seu email

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

2 - Adicionar as chaves ao SSH-Agent