hosts/AnimusAlpha: enable ssh compression when accessing this host

This commit is contained in:
Max Headroom 2022-04-25 22:41:04 +02:00
parent 7bfcb83594
commit a5d35e7aa6

View file

@ -38,6 +38,6 @@ in with tools.dns; {
publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGpFR47Ev+W+bdng6IrDVpl8rlKBBHSr1v5lwJmZcEFH";
extraHostNames = portMap 69 extraHostNames;
};
ssh.extraConfig = tools.ssh.extraConfig extraHostNames [ "Port 69" ];
ssh.extraConfig = tools.ssh.extraConfig extraHostNames [ "Port 69" "Compression yes" ];
};
}