From 392bcb06fea96d7d2e85e230ce7bb5c4e314d249 Mon Sep 17 00:00:00 2001 From: Thomas Constans Date: Fri, 4 Oct 2024 12:31:02 +0200 Subject: [PATCH] solution --- my.conf | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 my.conf diff --git a/my.conf b/my.conf new file mode 100644 index 0000000..1af6a73 --- /dev/null +++ b/my.conf @@ -0,0 +1,4 @@ +# /etc/ssh/sshd_config.d/my.conf +PermitRootLogin prohibit-password +AllowGroups sudo root +PasswordAuthentication no \ No newline at end of file