From f1a01a4ef945160bd13fc57a1d900003a40be196 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 07:19:49 +0200 Subject: Setting AuthorizedKeysFile in sshd_config to /etc/ssh/authorized_keys/%u .ssh/authorized_keys. Signed-off-by: Daniel Baumann --- debian/local/sshd_config.d/user-keys.conf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 debian/local/sshd_config.d/user-keys.conf (limited to 'debian/local/sshd_config.d') diff --git a/debian/local/sshd_config.d/user-keys.conf b/debian/local/sshd_config.d/user-keys.conf new file mode 100644 index 0000000..a92a375 --- /dev/null +++ b/debian/local/sshd_config.d/user-keys.conf @@ -0,0 +1,3 @@ +# /etc/ssh/sshd_config.d/user-keys.conf + +AuthorizedKeysFile /etc/ssh/authorized_keys/%u .ssh/authorized_keys -- cgit v1.2.3