enable adding keys to agent
This commit is contained in:
parent
146b706275
commit
e2f157647f
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ const macs = [_][]const u8{
|
|||
};
|
||||
|
||||
const ssh_options = [_]struct { key: []const u8, value: []const u8 }{
|
||||
.{ .key = "AddKeysToAgent", .value = "yes" },
|
||||
.{ .key = "ControlMaster", .value = "no" },
|
||||
.{ .key = "ControlPath", .value = "none" },
|
||||
.{ .key = "ForwardAgent", .value = "yes" },
|
||||
|
|
Loading…
Reference in a new issue