Give a little more ssh room for tramp

This commit is contained in:
Robert
2026-05-13 12:41:09 -04:00
parent 1fb4320dd1
commit 23fc5e0597

View File

@@ -474,7 +474,7 @@
services.openssh.settings = {
PermitRootLogin = "no";
MaxAuthTries = 3;
MaxSessions = 10;
MaxSessions = 20;
LoginGraceTime = 30;
ClientAliveInterval = 300;
ClientAliveCountMax = 2;