File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ var DefaultSSHTemplates = SSHTemplates{
75
75
76
76
// DefaultSSHTemplateData contains the data of the default templates used on ssh.
77
77
var DefaultSSHTemplateData = map [string ]string {
78
- // base_config .tpl adds the step ssh config file.
78
+ // config .tpl adds the step ssh config file.
79
79
//
80
80
// Note: on windows `Include C:\...` is treated as a relative path.
81
81
"config.tpl" : `Host *
@@ -93,12 +93,12 @@ var DefaultSSHTemplateData = map[string]string{
93
93
{{- end }}
94
94
{{- end }}` ,
95
95
96
- // includes .tpl adds the step ssh config file.
96
+ // step_includes .tpl adds the step ssh config file.
97
97
//
98
98
// Note: on windows `Include C:\...` is treated as a relative path.
99
99
"step_includes.tpl" : `{{- if or .User.GOOS "none" | eq "windows" }}Include "{{ .User.StepPath | replace "\\" "/" | trimPrefix "C:" }}/ssh/config"{{- else }}Include "{{.User.StepPath}}/ssh/config"{{- end }}` ,
100
100
101
- // config .tpl is the step ssh config file, it includes the Match rule and
101
+ // step_config .tpl is the step ssh config file, it includes the Match rule and
102
102
// references the step known_hosts file.
103
103
//
104
104
// Note: on windows ProxyCommand requires the full path
You can’t perform that action at this time.
0 commit comments