SORU
31 EKİM 2011, PAZARTESİ


Kamu WİFİ, port 22 üzerinden Github (SSH) bloke

Şu anda halka açık bir WİFİ spot ve SSH (muhtemelen o port bloke) kullanmak mümkün değil. Ancak, bu bağlantı git push yapman gerek.

➜ ssh -T git@github.com
ssh: connect to host github.com port 22: Connection refused

Port 80 üzerinden SSH tünel kurma ve github push söyle bu kısıtlama atlamak için mümkün olan bağlantı kullanımı kolay mı? Nasıl yapmalı? OS X (lion) kullanıyorum. Bu ortak bir sorun olmalı?

CEVAP
10 Kasım 2011, PERŞEMBE


Bunu deneyin:

$ vim ~/.ssh/config

Ekleyin

Host github.com
  Hostname ssh.github.com
  Port 443

Kaynak: https://help.github.com/articles/using-ssh-over-the-https-port

Bunu Paylaş:
  • Google+
  • E-Posta
Etiketler:

YORUMLAR

SPONSOR VİDEO

Rastgele Yazarlar

  • AutoHotkey Tutorials

    AutoHotkey T

    29 Mayıs 2010
  • Amazon Web Services

    Amazon Web S

    8 NİSAN 2009
  • Doug Bernards

    Doug Bernard

    7 Kasım 2007