From ddad6143d7775917eee533270d7e0485c554b67b Mon Sep 17 00:00:00 2001 From: Joe Date: Wed, 24 Apr 2024 20:20:20 +0200 Subject: f none --- src/c_exec.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/c_exec.go b/src/c_exec.go index 371e28c..a1547d4 100644 --- a/src/c_exec.go +++ b/src/c_exec.go @@ -104,7 +104,7 @@ func c_format_ssh(host *HostNode, pass string) ([]string, []string) { cmd_fmt = append(cmd_fmt, "sshpass", "-p", pass) } - cmd_fmt = append(cmd_fmt, "ssh") + cmd_fmt = append(cmd_fmt, "ssh", "-F", "none") if len(host.Priv) > 0 { cmd_fmt = append(cmd_fmt, "-i", host.Priv) } -- cgit v1.2.3