Skip to content

Commit

Permalink
Merge pull request #98 from flatcar/krnowak/ssh-config
Browse files Browse the repository at this point in the history
Move ssh configs to coreos-base/misc-files package in our overlay
  • Loading branch information
krnowak committed Sep 29, 2023
2 parents 1b5a096 + a7f121f commit 22c07b1
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 22c07b1

Please sign in to comment.