From 4ec9acf8b6215167317818944ade7be467661258 Mon Sep 17 00:00:00 2001 From: rene Date: Fri, 25 Feb 2022 16:05:57 +0100 Subject: [PATCH] adjusted ssh config --- roles/base/files/system_setup/sshd_custom.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/base/files/system_setup/sshd_custom.conf b/roles/base/files/system_setup/sshd_custom.conf index 7872136..291b505 100644 --- a/roles/base/files/system_setup/sshd_custom.conf +++ b/roles/base/files/system_setup/sshd_custom.conf @@ -13,7 +13,7 @@ X11Forwarding no PrintMotd no PrintLastLog no -AllowUsers rene +AllowUsers rene root Match Address 192.168.1.240 AllowUsers root rene