diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 14:43:02 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 14:43:02 +0000 |
commit | 578c26d049f2ddbf0ad13bdaf79fc6d19a7c0326 (patch) | |
tree | 3bb5abc93a238892df7b961d46cd169135ff18fe | |
parent | Setting HostKey in sshd_config to ED25519. (diff) | |
download | openssh-578c26d049f2ddbf0ad13bdaf79fc6d19a7c0326.tar.xz openssh-578c26d049f2ddbf0ad13bdaf79fc6d19a7c0326.zip |
Setting AuthorizedKeysFile in sshd_config to /etc/ssh/authorized_keys/%u .ssh/authorized_keys.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/local/sshd_config.d/user-keys.conf | 3 | ||||
-rw-r--r-- | debian/openssh-server.dirs | 1 |
2 files changed, 4 insertions, 0 deletions
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 diff --git a/debian/openssh-server.dirs b/debian/openssh-server.dirs index 6639eca..4ee9a32 100644 --- a/debian/openssh-server.dirs +++ b/debian/openssh-server.dirs @@ -1 +1,2 @@ +etc/ssh/authorized_keys etc/ssh/sshd_config.d |