Merge branch 'main' of git.ocjtech.us:jeff/hostapps

This commit is contained in:
Jeffrey C. Ollie 2024-12-18 19:48:33 -06:00
commit 146b706275
Signed by: jeff
GPG key ID: 6F86035A6D97044E

View file

@ -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" },