certificates/authority/testdata/templates/include.tpl

6 lines
193 B
Smarty
Raw Normal View History

2019-10-15 19:18:29 +00:00
Host *
2019-11-27 02:44:43 +00:00
{{- if or .User.GOOS "linux" | eq "windows" }}
Include {{ .User.StepPath | replace "\\" "/" | trimPrefix "C:" }}/ssh/config
{{- else }}
Include {{.User.StepPath}}/ssh/config
{{- end }}