Merge branch 'main' of git.ocjtech.us:jeff/hostapps
This commit is contained in:
commit
146b706275
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 }{
|
||||
.{ .key = "ControlMaster", .value = "no" },
|
||||
.{ .key = "ControlPath", .value = "none" },
|
||||
.{ .key = "ForwardAgent", .value = "no" },
|
||||
.{ .key = "ForwardAgent", .value = "yes" },
|
||||
.{ .key = "ForwardX11", .value = "no" },
|
||||
.{ .key = "ForwardX11Trusted", .value = "no" },
|
||||
.{ .key = "HostKeyAlgorithms", .value = "+ssh-rsa" },
|
||||
|
|
Loading…
Reference in a new issue