diff --git a/commands/configtest.go b/commands/configtest.go index 8c97eae2..c2413cdb 100644 --- a/commands/configtest.go +++ b/commands/configtest.go @@ -97,6 +97,7 @@ func (p *ConfigtestCmd) Execute(_ context.Context, f *flag.FlagSet, _ ...interfa } c.Conf.Debug = p.debug + c.Conf.SSHExternal = p.sshExternal err = c.Load(p.configPath, keyPass) if err != nil {