root@Ghost14-selfbuilt-rpi4B-nginx-tst1:/etc/ssh # ls -l
total 74
-rw-r--r-- 1 root wheel 587027 Sep 18 2023 moduli
-rw-r--r-- 1 root wheel 1526 Sep 18 2023 ssh_config
-rw-r--r-- 1 root wheel 1526 Sep 18 2023 ssh_config.original
-rw------- 1 root wheel 505 Dec 31 1969 ssh_host_ecdsa_key
-rw-r--r-- 1 root wheel 174 Dec 31 1969 ssh_host_ecdsa_key.pub
-rw------- 1 root wheel 399 Dec 31 1969 ssh_host_ed25519_key
-rw-r--r-- 1 root wheel 94 Dec 31 1969 ssh_host_ed25519_key.pub
-rw------- 1 root wheel 2602 Dec 31 1969 ssh_host_rsa_key
-rw-r--r-- 1 root wheel 566 Dec 31 1969 ssh_host_rsa_key.pub
-rw-r--r-- 1 root wheel 3369 Apr 9 00:23 sshd_config
-rw-r--r-- 1 root wheel 3315 Sep 18 2023 sshd_config.original
root@Ghost14-selfbuilt-rpi4B-nginx-tst1:/etc/ssh # diff -u ssh_config.original sshd_config
--- ssh_config.original 2023-09-18 21:35:31.553615000 -0700
+++ sshd_config 2024-04-09 00:23:54.004449000 -0700
@@ -1,46 +1,123 @@
-# $OpenBSD: ssh_config,v 1.36 2023/08/02 23:04:38 djm Exp $
+# $OpenBSD: sshd_config,v 1.104 2021/07/02 05:11:21 dtucker Exp $
-# This is the ssh client system-wide configuration file. See
-# ssh_config(5) for more information. This file provides defaults for
-# users, and the values can be changed in per-user configuration files
-# or on the command line.
+# This is the sshd server system-wide configuration file. See
+# sshd_config(5) for more information.
+#LoginGraceTime 2m
+#PermitRootLogin no
+PermitRootLogin prohibit-password
+PermitRootLogin yes