SOsLinuxGitGitHub SshSSH Generate SSH key ssh-keygen -t ed25519 -C "your_email@example.com" Add SSH key to ssh-agent eval "$(ssh-agent -s)" ssh-add ~/.ssh/id_ed25519 Add SSH key to GitHub Settings > SSH and GPG keys > New SSH > Add SSH key cat ~/.ssh/id_ed25519.pub References Gerando uma nova chave SSH e adicionando-a ao agente SSH (opens in a new tab) Adicionar uma nova chave SSH à sua conta do GitHub (opens in a new tab) 2.commandsAwk