Compare commits
2 Commits
f1fe9bd1dc
...
cad5467779
| Author | SHA256 | Date | |
|---|---|---|---|
|
cad5467779
|
|||
|
5e213f6179
|
@@ -110,7 +110,7 @@ installation_ssh() {
|
||||
|
||||
printf "### Dropbear SSHFP RR: \n" >> "${TARGET}/root/.ciss/cdi/log/SSHFP.log"
|
||||
|
||||
for var_pub in "${TARGET}"/etc/dropbear/initramfs/dropbear*key*.pub; do
|
||||
for var_pub in "${TARGET}"/etc/dropbear/initramfs/dropbear*.pub; do
|
||||
|
||||
chroot_script "${TARGET}" "ssh-keygen -E sha256 -r ${VAR_FINAL_FQDN}. -f ${var_pub} >> /root/.ciss/cdi/log/SSHFP.log"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user