From 0ba54b1163d57c2633340c5bbb8c98f8da029015 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl <5060861-schtobia@users.noreply.gitlab.com> Date: Thu, 11 Aug 2022 10:40:33 +0200 Subject: [PATCH] sshd_config.conf: added --- .config/sshd_config.conf | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .config/sshd_config.conf diff --git a/.config/sshd_config.conf b/.config/sshd_config.conf new file mode 100644 index 0000000..10c429e --- /dev/null +++ b/.config/sshd_config.conf @@ -0,0 +1,4 @@ +HostKey /etc/ssh/ssh_host_ed25519_key +PermitRootLogin no +PasswordAuthentication no +KbdInteractiveAuthentication no