Merge pull request #933 from dmbaturin/T7217-remove-dropbear-keys

hooks: T7217: remove Dropbear SSH host keys at image build time
This commit is contained in:
Christian Breunig 2025-03-17 20:30:34 +01:00 committed by GitHub
commit 30d687b5dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,7 @@
#!/bin/sh
# Delete Dropbear SSH keys that might be generated
# by postinst scripts
# to prevent non-unique keys from appearing in images
rm -f /etc/dropbear/dropbear_*_host_key