aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/c_exec.go2
1 files changed, 1 insertions, 1 deletions
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)
}