colab-ssh
colab-ssh copied to clipboard
[Bug]: ERR failed to connect to origin error="tls: first record does not look like a TLS handshake"
Jupyter notebook
Google Colab
What happened?
I have this in my ~/.ssh/config
Host *.trycloudflare.com
HostName %h
User root
Port 22
ProxyCommand /usr/bin/cloudflared access ssh --hostname %h
But I'm getting
$ ssh translate-million-vienna-birth.trycloudflare.com
2022-05-09T12:09:10Z ERR failed to connect to origin error="tls: first record does not look like a TLS handshake" originURL=https://translate-million-vienna-birth.trycloudflare.com
tls: first record does not look like a TLS handshake
kex_exchange_identification: Connection closed by remote host
Connection closed by UNKNOWN port 65535
What did you expect?
successful ssh
Version
- [X] latest
Which version (if not the latest)?
No response
Relevant log output
No response
Code of Conduct
- [X] I agree to follow this project's Code of Conduct
Hello @rushic24, happy to see you here.
Apologies for the late reply, I have been very busy with work. I will be looking into the problem you raised this weekend.
Sorry for inconvenience 🙏
@WassimBenzarti FYI, Google updated the colab FAQ (https://research.google.com/colaboratory/faq.html) and disallowed SSH. It is extremely easy to get permanent ban now.
Thank you @Covernel for informing me of this change. I will update the README.md.
Edit: updated the README.md
Oh, I think even before it was not allowed