fix: template white spaces
This commit is contained in:
parent
4ed811a931
commit
9f51debc82
|
@ -48,11 +48,9 @@ Add to your {{.Home}}/.ssh/config:
|
|||
Host cfpipe-{{.Hostname}}
|
||||
HostName {{.Hostname}}
|
||||
ProxyCommand {{.Cloudflared}} access ssh --hostname %h
|
||||
{{- if eq .OS "windows"}}
|
||||
IdentityFile {{.CurrWorkingDir}}/{{.Hostname}}-cf_key
|
||||
{{- if eq .OS "windows"}} IdentityFile {{.CurrWorkingDir}}/{{.Hostname}}-cf_key
|
||||
CertificateFile {{.CurrWorkingDir}}/{{.Hostname}}-cf_key-cert.pub
|
||||
{{- else}}
|
||||
IdentityFile ~/.cloudflared/{{.Hostname}}-cf_key
|
||||
{{- else}} IdentityFile ~/.cloudflared/{{.Hostname}}-cf_key
|
||||
CertificateFile ~/.cloudflared/{{.Hostname}}-cf_key-cert.pub
|
||||
{{end}}
|
||||
{{- else}}
|
||||
|
|
Loading…
Reference in New Issue