From 3b008f27ad42f68d3c6502d7a60d047718f5acd2 Mon Sep 17 00:00:00 2001 From: Lilian Roller Date: Tue, 17 Mar 2020 16:39:59 +0100 Subject: [PATCH] continue cleanup --- .github/FUNDING.yml | 1 - templates/sshd_config.j2 | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 74f2231..51ba466 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -2,4 +2,3 @@ github: [do1jlr] liberapay: L3D -custom: ['https://paypal.me/c3woc'] diff --git a/templates/sshd_config.j2 b/templates/sshd_config.j2 index bf3bdb5..55c7f6c 100644 --- a/templates/sshd_config.j2 +++ b/templates/sshd_config.j2 @@ -1,8 +1,8 @@ -# Attention, do not make changes +# Attention, local changew will be overwritten # {{ ansible_managed }} # Networking -Port {{ ssh_port }} +Port {{ sshd.port }} TCPKeepAlive yes