FixerSSHDisableAgent changes the "ssh_disable_agent" of a template to "ssh_disable_agent_forwarding".
| 10 | // FixerSSHDisableAgent changes the "ssh_disable_agent" of a template |
| 11 | // to "ssh_disable_agent_forwarding". |
| 12 | type FixerSSHDisableAgent struct{} |
| 13 | |
| 14 | func (FixerSSHDisableAgent) DeprecatedOptions() map[string][]string { |
| 15 | return map[string][]string{ |
nothing calls this directly
no outgoing calls
no test coverage detected