We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5a14fe commit 1156fe5Copy full SHA for 1156fe5
1 file changed
internal/limatemplate/template.go
@@ -56,7 +56,7 @@ fi
56
# sshd: evict idle sessions after 30s (10 probes × 3s) so interrupted
57
# klimax commands don't leave zombie sshd-session processes that exhaust
58
# vsock connection slots and cause "handshake failed: EOF" on new dials.
59
-if ! grep -q 'ClientAliveInterval' /etc/ssh/sshd_config; then
+if ! grep -q '^ClientAliveInterval' /etc/ssh/sshd_config; then
60
cat >> /etc/ssh/sshd_config <<EOF
61
62
# Added by klimax provisioner
0 commit comments