From 7bd52ea1ae10870cc2ff8aa5c237679c30ffda72 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 29 Dec 2025 20:01:17 +0800 Subject: ssh keyfiles support --- sshd_config | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sshd_config (limited to 'sshd_config') diff --git a/sshd_config b/sshd_config new file mode 100644 index 0000000..ab4c469 --- /dev/null +++ b/sshd_config @@ -0,0 +1,6 @@ +Port 22 +PermitRootLogin prohibit-password +PasswordAuthentication no +PubkeyAuthentication yes +AuthorizedKeysFile /git/.ssh/authorized_keys +Subsystem sftp /usr/lib/ssh/sftp-server -- cgit v1.2.3