Skip to content

Commit

Permalink
{manifests,overlay}: add ssh-key-dir
Browse files Browse the repository at this point in the history
Drop sshd_config.d fragment overriding AuthorizedKeysFile, since
ssh-key-dir will pull in the Ignition and Afterburn fragments now.
  • Loading branch information
bgilbert committed Jun 26, 2020
1 parent ea084a3 commit 90692fc
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 11 deletions.
7 changes: 5 additions & 2 deletions manifest-lock.overrides.aarch64.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# no overrides at this time
packages: {}
packages:
# Fast-track initial build of ssh-key-dir
# https://bodhi.fedoraproject.org/updates/FEDORA-2020-2d340985eb
ssh-key-dir:
evra: 0.1.2-2.fc32.aarch64
7 changes: 5 additions & 2 deletions manifest-lock.overrides.ppc64le.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# no overrides at this time
packages: {}
packages:
# Fast-track initial build of ssh-key-dir
# https://bodhi.fedoraproject.org/updates/FEDORA-2020-2d340985eb
ssh-key-dir:
evra: 0.1.2-2.fc32.ppc64le
7 changes: 5 additions & 2 deletions manifest-lock.overrides.s390x.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# no overrides at this time
packages: {}
packages:
# Fast-track initial build of ssh-key-dir
# https://bodhi.fedoraproject.org/updates/FEDORA-2020-2d340985eb
ssh-key-dir:
evra: 0.1.2-2.fc32.s390x
7 changes: 5 additions & 2 deletions manifest-lock.overrides.x86_64.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# no overrides at this time
packages: {}
packages:
# Fast-track initial build of ssh-key-dir
# https://bodhi.fedoraproject.org/updates/FEDORA-2020-2d340985eb
ssh-key-dir:
evra: 0.1.2-2.fc32.x86_64
1 change: 1 addition & 0 deletions manifests/fedora-coreos-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ packages:
- passwd
# SSH
- openssh-server openssh-clients
- ssh-key-dir
# Containers
- podman skopeo runc systemd-container catatonit
- fuse-overlayfs slirp4netns
Expand Down

This file was deleted.

0 comments on commit 90692fc

Please sign in to comment.