Last active
May 22, 2023 17:02
-
-
Save guilhermebruzzi/e16f88db21335d239cc0ed9cbbdad039 to your computer and use it in GitHub Desktop.
Revisions
-
guilhermebruzzi revised this gist
May 3, 2019 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -21,3 +21,6 @@ provide shell access. ``` Confira o artigo completo em: https://help.github.com/articles/using-ssh-over-the-https-port/ Update: Parece que é na verdade um problema com o modem modelo TC7337NET da Technicolor. É possível resolver o problema também ligando para a Net e solicitanto assistência tecnica. O modem sendo trocado pelo Arris, resolveu segundo falaram nos comentários. -
guilhermebruzzi revised this gist
Aug 1, 2017 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -14,9 +14,10 @@ Host github.com Conferir se funcionou: ``` ssh -T [email protected] Hi username! You've successfully authenticated, but GitHub does not provide shell access. ``` Confira o artigo completo em: https://help.github.com/articles/using-ssh-over-the-https-port/ -
guilhermebruzzi revised this gist
Aug 1, 2017 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,8 @@ # Usar ssh do github com wifi do netcombo A NET parece que só libera o uso de qualquer porta, como a porta 22 de ssh, para pessoa jurídica em seus novos planos (desde 2016). Para conseguir usar o github por ssh com plano de internet da NET para pessoa física, é necessário: Criar o arquivo ~/.ssh/config e adicionar: @@ -18,5 +20,3 @@ provide shell access. Confira o artigo completo em: https://help.github.com/articles/using-ssh-over-the-https-port/ -
guilhermebruzzi revised this gist
Aug 1, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ # Usar ssh do github com wifi do netcombo Para conseguir usar o github por ssh com plano da net de pessoa física basta: -
guilhermebruzzi created this gist
Aug 1, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,22 @@ #Usar ssh do github com wifi do netcombo Para conseguir usar o github por ssh com plano da net de pessoa física basta: Criar o arquivo ~/.ssh/config e adicionar: ``` Host github.com Hostname ssh.github.com Port 443 ``` Conferir se funcionou: ssh -T [email protected] Hi username! You've successfully authenticated, but GitHub does not provide shell access. Confira o artigo completo em: https://help.github.com/articles/using-ssh-over-the-https-port/