enable ForwardAgent
This commit is contained in:
parent
54cf66e3c7
commit
1f1933f644
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ const macs = [_][]const u8{
|
||||||
const ssh_options = [_]struct { key: []const u8, value: []const u8 }{
|
const ssh_options = [_]struct { key: []const u8, value: []const u8 }{
|
||||||
.{ .key = "ControlMaster", .value = "no" },
|
.{ .key = "ControlMaster", .value = "no" },
|
||||||
.{ .key = "ControlPath", .value = "none" },
|
.{ .key = "ControlPath", .value = "none" },
|
||||||
.{ .key = "ForwardAgent", .value = "no" },
|
.{ .key = "ForwardAgent", .value = "yes" },
|
||||||
.{ .key = "ForwardX11", .value = "no" },
|
.{ .key = "ForwardX11", .value = "no" },
|
||||||
.{ .key = "ForwardX11Trusted", .value = "no" },
|
.{ .key = "ForwardX11Trusted", .value = "no" },
|
||||||
.{ .key = "HostKeyAlgorithms", .value = "+ssh-rsa" },
|
.{ .key = "HostKeyAlgorithms", .value = "+ssh-rsa" },
|
||||||
|
|
Loading…
Reference in a new issue