mirror of
https://github.com/wlcx/home.git
synced 2025-10-11 14:33:45 +01:00
ssh: enable keepalives
This commit is contained in:
parent
ced190e501
commit
8de7a7b154
@ -101,6 +101,8 @@ in {
|
||||
ssh = {
|
||||
enable = true;
|
||||
includes = ["~/.ssh/config.local"];
|
||||
serverAliveInterval = 30;
|
||||
serverAliveCountMax = 10;
|
||||
matchBlocks."*".user = "samw";
|
||||
};
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user