⚙️ Client machine configurationRequired

Don't worry, you only have to do this once per client machine.

  1. Download Cloudflared (Argo Tunnel), then copy the absolute path of the cloudflare binary
  2. 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:
Host *.trycloudflare.com HostName %h User root Port 22 ProxyCommand <PUT_THE_ABSOLUTE_CLOUDFLARE_PATH_HERE> access ssh --hostname %h

SSH Terminal

To connect using your terminal, type this command:

ssh {domain}

VSCode Remote SSH

You can also connect with VSCode Remote SSH (Ctrl+Shift+P and type "Connect to Host..."). Then, paste the following hostname in the opened command palette:

{domain}