Open nguyenvulong opened 7 months ago
Example of a config file for ssh with cloudflared client. The client file can be downloaded from developers.cloudflare.com
config
ssh
cloudflared
➜ cat ~/.ssh/config Host ABC HostName ssh.abc.org User long ProxyCommand /Users/long/Downloads/cloudflared access ssh --hostname %h IdentityFile /Users/long/.ssh/id_rsa
Example of a
config
file forssh
withcloudflared
client. The client file can be downloaded from developers.cloudflare.com