Created
March 20, 2022 22:44
-
-
Save y3nr1ng/7f150bb1ad5be04bec02c07b479dfae6 to your computer and use it in GitHub Desktop.
Sample SSH config for Cloudflare Argo tunnel
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Host *.trycloudflare.* | |
Hostname %h | |
# This setup is originally used to connect Google Colab machine. | |
User root | |
Port 22 | |
IdentityFile ~/.ssh/colab/id_ecdsa | |
# NOTE https://github.com/PowerShell/Win32-OpenSSH/issues/1185 | |
# this limits to WIN-only connection, files are shared across WSL2 and host. | |
ProxyCommand C:/Users/Andy/.local/bin/cloudflared access ssh --hostname %h | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment