Skip to content

Instantly share code, notes, and snippets.

@ggteixeira
Created March 24, 2021 15:16
Show Gist options
  • Save ggteixeira/7669135e067b0a33003ab54be29320dc to your computer and use it in GitHub Desktop.
Save ggteixeira/7669135e067b0a33003ab54be29320dc to your computer and use it in GitHub Desktop.
Forçar conexão IPV4 (Chaves SSH Linux)
# Entrar em /etc/ssh/ssh_config
sudo vim /etc/ssh/ssh_config
# Adicionar o Bitbucket como Host e forçar a conexão IPV4 nele
Host bitbucket.org
AddressFamily inet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment