Advertisement
techblog

cloudflared ProxyCommand

Jul 10th, 2023 (edited)
1,118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.14 KB | None | 0 0
  1. Host "My Host"
  2.     HostName ssh.xxx.xx
  3.     ProxyCommand cloudflared access ssh --hostname %h
  4.     User root
  5.     IdentityFile "Path to certificate"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement