WassimBenzarti / colab-ssh

Connect to Google Colab using SSH
https://pypi.org/project/colab-ssh/
MIT License
993 stars 127 forks source link

Is ssh-via-cloudflared still working now? [2021-04-06] #78

Closed taicaile closed 3 years ago

taicaile commented 3 years ago

Hello,

I am using Colab-ssh before and it is working well.

Today I am trying to use the same notebook and it shows following error:

port 22: Connection timed out

I would like to confirm if there is a problem with Colab right now?

WassimBenzarti commented 3 years ago

Hello @taicaile,

Yes it should be working. If you faced any issues, please share with us a snippet of your code so we can reproduce the bug :)

taicaile commented 3 years ago

Hello @taicaile,

Yes it should be working. If you faced any issues, please share with us a snippet of your code so we can reproduce the bug :)

Hello,

I figured it out. I am using a new machine and I forgot to config ~/.ssh/config.

Thanks.