commit e566e89a5b164605a9faf3a68f5d0742a0187abb parent 71a0d680698c7e574a41c9c3243ad3b49c431830 Author: Minerva_juppiter <94231606+minerva-jupiter@users.noreply.github.com> Date: Fri, 11 Jul 2025 14:38:21 +0900 Create ssh-gate.md Diffstat:
| A | ssh-gate.md | | | 22 | ++++++++++++++++++++++ |
1 file changed, 22 insertions(+), 0 deletions(-)
diff --git a/ssh-gate.md b/ssh-gate.md @@ -0,0 +1,22 @@ +# ref +- https://zenn.dev/jij_inc/articles/659fe35813b940 + +# zero trust +## add public host name +## create Access Application +- apply pub hostname that you decide just a second ago +- you can set policy you like +- NOT SETTING AS A BROUWSER RENDERING!!!! +# client +## Install cloudflared (not WARP) +## setting up host proxy to ssh +``` +Host ssh-server + HostName subdomain.domain.tld + ProxyCommand "C:\Program Files (x86)\cloudflared\cloudflared.exe" access ssh --hostname %h +``` +# you can ssh for your ssh server vir cloudflare tunnel !!! +# like this +``` +ssh username@ssh-server +```