PradyumnaKrishna / Colab-Hacks

Simple Hacks for Google Colaboratory to boost your productivity and help you to perform daily tasks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to proceed at the last step?

NoJustAnother opened this issue · comments

Now I am getting the message:
Don't worry, you only have to do this once per client machine.

Download [Cloudflared (Argo Tunnel)](https://developers.cloudflare.com/argo-tunnel/getting-started/installation), then copy the absolute path of the cloudflare binary
Now, you have to append the following to your SSH config file (usually under ~/.ssh/config), and make sure you replace the placeholder with the path you copied in Step 1:
CopyHost *.trycloudflare.com
	HostName %h
	User root
	Port 22
	ProxyCommand <PUT_THE_ABSOLUTE_CLOUDFLARE_PATH_HERE> access ssh --hostname %h```

But I am unable to proceed. I installed Cloudflared but I am unable to get any cloudflare binary, nor SSH config file.
How do I proceed?
Thank you!