don't use config files
This commit is contained in:
parent
54cf66e3c7
commit
f3a71b6037
1 changed files with 2 additions and 0 deletions
|
@ -49,6 +49,8 @@ pub fn connect(arena_alloc: std.mem.Allocator, options: *const Options, config:
|
||||||
path = options.ssh_command;
|
path = options.ssh_command;
|
||||||
try args.append("ssh");
|
try args.append("ssh");
|
||||||
try args.append("-y");
|
try args.append("-y");
|
||||||
|
try args.append("-F");
|
||||||
|
try args.append("none");
|
||||||
|
|
||||||
if (options.agent) |agent| {
|
if (options.agent) |agent| {
|
||||||
try args.append("-o");
|
try args.append("-o");
|
||||||
|
|
Loading…
Reference in a new issue