don't use config files

This commit is contained in:
Jeffrey C. Ollie 2024-12-18 19:48:19 -06:00
parent 54cf66e3c7
commit f3a71b6037
Signed by: jeff
GPG key ID: 6F86035A6D97044E

View file

@ -49,6 +49,8 @@ pub fn connect(arena_alloc: std.mem.Allocator, options: *const Options, config:
path = options.ssh_command;
try args.append("ssh");
try args.append("-y");
try args.append("-F");
try args.append("none");
if (options.agent) |agent| {
try args.append("-o");