Skip to content

Instantly share code, notes, and snippets.

@guilhermebruzzi
Last active May 22, 2023 17:02
Show Gist options
  • Select an option

  • Save guilhermebruzzi/e16f88db21335d239cc0ed9cbbdad039 to your computer and use it in GitHub Desktop.

Select an option

Save guilhermebruzzi/e16f88db21335d239cc0ed9cbbdad039 to your computer and use it in GitHub Desktop.

Revisions

  1. guilhermebruzzi revised this gist May 3, 2019. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions github-net-config.md
    Original 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.
  2. guilhermebruzzi revised this gist Aug 1, 2017. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion github-net-config.md
    Original 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/
  3. guilhermebruzzi revised this gist Aug 1, 2017. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions github-net-config.md
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,8 @@
    # Usar ssh do github com wifi do netcombo

    Para conseguir usar o github por ssh com plano da net de pessoa física basta:
    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/


  4. guilhermebruzzi revised this gist Aug 1, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion github-net-config.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    #Usar ssh do github com wifi do netcombo
    # Usar ssh do github com wifi do netcombo

    Para conseguir usar o github por ssh com plano da net de pessoa física basta:

  5. guilhermebruzzi created this gist Aug 1, 2017.
    22 changes: 22 additions & 0 deletions github-net-config.md
    Original 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/