hosts/AnimusAlpha: enable ssh compression when accessing this host
This commit is contained in:
parent
7bfcb83594
commit
a5d35e7aa6
1 changed files with 1 additions and 1 deletions
|
@ -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" ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue