nguyenvulong / QA

The Unlicense
0 stars 0 forks source link

[cloudflared zerotrust] tunnel for ssh #77

Open nguyenvulong opened 7 months ago

nguyenvulong commented 7 months ago

Example of a config file for ssh with cloudflared client. The client file can be downloaded from developers.cloudflare.com

➜ 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