mirror of
https://github.com/wlcx/home.git
synced 2026-03-07 14:33:13 +00:00
ssh: squish warning
This commit is contained in:
parent
ac362b6667
commit
ad60d86c53
@ -107,11 +107,14 @@ in
|
||||
|
||||
ssh = {
|
||||
enable = true;
|
||||
enableDefaultConfig = false;
|
||||
package = pkgs.openssh; # Use modern ssh
|
||||
includes = [ "~/.ssh/config.local" ];
|
||||
matchBlocks."*" = {
|
||||
user = "samw";
|
||||
serverAliveInterval = 30;
|
||||
serverAliveCountMax = 10;
|
||||
compression = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user