MCPcopy
hub / github.com/hashicorp/packer / FixerSSHDisableAgent

Struct FixerSSHDisableAgent

fix/fixer_sshdisableagent.go:12–12  ·  view source on GitHub ↗

FixerSSHDisableAgent changes the "ssh_disable_agent" of a template to "ssh_disable_agent_forwarding".

Source from the content-addressed store, hash-verified

10// FixerSSHDisableAgent changes the "ssh_disable_agent" of a template
11// to "ssh_disable_agent_forwarding".
12type FixerSSHDisableAgent struct{}
13
14func (FixerSSHDisableAgent) DeprecatedOptions() map[string][]string {
15 return map[string][]string{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected