We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcc1517 commit c80a64dCopy full SHA for c80a64d
templates/values.go
@@ -98,7 +98,7 @@ var DefaultSSHTemplateData = map[string]string{
98
// references the step known_hosts file.
99
//
100
// Note: on windows ProxyCommand requires the full path
101
- "step_config.tpl": `Match exec "step ssh{{- if .User.Context }} --context {{ .User.Context }}{{- end }} check-host %h"
+ "step_config.tpl": `Match exec "step ssh check-host{{- if .User.Context }} --context {{ .User.Context }}{{- end }} %h"
102
{{- if .User.User }}
103
User {{.User.User}}
104
{{- end }}
0 commit comments