From 72bb50cb279902b1151a4c3f21ac1d102cfda37d Mon Sep 17 00:00:00 2001 From: twangboy Date: Wed, 4 Sep 2024 09:38:45 -0600 Subject: [PATCH] Revert SSH settings --- tests/conftest.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/conftest.py b/tests/conftest.py index 3fc062c7336..9d673a3092c 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1381,9 +1381,7 @@ def sshd_server(salt_factories, sshd_config_dir, salt_master, grains): "X11DisplayOffset": "10", "PrintMotd": "no", "PrintLastLog": "yes", - # https://unix.stackexchange.com/a/616355 - "ServerAliveInterval": "20", - "TCPKeepAlive": "no", + "TCPKeepAlive": "yes", "AcceptEnv": "LANG LC_*", "UsePAM": "yes", }