Skip to content

Commit

Permalink
remove openssh-clients package since it is not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
miampf committed Dec 17, 2024
1 parent d0d607b commit 22d1860
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion image/base/mkosi.conf
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ Packages=containerd
# Network
Packages=iproute
dbus
openssh-clients
openssh-server
systemd-networkd
systemd-resolved
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[Unit]
Description=Create a host SSH key
Before=network-pre.target
Before=sshd.service

[Service]
Type=oneshot
ExecStart=/bin/bash -c "ssh-keygen -t ecdsa -q -N '' -f /run/ssh_host_ecdsa_key"

[Install]
WantedBy=network-pre.target
WantedBy=multi-user.target
1 change: 0 additions & 1 deletion image/mirror/SHA256SUMS
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,6 @@ a18edf32e89aefd453998d5d0ec3aa1ea193dac43f80b99db195abd7e8cf1a04 ncurses-libs-6
f814bc09b50daaab468715088ec056373dbc209a5075306e4ce76f5c55eb2b42 nvme-cli-2.8-1.fc40.x86_64.rpm
b09089231ec94ee1b2dc26e34d8d7f19586d411bc40df7d0e495e559ac2d871a openldap-2.6.7-1.fc40.x86_64.rpm
7cc7617d495bdb6b5c06bef538068a53e7cec8209c674918fd30ac82fba95b11 openssh-9.6p1-1.fc40.4.x86_64.rpm
80e63c09c3bc9bb11bfd11914f0e94d547c622b86bdbb9383feed46f684b05a7 openssh-clients-9.6p1-1.fc40.4.x86_64.rpm
a1142e22df88c6200a7378f20f6d92ec62908ac67aa3fbc223dba874bdf162ba openssh-server-9.6p1-1.fc40.4.x86_64.rpm
5df04d37e492e5f107cc21e547240f9f98b0b7613320467bc0b08f6aa1b0fb88 openssl-libs-3.2.2-3.fc40.i686.rpm
e9fca52d76eb6277b9fec3238226faafc0938806318fad1143a527fdd28a16cf openssl-libs-3.2.2-3.fc40.x86_64.rpm
Expand Down
1 change: 0 additions & 1 deletion image/mirror/packages.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ mokutil
nano
nano-default-editor
nvme-cli
openssh-clients
openssh-server
passt-selinux
passwd
Expand Down

0 comments on commit 22d1860

Please sign in to comment.