Skip to content

Commit

Permalink
Move ssh configs to coreos-base/misc-files package in our overlay
Browse files Browse the repository at this point in the history
The ssh and sshd configuration in Gentoo has been changed from a
single file thing to a single file config including configuration
snippets in /etc/ssh{,d}_config.d/ directory. We will ride on this
change and turn our ssh configs into such snippets. But these will be
installed by a different package directly into /etc/ssh
directory. This makes the tmpfiles config file creating symlinks for
ssh configs unnecessary, so drop it too.
  • Loading branch information
krnowak committed Sep 29, 2023
1 parent 1b5a096 commit a7f121f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 23 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ install:
install -m 755 udev/bin/* $(DESTDIR)/lib/udev
install -m 644 configs/editor.sh $(DESTDIR)/etc/env.d/99editor
install -m 644 configs/modules-load.d/* $(DESTDIR)/usr/lib/modules-load.d/
install -m 600 configs/sshd_config $(DESTDIR)/usr/share/ssh/
install -m 644 configs/ssh_config $(DESTDIR)/usr/share/ssh/
install -m 644 configs/tmpfiles.d/* $(DESTDIR)/usr/lib/tmpfiles.d/
cp -a systemd/* $(DESTDIR)/usr/lib/systemd/
chmod 755 $(DESTDIR)/usr/lib/systemd/system-generators/*
Expand Down
1 change: 0 additions & 1 deletion configs/ssh_config

This file was deleted.

17 changes: 0 additions & 17 deletions configs/sshd_config

This file was deleted.

3 changes: 0 additions & 3 deletions configs/tmpfiles.d/ssh.conf

This file was deleted.

0 comments on commit a7f121f

Please sign in to comment.