From 5ce232cb149b60b59f6e70bc7a463fe423a2e523 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zolt=C3=A1n=20Felleg?= Date: Wed, 2 Apr 2025 18:46:48 +0200 Subject: [PATCH] Updated fds.in (updated ssh configuration). --- .../postinstall/install-data/etc/ssh/authorized-principals.root | 2 ++ .../install-data/etc/ssh/sshd_config.d/99-principals-file.conf | 1 + 2 files changed, 3 insertions(+) create mode 100644 sources/fds.in/c3d/postinstall/install-data/etc/ssh/authorized-principals.root create mode 100644 sources/fds.in/c3d/postinstall/install-data/etc/ssh/sshd_config.d/99-principals-file.conf diff --git a/sources/fds.in/c3d/postinstall/install-data/etc/ssh/authorized-principals.root b/sources/fds.in/c3d/postinstall/install-data/etc/ssh/authorized-principals.root new file mode 100644 index 0000000..28b0023 --- /dev/null +++ b/sources/fds.in/c3d/postinstall/install-data/etc/ssh/authorized-principals.root @@ -0,0 +1,2 @@ +scripts +zfelleg diff --git a/sources/fds.in/c3d/postinstall/install-data/etc/ssh/sshd_config.d/99-principals-file.conf b/sources/fds.in/c3d/postinstall/install-data/etc/ssh/sshd_config.d/99-principals-file.conf new file mode 100644 index 0000000..f9b4b3e --- /dev/null +++ b/sources/fds.in/c3d/postinstall/install-data/etc/ssh/sshd_config.d/99-principals-file.conf @@ -0,0 +1 @@ +AuthorizedPrincipalsFile /etc/ssh/authorized-principals.%u -- 2.54.0