summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaptor Engineering Development Team <support@raptorengineering.com>2020-02-15 03:57:40 +0000
committerRaptor Engineering Development Team <support@raptorengineering.com>2020-02-17 12:33:19 +0000
commit53227999aff896465ff55a2b37ef54545bb5360d (patch)
treeb6599195102c8ba14d72ff7e3717e4a50ea8fabd
parent260b83db2d8339986aad97954771919cb2766c7d (diff)
downloadtalos-openbmc-53227999aff896465ff55a2b37ef54545bb5360d.tar.gz
talos-openbmc-53227999aff896465ff55a2b37ef54545bb5360d.zip
Add OpenSSH host keyfiles to BMC upgrade preservation whitelist
-rw-r--r--meta-phosphor/recipes-phosphor/initrdscripts/files/whitelist5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-phosphor/recipes-phosphor/initrdscripts/files/whitelist b/meta-phosphor/recipes-phosphor/initrdscripts/files/whitelist
index 20f1ec2a6..3dfc7a40f 100644
--- a/meta-phosphor/recipes-phosphor/initrdscripts/files/whitelist
+++ b/meta-phosphor/recipes-phosphor/initrdscripts/files/whitelist
@@ -6,6 +6,11 @@
/etc/resolv.conf
/etc/shadow
/etc/systemd/network
+/etc/ssh/ssh_host_ecdsa_key
+/etc/ssh/ssh_host_ecdsa_key.pub
+/etc/ssh/ssh_host_ed25519_key
+/etc/ssh/ssh_host_ed25519_key.pub
+/etc/ssh/ssh_host_rsa_key
/var/cache/obmc
/var/lib/obmc
/var/lib/phosphor-inventory-manager
OpenPOWER on IntegriCloud