# Conectando-se ao GitHub com o SSH

Você pode se conectar ao GitHub usando o Protocolo Secure Shell (SSH), que fornece um canal seguro em uma rede insegura.

## Links

### Connect to GitHub with SSH

* [Sobre o SSH](/pt/authentication/connecting-to-github-with-ssh/about-ssh)

  Usando o protocolo SSH, você pode se conectar a servidores e serviços remotos e se autenticar neles. Com as chaves SSH, é possível se conectar ao GitHub sem fornecer o nome de usuário e o personal access token em cada visita. Você também pode usar uma chave SSH para assinar commits.

* [Verificar se há chaves SSH](/pt/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys)

  Antes de gerar uma chave SSH, você pode verificar se há outras chaves SSH.

* [Gerando uma nova chave SSH e adicionando-a ao agente SSH](/pt/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent)

  Depois de verificar a existência de chaves SSH, é possível gerar uma nova chave SSH para autenticação e adicioná-la ao ssh-agent.

* [Adicionando uma nova chave SSH à sua conta de GitHub](/pt/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account)

  Para configurar sua conta em GitHub.com para usar sua chave SSH nova (ou existente), você também precisará adicionar a chave à conta.

* [Testar a conexão SSH](/pt/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection)

  Após configurar sua chave SSH e adicioná-la ao GitHub, você poderá testar sua conexão.