ssh: keepalive
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{
|
||||
programs.ssh = {
|
||||
enable = true;
|
||||
matchBlocks = {
|
||||
"*" = {
|
||||
ServerAliveInterval = 30;
|
||||
ServerAliveCountMax = 5;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user